-
First, we move `properties` into `PagedResponse()`, but then we call `properties.Items` on a moved object.
https://github.com/Azure/azure-sdk-for-cpp/blob/3687136d04cc8e425cb368ce879a1686834b17c9/sdk…
-
Crash:
```
../../runtime/vm/object.h: 8531: error: Handle check failed: saw sentinel expected Instance
version=3.7.0-edge.a348c85e1b467148f7983be5a80d51ba623e9ac5 (main) (Thu Dec 5 19:21:50 2024 +0…
-
As we introduce diagnostic style documentation for lint rules in `pkg/linter/messages.yaml`, we should collocate other relevant linter rule and lint code information in the same `messages.yaml` file. …
-
## Message Tracking
Make XCM messages easier to trace:
- [ ] XCM transport layers emit success and failure events containing local XCM [message_id](https://github.com/paritytech/polkadot-sdk/blob/…
-
Type: Bug
## Issue Description ##
Renaming a used class fails
## Steps to Reproduce ##
Not sure, doesn't always fail
## Expected Behavior ##
Should rename the class and it's usages
## Actual Beha…
-
Kusama validator panics on:
https://github.com/paritytech/polkadot-sdk/blob/3906c578c96d97a8a099a4bdac4685acbe375a7c/substrate/primitives/state-machine/src/ext.rs#L168-L174
Version deployed: ver…
lexnv updated
2 weeks ago
-
#### Overview of the Issue
packer-plugin-sdk fails to build for the aix/ppc64 compiler target.
#### Reproduction Steps
```
$ GOOS=aix GOARCH=ppc64 go build ./...
# github.com/hashicorp/pack…
jtroy updated
2 weeks ago
-
### Upcoming End-of-Support
- [X] I acknowledge the upcoming end-of-support for AWS SDK for Java v1 was [announced](https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-ja…
-
Hey, we ran into a bug when using the streaming client where it gets a 401 back from the Looker server and ignores the error.
I suspect the following code in the `build_response` method of the stre…
-
remote-apis-sdks' capabilities verification test only observes the ExecutionCapabilities.DigestFunction response to capabilities for compatibility, which reclient relies upon.
This prevents servers…