石蕊 (Pi-Cla)
石蕊 (Pi-Cla)
And the awkward thing is that I am determining 1-3 based solely on code from hex not even hex.pm :(
This also applies to getting a human to update the apiary. Where should a human look to confirm or correct the information in the apiary? Is there a single place...
> I'd assume they're generated from the API Blueprint in https://github.com/hexpm/specifications/blob/main/apiary.apib I think the API blueprint itself is handwritten though given no one updating it in 6 years
> What errors are you getting? I'm able to compile this commit commit fine on macOS. This is what I got: ```sh [169/270] Compiling C++ object test/threads/hb-subset-threads.p/hb-subset-threads.cc.o FAILED: test/threads/hb-subset-threads.p/hb-subset-threads.cc.o ccache...
> > I have hit a roadbump with [harfbuzz/harfbuzz@58eeb3a](https://github.com/harfbuzz/harfbuzz/commit/58eeb3a180d03c9b39b39d99a6b9dbf30d17fd9f) > > What issue are you having? I am unsure how to translate these two lines in gen-indic-table.py https://github.com/harfbuzz/harfbuzz/commit/58eeb3a180d03c9b39b39d99a6b9dbf30d17fd9f#diff-87db7dbadcc69922c030618ee1e154793f8fe35f4b9f0f88e61f5b3374fe67baL136 https://github.com/harfbuzz/harfbuzz/commit/58eeb3a180d03c9b39b39d99a6b9dbf30d17fd9f#diff-87db7dbadcc69922c030618ee1e154793f8fe35f4b9f0f88e61f5b3374fe67baL153
When I added ```C++ #include #include ``` to `hb-subset-threads.cc` I was then able to compile it so I guess I will just do that awkward workaround for now... Should I...
Hi @alerque, I am interested in tackling this issue. So I am wondering what still needs to get done to add SILE to pandoc. (and if we should still be...
Erlang's splitting behaviour seems inconsistent though Currently when you call the split function for either the Erlang or Javascript target we end up with this: ```gleam import gleam/should import gleam/string...
I would have expected Erlang to reject attempting to split a `\n` on a `\r\n` cluster if it was always treating `\r\n` as a separate thing from either `\r` or...
So if we want to fully copy what Erlang does we need to ensure Javascript still DOES split on `\n` which is a bit odd... Edit: The most "correct" behaviour...