CurlyMoo

Results 14 issues of CurlyMoo

Several issues are marked fixed in Google Fonts but remain open here. Is it possible to sync these issues with the actual status? E.g. https://github.com/skosch/Crimson/issues/82 https://github.com/skosch/Crimson/issues/80 https://github.com/skosch/Crimson/issues/78 https://github.com/skosch/Crimson/issues/50

I changed the glyph from this: ![afbeelding](https://user-images.githubusercontent.com/2429105/171040621-378c2c04-9291-4518-a75f-c3e2864e29c0.png) to this ![afbeelding](https://user-images.githubusercontent.com/2429105/171040583-2258399a-c150-4d1d-af51-1642441028ae.png) making the whole thing consistent again.

I'm using Crimson Text regular and italic for the design of a book. I've noticed that the lookup tables for `ligatures`, `small caps` and `proportional numbers` are missing in at...

I'm curious what you think about the idea to release localtime_l and mktime_l as two functions in a independent shared library. Until today, i have not found a good library...

When i try to run you're send command, i get a segmentation fault, and nothing has been sent.

I was wondering if you're planning to port the receiver as well. I build a sender on my own, but haven't got the receiver to work on longer distances. I...

I'm trying to run the following code: 1. start ``` uv_pipe_init uv_uv_pipe_connect ``` 2. inside callback of `uv_pipe_connect` ``` uv_fileno uv_poll_init uv_poll_start ``` Feeding the result of an `uv_fileno` to...

I've tried the example but sadly it works partially. FYI, i run the `mg_poll_server` poll server in a separate thread. As long as i just load single files, everything works...

I came across your embedded scripting language library. I've been struggling with the same issue some time ago, and also started to built something for my own. https://github.com/CurlyMoo/rules/ I was...