Joris Putcuyps

Results 10 issues of Joris Putcuyps

Hello I'm currently trying to use your library but have some issues, both with compiling and running. For example, the `lexical_cast` of ip-address and mac-address strings no longer works but...

Use case: To debug a large binary communication buffer I would like to send it as a hex encoded json string without needing to create a encoded copy first, which...

enhancement

Would it be interesting to add a configuration to disable support for floats to reduce the flash size? In my arduino code I avoid using them but when I check...

enhancement

I wanted to use `etl::bitset` as `constexpr` but the compiler gives an error: ~~~~ error: the type 'const etl::bitset' of 'constexpr' variable 'bs_etl' is not literal ~~~~ `std::bitset` does work....

enhancement

Cabal is perfectly capable of building C/C++ files and can link them with the `fltkhs` library. Perhaps the custom `Setup.hs` isn't needed then.

The install instructions for Windows build fltk from source in a MSYS2 environment, why not use the package that is already present? ~~~~ $ pacman -Ss fltk mingw32/mingw-w64-i686-fltk 1.3.4-1 C++...

Hello, I'm considering using this nice library on our limited 8-bit AVR MCU. I probably will have to tweak it: - store all strings, especially the format string, in flash...

### Environment details * GhostBSD 24.01.1, FreeBSD jorisp-ghostbsd 14.0-STABLE FreeBSD 14.0-STABLE GENERIC amd64 * /usr/local/bin/clang++15 (15.0.7) /usr/local/bin/gcc12 (12.2.0) * Conan version: 2.1.0 * Python version: 3.9.18 ### Steps to reproduce...

I'm trying to analyse my AVR firmware going from gcc-7.3 to gcc-13.2 but the produced diffs are incorrect. `python3 -m elf_diff --bin_prefix "avr-" --html_file gcc7_to_13.html build/avr-gcc-7-variant_at128/MinSizeRel/KateSmib.elf build/avr-gcc-variant_at128/MinSizeRel/KateSmib.elf` ![image](https://github.com/noseglasses/elf_diff/assets/553267/5d11c53b-a572-4eb0-a45d-c2aab2d85a89) avr-gcc 7.3:...

I'm trying to assign an application icon in a Windows application but fail to convert the type. So fare I've created a Windows resource file, *resources.rc*: ```` 101 ICON DISCARDABLE...