Olaf Flebbe
Olaf Flebbe
Hi, libreoffice version 4 (yeah, it's ancient ...) does not import fields with embedded whitespaces correctly. For instance a field with contents `"hi" there` will be exported to `;""hi"" there;`...
How to build
User @Zakalicious asks how to build ... and mentions macos . Right now macos does not work for me, since I got naming conflicts with MacOS specific headers. Do you...
Is there a specific reason to have in osmpbf part of the project n output chanels and feeding them in order to a serializer chanel ? ([decode.go function line number...
I got a CC2540 dongle (different manufacturer) and got the code running on MacOS. * One needs to claim an interface first, otherwise one gets error messages for bulk transfers....
While doing research for an downstream project I found out that jaxb uses insecure URLs. Proposing to change these URLs to TLS for security reasons. Since there might be users...
The `meow_fft_generate_workset_real` and `meow_fft_generate_workset` calls are declared with a signed N, while the rest of the code and the example assumes N to be unsigned. Proposing to change the prototype...