-
### What version of CUE are you using (`cue version`)?
8282ca5c729908750943792ac55079bd90ec6ed5
### Does this issue reproduce with the latest stable release?
Yes (v0.11.0)
### What…
-
### What version of Bun is running?
1.1.21+70ca2b76c
### What platform is your computer?
Darwin 23.5.0 arm64 arm
### What steps can reproduce the bug?
I'm using Elysia.js with logixlysia in a bun…
-
[P3288R0](https://wg21.link/p3288r0) std::elide (Thomas P. K. Healy)
-
A subquery projecting `NULL` and used in a scalar expression can be incorrectly elided and replaced with a constant `NULL` in the query plan. This is incorrect because the subquery could produce multi…
-
In [changefeed expressions](https://github.com/cockroachdb/cockroach/pull/82562), a basic expression may look like:
```
CREATE CHANGEFEED INTO 'kafka://server'
AS SELECT * FROM foo
WHERE x > 2
…
-
**rust-analyzer version**: 0.3.2104-standalone (08c7bbc2d 2024-09-06)
**rustc version**: rustc 1.81.0 (eeb90cda1 2024-09-04)
**editor or extension**: VsCode, with rust-analyzer extension ver…
-
```
$ go version
go version go1.23.0 linux/amd64
```
(also reproduces on tip)
Given this [sample program using range-over-func](https://go.dev/play/p/OSXhY_iOlE8) the DIE emitted for `main.Pr…
-
### What version of Bun is running?
1.0.0+822a00c4d508b54f650933a73ca5f4a3af9a7983
### What platform is your computer?
Linux 5.15.90.1-microsoft-standard-WSL2 x86_64 x86_64
### What steps …
-
### What is the problem this feature would solve?
My DB migration library prints out what's wrong with my SQL, but running `bun run migrate` from my project top-level omits the most important lines…
-
### Description
I think the suggested code changes from `needless_lifetimes` are consistently good improvements when they look like this, involving only deleting characters:
```console
warning: the …