Colin Finck
Colin Finck
In the Windows world UTF-16 strings are not only encountered when interfacing with APIs, but also in a few on-disk structures (e.g. NT registry hives or NTFS filesystems). This complicates...
I had added an extra line to mention the "alloc" feature for all symbols of the `boxing` module: https://github.com/ColinFinck/nt-list/blob/c9f48d45dde2ce42ef5ea460265d14a1c2e6b023/nt-list/src/list/mod.rs#L69-L71 However, this wasn't picked up: https://docs.rs/nt-list/0.1.0/nt_list/list/struct.NtBoxingListHead.html This should be fixed once...
41c71ed353a71526c52633d854466c1619dacae4 brought us `itoa` 1.x, but it's not yet available in an official `csv` release. Should be fairly straightforward to release current master as 1.1.7 CC @BurntSushi @waywardmonkeys
##### SUMMARY Fixes #77337 ##### ISSUE TYPE - Bugfix Pull Request ##### COMPONENT NAME systemd
### Context I often copy-paste telephone numbers from other applications to the Linphone phone number field. Linphone already does a good job at filtering out undialable characters. When I copy...
Trying to open the firmware file with `O_RDWR` on a read-only filesystem fails immediately. It works well with `O_RDONLY`. CC @markusj
During the unikernel meet-up, I just tried uhyve in a Linux VirtualBox VM (with nested virtualization enabled) and I get ``` cfinck@kubuntuvm:~/unikernel-meetup/hands-on-session/hello-hermit$ RUST_BACKTRACE=1 uhyve -v target/x86_64-unknown-hermit/debug/hello-hermit thread 'main' panicked at...
Offensichtlich nutzen einige die Zeit aktuell für ihre Steuererklärungen - und so kommt es, dass wir auch mal eine Spendenbescheinigung für das vorletzte Jahr ausstellen müssen. Mit diesem Patch wird...
[x86_64-pc-windows-gnullvm] Target doesn't ship with a linker, can't build simple test application
I intend to move to the `x86_64-pc-windows-gnullvm` target, because `x86_64-pc-windows-msvc` requires a Visual Studio installation and `x86_64-pc-windows-gnu` is plagued by bugs like #139070 and currently unmaintained. When I set up...