-
How do we design pragmas? This is needed for the design of prelude.
-
The site is missing information on Terraforming Mars expansions (e.g. Prelude, Colonies, etc).
-
This is a bit of a bikeshed issue, but I’d like to raise it anyways. Feel free to close without much discussion if you disagree.
Currently, CodeWorld syntax highlighting highlights names that happen …
-
**Problem**
- main.rs
```rust
#[cfg(feature = "web")]
dioxus_web::launch::launch(App, vec![], dioxus_web::Config::new().hydrate(true));
#[cfg(feature = "server")]
dioxus::launc…
-
When moving tiles as in the move_tiles.rs example, if multiple tiles are moved simultaneously and one moves to the coordinates where another previously was, it's rendered as blank space.
Here's co…
-
In current implementation, `toTypedValue` operation is returning an Either data type, that is basically an implementation of `fail-fast` approach on error handling.
Instead, it could return an instan…
-
I haven't investigated further. I'm not sure why the plugin would not be able to detect the `llvm` library.
```
/src: (run (shell "opam exec -- opam-dune-lint"))
main stdlib/Prelude.{bc,c…
-
I have found while writing tests that involve an API exposing dependent pairs there there is no implementation of the class `Eq` for DPairs.
I fixed my issue by implementing the instance as follows…
-
I'm almost sure that it's my environment and I don't know what to try.
I rolled back the rust compiler to 1.80
Rolled back the macroquad library to 0.4.6
Took the minimal code and Cargo.toml and …
-
Consider the following code:
```
default Order dec
$include
enum ExecutionMode = {
Legacy,
PureCap,
}
mapping execution_mode_encdec : ExecutionMode bits(1) = {
Legacy 0b0,
…