finitemonkey

Results 5 issues of finitemonkey

The following line (from https://github.com/P-H-C/phc-winner-argon2/blob/master/include/argon2.h); `#define ARGON2_MAX_MEMORY_BITS ARGON2_MIN(UINT32_C(32), (sizeof(void *) * CHAR_BIT - 10 - 1))` is translated into; `enum ARGON2_MAX_MEMORY_BITS = ARGON2_MIN(UINT32_C(32), void*.sizeof * CHAR_BIT - 10 - 1);`...

bug

Hi! Thanks for these excellent bindings, they are just what I needed and I have been having great fun using them! When compiling with `gc:arc` or `gc:orc` and using widgets...

Dino (0.4.3) sometimes does not fetch or show some messages. This seems to happen to messages that arrive after some delay, so other later messages (with a later timestamp) have...

Hi! Thank you for all your work on this library, it is working well for me but I had a problem with exception error messages not giving enough insight. The...

**Description** When AlwaysOn is in non-ambient mode and the screen is locked, incoming notifications do not result in any change in the AlwaysOn display. (i.e. if it was displaying the...

bug