Erik Wierich
Erik Wierich
Distiller does not play nicely with such references [1]. Thus, I use `:erlang.make_fun` for turning the `{module, function, arity}` tuple into a function. Since `Keyword.merge` would have overridden the function...
This code: ~~~java interface A { public default void test(String s) {} public default void test(int i) {} } class B implements A { } ~~~ Generates something like: ~~~ts...
It looks like `clear_slot` always clears the entire "device" before writing the new slot. This can be problematic for devices which "abuse" the boot0 partition by storing additional data there....
### Background information - **Dendrite version or git SHA**: `0.13.5+b7054f4` - **SQLite3 or Postgres?**: `unknown` - **Running in Docker?**: yes - **`go version`**: `unknown` - **Client used (if applicable)**: `na`...
Hi, is it possible to build a specfile which in (for example) `dist/tito/.spec` while the archive generated by `git archive` must also include the git root directory? Regards, Ablu
Hi, The app looks awesome already! I like the design a lot! One thing that I find lacking is offline support though. It would be cool if the items available...
We seem to do a lot of manual work that the mock queue from virtio-queue seems to have helper functions for. We should research how to use those and get...
Many daemons spin up multiple threads, but then join() them in sequence. This may prevent errors or crashes from terminating the daemons. Original discussion: https://github.com/rust-vmm/vhost-device/pull/389#discussion_r1395342000_
Lower layers already support tweaking this. So this simply adds the necessary knobs on the CLI tools.
This is mostly a conversation starter. The work originated in me asking about this on Discord [1]. I can try to flesh this out to a full solution, but I...