Daniel Orner

Results 115 comments of Daniel Orner

Ouchie! Thanks for the heads up. PRs are welcome, not sure if I'll have time to fix in the immediate term.

Likely not - earlier Rubies should just interpret the keyword arguments as an option hash and pass it correctly to the method. But we'd have to experiment to make sure.

Yeah looks like we're going to have to check the version of the Psych gem to get this working correctly.

Confirmed that these parameters were added in Psych 3.1.0. So anything older than that will crash. I'll put in a PR to fix this.

@klippx it's been on my backlog for a while... unfortunately I haven't had a chance to get to it yet. :( @jeantessier this looks good to me but I think...

This is part of the CI issues we're having - Travis keeps segfaulting. If you click into it you'll see that it passes on one version of Ruby but fails...

@yogeshsm hey sorry for the delay. Yes, you can't just call `configure` with two keys. You'd need to call it by reading your `phobos.yml` and adding those keys to it....

Bumping this. The (rather confusing and minimal) readme seems to indicate that using `@type` can be used to coerce a variable, but this doesn't seem to work: ```ruby current_assignment =...

While I like Turbo/Stimulus, I'm not sure it's worth it to introduce it as a capability if we don't have a use case for it. In my experience, if we...