-
I tried this code (https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=d0cf160632f8eed6e09099624d1cd545):
```rust
#![feature(portable_simd)]
#![feature(generic_const_exprs)]
…
-
snippet:
````rust
fn enum_upvar() {
type T = impl Copy;
let foo: T = Some((1u32, 2u32));
let x = move || {
match foo {
None => (),
Some(yield) =…
-
My use case -
Create a template that encapsulates https://www.influxdata.com/blog/using-serverless-flux-to-monitor-website-response-times/
When a user installs the template via PKG, PKG sees that in…
-
URL with query string parameter isn't saved correctly.
/my-form?smth=1 will be changed to my-form?smth
But encoded url like %2Fmy-form%3Fsmth%3D1 works correctly (on first save).
-
**Use case**
A cluster has a dynamically changing number of replicas, and some replicas disappear during a running query.
**Describe the solution you'd like**
If an internal query hasn't retu…
-
### Code
`rustc --edition=2021`
```Rust
#![feature(const_trait_impl)]
#[const_trait]
trait Tr {
async fn ft1() {}
}
fn main() {}
```
### Meta
`rustc --version --verbos…
-
### As a ...
- [X] Application user/user of the configuration itself
- [X] API user (application developer)
- [ ] SPI user (container or runtime developer)
- [ ] Specification implementer
### I need…
-
Can we benefit from Radiance Cascades in VPX and maybe go from prerendered Lighting (VLM) - which is great btw. - back to dynamic light calculation again (for the better) and have a more simplified w…
-
**Objective**: Enhance the reliability and performance of the REST API.
## Technical Context
Currently, our REST API (documentation [here](https://twenty.com/developers/rest-api/core#)) is exposed…
-
Using dynamic finders for properties of java.time.Year type in test code results in `InvalidDataAccessResourceUsageException` - `Cannot query (...) on non-existent property: (...)`, while in regular c…