Jordan Stephens

Results 8 comments of Jordan Stephens

+1 on this—seeing the same behavior. I'll see if I can sort it out

The bug is here, https://github.com/jongha/jquery-jsontotable/blob/master/src/jquery.jsontotable.js#L123 I'm not sure what was originally intended here, but it needs to be solved another way. ``` /** /* MODIFIED: options.header ? 1 : 0...

I've noticed lately that often the easiest way to un-stick the REPL is to run a sleep from the prompt. ``` [58, 67] in ~/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/activemodel-7.0.8/lib/active_model/error.rb 58| 59| I18n.t(defaults.shift, 60| default:...

> Does it always happen when you debug inside a live Rails server, or it happens when you debug tests too? Now I'm wondering if I see it on a...

@russfrisch do you have an ETA for getting 2.8 up on rubygems?

While discussing this in the office today, @lionello pointed out that _local_ vs _remote_ is not the same as _development_ vs _production_. We want to be able to manage our...

Some notes on what needs to be done here after #426 is fixed - [ ] Update the CLI to add a `--build` flag to the `tail` command which will...