-
Hello, when I try to use snappy-java on alpine image, I get the following error, do we have some ideas?
```
java.lang.UnsatisfiedLinkError: /tmp/snappy-1.1.10-82d62aa6-8497-418b-a504-c335a58c9f0e-…
-
Exactly the project I needed. Though it seems like the directory structure of the source folder (in your example `resources/config/*` is flattened after processing and isn't respecting the original st…
kerns updated
3 years ago
-
At the moment the MBR does the following:
1. Clear the segment registers.
2. Save the ID of the boot disk.
3. Move the Stack Pointer to 0x7b00.
4. Retrieve disk properties.
5. Calculate on how …
-
I [forked rexif](https://github.com/WrinklyNinja/rexif) to add support for writing GPS tags to it, but upstream hasn't been touched in over a year, the only tests it has are the ones I've added, and I…
-
Currently the selection count is visible in the IDE window status bar. Perhaps a better place for it would be next to the column/line indicators on the editor window status bar.
![image](https://us…
-
Hello,
I am attempting to statically link a Haskell library that exports a C API. But I get the following errors if I pass the `-optl-static` flag:
```
/usr/lib/gcc/x86_64-alpine-linux-musl/10.3.…
-
The location section is a little confusing when it comes to hybrid, telework and remote work. I think @substrae has already designed a improvement to the UI with this in mind. Can't find the figma fil…
-
here is a rust binary that combines two zig programs with our surgical linker, and then `memexec`s the result:
[binary to reproduce](https://drive.google.com/file/d/1mi1QEYUF_vfT6wmvQvetU1DV9NrrP…
-
Allow to exclude known hooks from the detection. Hooks should be defined in an external configuration file, easily readable and editable for humans.
-
A long double on aarch64 Linux is 128bit while on Windows it is 64bits in VC and LLVM. Also, there is no support currently in mingw to format 128-bit doubles.