-
Right now, it can be a bit unwieldy to write unsafe code -- whether skipping bounds checks or working with raw pointers. To some degree this can and will be mitigated through API design, but new langu…
-
https://cirosantilli.com/china-dictatorship/water-margin
https://www.youtube.com/watch?v=P7-OYQatYvA
https://twitter.com/cirosantilli2/status/1520856683605602304
https://user-images.githubuse…
-
## Summary
(Hi. This is my first issue/MR against Tokio, so firstly: Hello and thanks for all the hard work making an impressive system!)
I need a condition variable. (I am updating a program…
-
Whether a text fragment matches [is dependent of how the text of the target page segments into words](https://wicg.github.io/scroll-to-text-fragment/#word-boundaries). This is framed as a mitigation t…
-
```swift
public type Foo : Deinitializable {
public memberwise init
public subscript(_ arg: let Int): Int {
inout {
yield arg; // Why is this allowed?
}
}
}
public f…
-
Hello,
I'm using Node 14 and all of my project is managed as a module (`"type": "module"` in package.json).
Until now, using everywhere imports and exports, I didn't see this error.
Lately I adde…
-
Hi everyone,
I'm excited to announce that I've created an updated version of this package, called text-to-image-2, which addresses several issues and introduces significant improvements.
Key Imp…
-
## Bevy version
`0.14.0`
## What you did
- call `DynamicScene::write_to_world` with two components:
1. One that uses `MapEntities`
2. One that calls `world.commands().spawn_empty()` in…
-
Feature gate: `#![feature(float_next_up_down)]`
This is a tracking issue for two argumentless methods to f32/f64, next_up and next_down. These functions are specified in the IEEE 754 standard, …
yaahc updated
6 months ago
-
Some warnings created by this action can be quite noisy, and there does not seem to be a way to silence certain error classes.
It seems that in #16 this feature was removed.
The Pinned-Dependencie…