Daniel Hauser
Daniel Hauser
"Reviving" the issue: Any news?
This looks great!
Can we expand this issue to the constructor functions like `roaring_bitmap_t *roaring_bitmap_create(void);`? I don't think these functions need to allocate the object. Changing the signature to `void roaring_bitmap_create(roaring_bitmap_t *bitmap);` allows...
Personally I kinda like this, it adds some character, but looks like it's a bug. Other brackets don't have this. I've also noticed that the higher the font size, the...
> I would very much appreciate any feedback on how the new parens are behaving in [version 1.4](https://github.com/madmalik/mononoki/releases/download/1.4/mononoki.zip)! Looks good now! Tested under Windows 10 (21H2); 8pt, 9pt, 11pt, 13pt,...
> > Looks good now! Tested under Windows 10 (21H2); 8pt, 9pt, 11pt, 13pt, 20pt; otf; VSCode and Notepad. > > thats great to hear! Did you test the otf...
Thanks @richardfrost for the quick and thorough reply! > With your suggestion, do you see it being just a pool of words [...] that could be replaced randomly? What I...
I strongly agree with widening the API to slice and maybe Vec.
Hi @mrZalli! The error you get is saying that the MSVC linker can't find the freetype lib file. Is the path in your .cargo/config correct? Does it point to the...