Malachi

Results 89 issues of Malachi

I as a developer want to know how visited types against an index perform as compared to a traditional switch so as to identify its suitability for constrained device usage...

enhancement

Under certain circumstances, usings/typedefs interfere with a constexpr function qualifying as a constexpr Offenders: `src/estd/internal/chrono/operators.hpp` It seems this *usually* is OK. However, platformio's present ESP32 Arduino compilations fail, so I...

bug

NOTE it is partially an optimization to keep them distinct, since num_get relies on a state machine while from_chars does not

refactor

I as a developer would like `detail::from_chars` to output floating point so that consumers like `mc-coap` may parse floating point during LwIP decomposition

enhancement
help wanted

Largely works, but is hard to use and maintain in its current crusty form Will likely involve breaking changes If we get exotic, this may sometimes require a memory pool

refactor

It may be possible to add a default template value bool to the class to indicate a request for 'trivial' mode. This would swap out the pointer (via a union,...

enhancement

In particular, AVR GCC flavors (in 2023) don't quite support is constructible. Been too long since I tackled this one, so the details are fuzzy in my mind.

enhancement
help wanted

Hi, could we add a link to https://github.com/malachi-iot/estdlib ? It's like a spiritual cousin of recently-added ETL lib. Full disclosure: I'm the author :)

### Answers checklist. - [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there. - [X] I have updated my IDF branch (master or...