Ulysse Buonomo
Ulysse Buonomo
Hi, I've tried to run stabilizer in a container to be able to use it as-is in a deprecated environment (llvm 3.1) for small files. However, it doesn't build, and...
Fixes https://github.com/rubyconfig/config/issues/276 # Problem Having the dependency on a fix dry-validation version generates multiple issues: - users who want another version of the dry-validation gem are blocked - the dry-validation...
Hi, I'm using ActiveAdmin, with CarrierWave (1.3.1) and Cloudinary (1.11.1) with Ruby 2.4.4 (same issue with ruby 2.5.3) and rails 4.2.1. My issue is the following one: If I create...
I came back over an [old fork I've made](https://github.com/BuonOmo/yarn-completion) that supported yarn completion. And I went through my mind that it could fit together in the same app. If you're...
Hi @markburns and thanks for making the book available! I'm currently going over it to give it a style refresh/fix. This is still a work in progress but I wanted...
The [V3 roadmap](https://github.com/rgeo/rgeo/issues/247) includes our goal of having an easier installation process. Since our pure ruby implementation is incomplete, and our the FFI version is way slower than the Geos...
## Summary We want to simplify the overall interface, being more _ruby-stylish_ (a.k.a simple). Refactor code to improve maintainability. Here are the main axis on which we want to focus...
Even though this is not very likely on most computers, `ALLOC*` can sometimes not give the asked memory if it is not available. The CAPI code already checks this outcome,...
See [#247 (Loose Invalidity handling for geometries)](https://github.com/rgeo/rgeo/issues/247#loose) TODO: - [ ] List OGC methods that need validity - [ ] do the metaprogramming part (https://github.com/rgeo/rgeo/issues/247#issuecomment-830614037) and make sure it gives...