-
Im on arch linux running kernel 6.9.7-arch1-1
When i try to compile ceserver it throws the following error:
```
..//api.c: In function ‘WriteProcessMemory’:
..//api.c:2884:16: error: assignmen…
-
**Describe the bug**
When semantic highlighting is used, ST's search highlight is mostly hidden for hits within semantic tokens.
**To Reproduce**
Steps to reproduce the behavior:
1. Open Sub…
Maska updated
1 month ago
-
This issue was copied from https://github.com/microsoft/checkedc/issues/81
----
The specification allows bounds-safe interfaces on parameters of function pointer types. Right now, we can write somet…
-
以下のエラーを解消したい
```
error[E0277]: `*mut c_void` cannot be shared between threads safely
--> src/main.rs:47:25
|
47 | Extension(context): Extension,
| ^^^^^^^^^ `…
-
This issue was copied from https://github.com/microsoft/checkedc/issues/335
----
I think we should disallow `ptr`. It has been used mainly in bounds-safe interfaces, but those uses were errors. …
-
Previously it is worked well.
I'm not sure: this error in my code or in dproto code? dproto normally throws only its own exceptions?
```
core.exception.RangeError@std/bitmanip.d(2987): Range vi…
-
On unknown circumstances, when trying to close a `TCPConnection` an assert occurs:
```
core.exception.AssertError@../../.dub/packages/taggedalgebraic-0.10.11/taggedalgebraic/source/taggedalgebraic…
-
From https://github.com/d-language-server/dls/issues/7#issuecomment-450609239:
```d
core.exception.RangeError@/Users/travis/dlang/ldc-1.13.0/bin/../import/std/utf.d(448): Range violation
--------…
-
The specification allows bounds-safe interfaces on parameters of function pointer types. Right now, we can write something like:
```
void qsort(void *base : byte_count(nmemb * size),
si…
-
### What happened?
I have a FlameGame using riverpod that is moved around the widget tree quite a bit, and reparented. Typically it's fine, but about 5% of the time an error is thrown: `setState() or…