Odin

Results 13 issues of Odin

In our rails app, we had some code like this: ```ruby class Account < ApplicationRecord belongs_to :unit validates_presence_of :number validates_uniqueness_of :number, scope: :unit_id, message: "Number has to be unique for...

bug

I recently implemented my own extensions to some graphql errors and based some frontend error handling on it. Looking at https://spec.graphql.org/June2018/#sec-Errors I implemented my own things under the `extensions` key....

### Is your feature request related to a problem? Please describe I experienced a problem where the [order of installation of two plugins matters](https://github.com/jonathanmorley/asdf-bundler/issues/6#issuecomment-1098031139). In trying to reproduce this problem,...

enhancement

There seems to be a bug with the way .rubocop.yml files in subdirectories are handled. We have a .rubocop.yml file in the root directory of our project with the following:...

bug

I've been running Coverband in production for about a month and it has produced for me a redis database file which I can download and inspect locally without worrying about...

Hey. First of all, I would like to say that this is a pretty impressive prototyping application. Thank you for making it and open sourcing it. I'm trying out Quant-UX...

**Describe the bug** If you move the extension to the "overflow menu" in Firefox (so it isn't show all the time), the extension is opened with a thick bar at...

bug

Hello. Passing primitive strings of html to alertify works fine, but I have a use case where I'd like to send wrapped `String` objects around (since you can set custom...

**Your proposal** Add an alias for `whereami` called `w`. Or something else short. **Additional context** Since the `list` command is stateful (continuing to print source code below if you run...