-
client mbedtls return -0x7880 when got an alert message from server
### System information
Mbed TLS version (number or commit id): TLS 2.16.10
Operating system and version: FreeRTOS
Config…
-
Thanks for making this package!
Any preliminary thoughts on support for Svelte 5? My guess is that it won't release until early next year but the fine grained reactivity by default with proxies look…
-
Error(s) encountered while building "AttitudeControl_FLY":
### Failed to generate all binary outputs.
Caused by:
Validation error(s):
### Validating other build tools ...
Unable to locate build …
-
Example:
```rust
#[repr(C)]
enum OverflowingEnum {
A = 1111111111111111111,
}
```
```c
enum overflowing_enum {
OVERFLOWING_ENUM_A = 1111111111111111111,
};
```
Rust currently…
-
### What version of Go are you using (`go version`)?
go1.14-almost
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are you u…
-
# 🐞 bug report
### Affected Package
The issue is caused by Angular Compiler (unsure which package tbh).
### Is this a regression?
Not sure.
### Description
If there is a syntax error i…
-
### Summary of Problem
The following code produces the error "gpu-nvidia.c:292: Error calling CUDA function: an illegal memory access was encountered".
```chapel
const D = {0..
-
### What version of CUE are you using (`cue version`)?
cue version v0.5.0-alpha.1
-compiler gc
CGO_ENABLED 1
GOARCH amd64
GOOS darwin
GOAMD64 v…
-
When porting the libpng project to Conan v2, the CCI hook complained that I lied about the library name in `self.cpp_info.libs`, which was supposed to be `["png16.a"]` (on Linux/Mac is `libpng16.a`).
…
-
I'm trying to use AutoSlugField for a model that has a nullable ForeignKey as one of its identifiers, so I included the foreign key's slug as one of the `populate_from` values in my AutoSlugField:
…