Hiren Mistry
Hiren Mistry
Really like the Spacegray dark theme but like all dark themes, its useless in sunlight. I'm trying to use the Light theme but its still kind of hard to read...
I created a simple test Rails app with sqlite db and used warbler to create a compiled executable war file. I used `java -server -jar app.war -S puma -p 3000...
I have a CLI gem called `myapp` that uses a C shared library (`some_lib.so`) which is interfaced with ruby code using `ffi` gem. The library is loaded in a Ruby...
When running the `jar` file using `java -jar my_app_name.jar`, the `$PROGRAM_NAME` is set to `` instead of the main file name. I opened a ticket in Thor with more details...
#### Expected behavior vs actual behavior Serialize model to JSON after upgrading and making changes required by version 0.10.2. I'm getting 2 types of errors, one is `undefined method '[]'...
In the monthly bundler updates, it might be a good idea to mention in outstanding RFC's that are in need of feedback with a due date (can always be extended,...