Amomum

Results 17 comments of Amomum

I'm not sure. Auto and FIFO modes are still broken. Maybe put it in low-priority?

Well, I recently did a diff between core_cm0.h from CMSIS5 and current core_cm1.h from here. There are some non-trivial differencies in structure layots and field sizes (apart from obvious differencies...

I asked milandr support about 1986VE1 core: >> а) Является ли "высокопроизводительное RISC-ядро" в 1986ВЕ1Т ядром Cortex-M1 или его "полным функциональным аналогом"? >> б) Существуют ли отличия между этим ядром...

Neither did I; I only tried 1986VE1 and 1986VE91.

@p-ranav yes, it still happens with 2.2

Okay, after a bit of digging I found out the following that progress bar shrinks on every fourth step. This seems to be related to this snippet: https://github.com/p-ranav/indicators/blob/cdcff01339894728078b81689b0a344b99e86ec2/include/indicators/details/stream_helper.hpp#L139-L155 When progress...

Okay, so on my Windows machine, compiled with MinGW 8.1.0 64-bit this snippet produces a hieroglyphic: ``` #include #if __has_include() #include #endif #include #include #include #include #include int main() {...

https://sourceforge.net/p/mingw-w64/bugs/538/ this one looks very similar, I'll try suggested workaround.

Workaround - `codecvt_utf8` instead of `codecvt_utf8` _kinda_ works; in my example `=` is converted correctly. Progress bar also stops shrinking, however, it also now starts with a newline and does...

Hm, looks like `remaining` is always one symbol bigger than my available console window space ._. So.. I guess windows console just wraps this line of spaces to the next...