David Hoppenbrouwers
David Hoppenbrouwers
When running a Windows build with Wine the `method` argument in `call` has this value: ``` [ 7274594, 7929956, 7536735, 7602277, 7077983, 6488175, 7077985, 6488159, 7143535, ] ``` These are...
This issue is to keep track of what features are still missing to achieve full compatibility with Godot. # Area Fully implemented # Body - [x] Contact events (#6) -...
The `InteractionTestMode` is analogous to Bullet's `collisionFilterMode` (see their [PyBullet quickstart guide][pyb], page 39). Increasing the bits from 32 to 64 is useful when porting Rapier to other engines that...
Hello, I'm trying generate a bitstream for the Arty A7-100T with the following design: ```verilog module shine ( output led_r, output led_g, input switch_g ); assign led_r = 1; assign...
*This list isn't complete* These are features that will certainly be implemented. # User features - [ ] Search functionality - [ ] Per user comment/thread list - [ ]...
[Quoting jklsemicolon](https://forum.agreper.com/comment/12/): > While the board looks and works fine in Emacs (eww mode) and links, the message list gets flattened out, obscuring the message hierarchy. If you represented message...
Hello When passing this code to `calyx -p no-opt -p comb-prop`: ```futil import "primitives/core.futil"; comb component alu_bitwise(op: 2, lhs: 32, rhs: 32, invert_rhs: 1) -> (out: 32) { cells {...
HS1-SIV uses ChaCha and a new hash algorithm. This implementation is based on [the paper](https://krovetz.net/csus/papers/hs1-siv_v2.2.pdf) and the [reference implementation](https://bench.cr.yp.to/supercop.html). I generated custom test vectors since none seem to be provided....