White Rabbit
White Rabbit
Sorry, if I broke something. I don't know how to rebase with this pull request.
I did "sync fork". Hope it helped?
Ok, sorry. I don't know how complete the request. Please close/reject it. Maybe move to the issues.
Hello, Works for me 3.3.1 ``` #include int main(int argc, char **argv) { ruby_init(); rb_eval_string("puts 'Hello from eval'"); return ruby_cleanup(0); } ``` ``` gcc main.c -o ruby_in_c -I/home/user/.rbenv/versions/3.3.1/include/ruby-3.3.0 \ -I/home/user/.rbenv/versions/3.3.1/include/ruby-3.3.0/x86_64-linux...
I use Maputnik (https://github.com/maplibre/maputnik). In the UI interface, when you select the font for the Symbol text it tries to get list of available fonts from the two version of...
1) Fonts are working 2) Fonts list **doesn't work** Maputnik requests `GET https://martin.domain/font/{fontstack}/{range} ` to show available font in the font selection box 
Even better I guess: ```yaml tables: tab_filtered: layer_id: table_source table_sql: SELECT * FROM table WHERE ... ```