-
There appears to be a bug in `flash_safe_execute` which causes it to timeout on FreeRTOS after being called repeatedly, no matter how large the enter/exit timeout is set to. Once it has started timing…
-
Unable to make any version of ceserver. Below are the logs from my most recent attempt. Is there a particular version of GCC or flavor of Linux I should use? I don't mind putting together a VM for it.…
-
We have some code like this:
```swift
let updateConstraints = { () -> Void in
toViewController.view.pinEdges(to: otherViewController.view)
}
```
Where swiftformat removed `-> Void`. In t…
keith updated
2 years ago
-
### Is your feature request related to a problem?
I would love for oneblock, parkour, skyblock .. to offer better solutions for a safe spawn point for players.
If they can fall when the island …
-
**Is your feature request related to a problem? Please describe.**
It would be nice to have an upsert function.
**Describe the solution you'd like**
Here is how I currently solved it in gdscr…
-
For type-safe interaction with C APIs, it would be helpful to have a CBool type that behaves like an integer that can only be assigned 0 or 1 and be implicitly cast to bool where needed.
```c
fn…
-
I believe the arena allocator is not entirely memory safe as presented.
Becuase you could do something like this with it:
```D
@safe void main()
{
Arena a;
auto arr = a.alloc.array!ubyte(0…
-
Currently, it's possible to add account updates to the tx conditionally with `AccountUpdate.createIf()`, but it's not possible to call another method conditionally.
Since a method call just means a…
-
This contract verifies as safe, but it seems it should not, since the assertion in main() does not follow from the post-condition for foo(). If you change the contract to "ensures x >= 0", it seems to…
-
### Question
This is not a question about current major version of LWJGL, but rather a future version (4 or perhaps later?..)
Would it be possible to make bindings a non-utility classes?
For exampl…