glaszig

Results 19 issues of glaszig

- more relaxed but reliable regexp to detect blocks - support multiple blocks with same name maybe fixes #2444, #2410 related: #1836, #1354 ### Checklist: - [x] I have run...

calling getY() with 0 value would produce NaN which are invalid in svg where those end up. in that case, the added condition returns the height in float to draw...

ice_cube would inject its locale files at the end of `I18n.load_path` due to its `IceCube::I18n` module being `autoload`ed and thereby overwrite any customisation the user may have made in other...

eliminate dependence on fixed positions of info properties. on version 1.8 of the ts module the info parsing broke because of hard-coded indexes.

ajax timings are derived from `event.timeStamp` values. latest browser improvements in anti-fingerprinting measures made APIs return timestamps with reduced time precision. calculating timings with those values with `new Date().getTime()` will...

adopted to trigger rendering upon appropriate turbo events. non-breaking change.

#95 broke compilation on freebsd: ``` $ make -C ~/.gem/ruby/3.1/gems/io-event-1.4.4/ext/ compiling ./io/event/selector/selector.c ./io/event/selector/selector.c:77:82: error: use of undeclared identifier 'WNOHANG' return rb_funcall(rb_Process_Status, id_wait, 2, PIDT2NUM(pid), INT2NUM(flags | WNOHANG)); ^ 1 error...

adopted to trigger rendering upon appropriate turbo events. non-breaking change. closes #121.

peek listens for `page:change` and `turbolinks:load` to trigger the necessary `peek:update` event. this works with turbolinks but not with turbo drive. the following workaround will make peek work with hotwired/turbo:...