Alexander von Gluck

Results 117 issues of Alexander von Gluck

**Describe the bug** Suddenly unable to skip the login page. **To Reproduce** Steps to reproduce the behavior: 1. Open application **Expected behavior** Able to skip. I can't even close the...

bug

``` cargo test Compiling cfg-if v1.0.0 Compiling ppv-lite86 v0.2.15 Compiling unicode-width v0.1.9 Compiling remove_dir_all v0.5.3 warning: anonymous parameters are deprecated and will be removed in the next edition. --> src/support/flattenable.rs:32:15...

haiku-sys might want to consider migrating to bindgen. https://docs.rs/bindgen/0.59.1/bindgen/ Essentially the bindings are auto-generated for you based on headers. A smallish example project putting bindgen to work is here: *...

RISCV64 is now merged into edk2, and having access to nightly RV64 binaries for QEMU would help me greatly in developing OS support. Thanks for all the hard work here!

**Is your feature request related to a problem? Please describe.** Looking for RISC-V support :-) ``` set architecture riscv riscv riscv:rv32 riscv:rv64 ``` ``` gef➤ gef-remote -q localhost:1234 [!] Command...

enhancement
new feature

It would be nice if the assertions showed expected values instead of just a failure: ``` #include #include "tpunit++.hpp" struct BNetworkAddressFixture : public tpunit::TestFixture { BNetworkAddressFixture() : tpunit::TestFixture( TEST(BNetworkAddressFixture::tSetToIPv4), TEST(BNetworkAddressFixture::tSetToIPv6)...

enhancement

Getting "unknown error"... ``` fdt_register_node ERROR: fdt_get_name -19 - ``` FDT_ERR_ALIGNMENT seems to be missing in fdt_strerror in 1.6.1. Any chance of a 1.6.2 version? :-)

Trying to adapt existing code to the new 0.3.x fatfs. Not 100% sure how to pass FileSystem between functions now :laughing: ``` [kallisti5@freeframe rune]$ cargo build Compiling rune v0.1.1 (/home/kallisti5/Code/rune)...