David Timber
David Timber
I was curious as to what happens if you accidentally shrink file systems. So far, I've found that the developers of btrfs, exfat, and vfat didn't think this through. ```...
I think that there are two types of return values of shell functions: the exit code and the standard output. The exit code of a function can be checked for...
I made this change so I can use `ncat -l --ssl ... --ssl-alpn ...`
Checklist - [ ] This problem exists even with the setting `"C_Cpp.enhancedColorization": "Disabled"` - [ ] This bug exists for C - [ ] This bug exists for C++ -...
usbmuxd always hog on devices, restricting other process from accessing them. I ended up masking `usbmuxd.service` since Gnome Desktop starts the service every time a device is connected. This solved...
(Cont'd from #799) My use case requires that the client supports a custom ca chain, a client certificate and a private key as the server mandate mutual TLS verification. I've...
I've added MKE2FS_POPULATE_UID and MKE2FS_POPULATE_GID env vars for use with -d option so that I don't have to use root privileges to change the uid and gid when the contents...
Adds improvement #803. Fixes #892. Fixes some other bugs as well.
Difference/improvements over #885: - Semantically identical to `curl -H` and `curl --header` [^1] - Empty headers are allowed (RFC 7230) - Includes tests Sorry :) ##### Relevant issues Resolves #884...
Sharing my experimental Emscripten target support. Try it out: https://snart.me/demos/emscripten/ft2-clone/ vær så god!