Spring Add SSE Support to RestClient

In Spring WebClient is the only supported way to consume SSE streams. However, using WebClient introduce a reactive stre...

Golang proposal: image/jpeg: add progressive encode support

RTComment From: ianlancetaylorCC @nigeltao Comment From: nigeltaoIt's a nice feature but (1) I don't know anyone (whethe...

Golang proposal: cmd/go: Support optional URL archive resource for the go run command

Proposal DetailsGo has become popular and widely adopted in various ways, from simple tasks such as generating configura...

Golang x/pkgsite: MIT license not recognized

What is the URL of the page with the issue?https://pkg.go.dev/github.com/prongbang/goecdsaWhat is your user agent?Firefo...

Golang cmd/cgo/internal/testsanitizers: TestLSAN/lsan1,2, and 3 fail always in linux/aarch64

Go versiongo1.25-devel_6c3b5a2798Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO_CPPFLAG...

Golang cmd/go: always pass -lang to cmd/compile

Go versiongo version go1.22.0 linux/amd64Output of go env in your module/workspace:.What did you do?main.go://go:build g...

Pandas BUG: read_excel() converts the string "None" in an Excel file to "NaN"

Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...

Pandas ENH: Add Coefficient of Variation to DataFrame.describe()

Feature Type[x] Adding new functionality to pandas[ ] Changing existing functionality in pandas[ ] Removing existing fun...

Pandas PERF: Unnecessary string interning in read_csv?

Going through parsers.pyx, particularly _string_box_utf8, I'm trying to figure out what the point of the hashtable check...

Apache Superset Superset app crashes when requesting tables from example database in add dataset view

Bug descriptionThe bug is that when trying to create a dataset from a table in examples database, in the add dataset vie...

Apache Superset TypeError: __init__() got an unexpected keyword argument 'username' in superset-worker when trying to deploy latest Helm chart

This is my first time trying to deploy Superset, and I want to deploy it into a Kubernetes cluster. I'm following the gu...

Apache Superset Superset 4.0.X: custom build stuck

Bug descriptionCannot make custom build Superset 4.0.1, 4.0.2 from Dockerfile.docker build -t superset:test .After some ...

Apache Superset Screenshot with playwright timeout when using wait_until=load

Bug descriptionIn the default auth_driver, there's a page load to /login to set user cookieWith the default page.goto, p...

Apache Dubbo [Bug] Demo dubbo-samples-triple-http3 consumer print org.apache.dubbo.rpc.StatusRpcException: CANCELLED

Pre-check[x] I am sure that all the content I provide is in English.Search before asking[x] I had searched in the issues...

Gorm The constraint "unique" is not working

Your QuestionI was trying to use the unique constraint in the email field of my model but this is not being migrated to ...

Spring AI Can this Spring AI compete official Typescript AI SDKs?

Hi, honestly I think this is more like tech preview v0.2.Do you have any roadmap?Issues:- no support for Anthropic and G...

SpringBoot @PostConstruct deprecated?

Hello.I've read on https://www.linkedin.com/posts/gureev-roman_springboot-java-javadev-activity-7345764962612436992-c4bQ...

Spring RestClient and RestTemplate unable to support file upload to Streamable API (/upload) due to strict raw HTTP requirement.

Spring's RestClient and RestTemplate fail to successfully upload video files to Streamable's API, even when configured w...

Golang Protobuf dynamicpb ProtoReflect().IsValid() panics for nil messages

What version of protobuf and what language are you using?Latest Go protobuf from google.golang.orgWhat did you do?https:...

Golang cmd/compile: virtual nosplit causes hard segfault

Consider the following program:package mainvar f func(int)//go:nosplitfunc x(y int) { f(y+1) }func main() { f = x f(0)...
上一页 下一页
.