-
I'm generally excited about the [views proposal](https://github.com/dart-lang/language/pull/1617). Zero-cost opaque wrappers sound useful. What I'm *not* excited about is the *name*. :)
Dart is pri…
-
## Summary
There are numerous deployments of the Elastic Stack across our community that have hundreds or thousands of saved objects with no good way to manage the content. This has been a longstandi…
-
### Describe the bug
```js
import { createSignal, batch } from "solid-js";
const [count, setCount] = createSignal(0);
batch(() => {
console.log('set:', setCount(123));
console.log('get:'…
-
Godot 3.0
There are a few ways to get the root node in Godot, but none of them are straightforward, intuitive, portable, or concise. `get_tree().get_root().get_node("rootNodeName")` is an example o…
-
[P0288R4](https://wg21.link/p0288r4) any_invocable (Ryan McDougall, Matt Calabrese)
-
### Missing feature
OTA - Over the air update of the firmware
### Justification
OTA is super important for devices that work in the field. It is not as important for hobbyists, but they might also e…
-
### Bug description
Whenever I try to deploy migrations to any remote database that isn't localhost, I get this error:
```
➜ pnpx prisma migrate deploy
Environment variables loaded from .env
…
-
//as follow, this will fail as the key_type pof map is std::string_view
std::map mv{{"111",true}, {"222", false}, {"333", true}};
nlohmann::json j4{mv};
//another: fail again, the std::string_vie…
-
GIVEN I have accessed DINA as data manager
WHEN i add agents such as collectors or determiners to the data module
THEN the system should support structured fields for firstname/lastname/initials…
-
Thinking some more about this, it would make sense to split the library into the domain / types parts (everything to build a `Model` object) and then have separate libraries for each solver which impl…