Kasper Grubbe
Kasper Grubbe
I am digging through your code, and want to find the ID for the room I am looking for. I can see that the default value of the limit is...
## Bug report Hi! I am not sure this is a bug or not, I might be misunderstanding the JPEG2000 format, but the results seems odd to me, sorry if...
Hi, I saw that Gazetteer uses patched files from the shared folder, I have made a script that patches the files directly from Geonames, and imports them. You can see...
- Algolia Client Version: Only tested 1.26.0 - Language Version: Not relevant. ### Description This is basically an endless loop: https://github.com/algolia/algoliasearch-client-ruby/blob/55e2fb916eb147e51532fd08bdb0d75a58f12ce1/lib/algolia/client.rb#L494-L511 There should be some retry logic, and if enough...
**Describe the bug** When scaling images to 100x33 I get random results, I know it was already discussed here: https://github.com/libvips/ruby-vips/issues/150, https://github.com/libvips/libvips/issues/709 and https://github.com/libvips/libvips/pull/1639 but maybe we should discuss if we...
Used the vocabulary from https://tools.ietf.org/html/rfc6143 It makes it very easy to read/write following the RFC6143, and we don't have to think about pack/unpack. Work in progress.