-
**Problem**
I tried to run the fullstack auth example. But it return errors:
```
2024-09-08T12:42:11.418Z DEBUG [sqlx::query] summary="PRAGMA foreign_keys = ON; …" db.statement="\n\nPRAGMA foreig…
-
**This error got turned into a general design issue** for `Box` as a language primitive vs `Box` having an 'allocator' field. See original bug report below. Also see a further testcase at https://…
-
### Summary
Using the Rust lsp i often (every couple of hours) get delay on save and lsp action (goto definition etc..) to a point where buffer save requests are just ignored (at least it looks like …
-
I have been trying to profile the AOT snapshot for dart2js.
The call stacks are too short to be informative and appear to be corrupted.
What am I doing wrong?
```sh
$ perf5 record -g \
out/…
-
```
Trunk build of plovr. Not getting the crash under the Nov 2011 release.
Exception in thread "main" java.lang.NullPointerException
at org.plovr.Manifest.buildDependenciesInternal(…
-
```
Trunk build of plovr. Not getting the crash under the Nov 2011 release.
Exception in thread "main" java.lang.NullPointerException
at org.plovr.Manifest.buildDependenciesInternal(…
-
I have a armhf armbian bullseye system with mopidy in docker. It was WORKING with gst-plugin-spotify v0.9.1.
After the issue described [here](https://github.com/mopidy/mopidy-spotify/issues/394) happ…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
Similar to #17005
1. Opening three windows with zed (workspace new windows)
2. Close one of t…
-
## Bevy version
`0.14.0-rc.3`
## \[Optional\] Relevant system information
`
SystemInfo { os: "Windows 11 Enterprise", kernel: "22631", cpu: "AMD Ryzen 9 5900X 12-Core Processor", core_count:…
-
I'm trying to add native functions/methods to the standard library of my own CLox implementation. Everything is going smoothly, until I come across native functions/methods that accept callback closur…