Phil Schalm
Phil Schalm
Any files specified in the "requires" option are only required if the `annotate` command is run directly. In reading through the code, it's due to `load_requires` only being called in...
@seamusabshere Would you be open to a PR that adds a NullStore to the list of valid adapters? Would be really helpful for testing and such :). Something like the...
I left citybound running while I went and had lunch. When I came back I noticed that the interface seemed stuck. I checked the terminal process and saw that citybound...
##### What operating system are you using? Ubuntu 17.04 ##### What version of Nylas Mail are you using? 2.1.0 -- **Feature Request?** ##### Does this feature exist in another mail...
I have my form names in ruby-style syntax like `a[b][c]`, but when using js2form the normalizeName process turns the object I pass into the `a.b.c` style names. This means that...
The previous check didn't work properly because `data_source_sql` (which `data_source_exists?` uses internally) only qualifies the table_name to the current schema if a fully qualified name isn't passed. This could be...
I still need to write specs for this, but it changes how `options[:temporal]` is handled so that if you don't pass anything explicit it'll work fine (rather than right now,...
If you had a dragonfly accessor such as `photo` (with the associated `photo_uid` column) but did not have a `photo_size` column, the defining a method such as `thumbnail_photo_size` would include...
I'm trying to get a `default_proc` set for attributes, and I feel like either I'm missing something obvious or something wacky is going on. I've tried all of the following...
That, or not allow spaces.