Rico Sta. Cruz

Results 243 comments of Rico Sta. Cruz

You'll need to un-initialize chosen somehow. Perhaps chosen isn't compatible with Turbolinks.

hi folks — maintainer here but haven't checked in in a while. anyone got suggestions for a resolution?

haha, interesting... I took a stab at a similar approach where it deserializes to: ``` js data = nestedSet(data, 'user', { name: 'john', age: 30 }) // same as: data...

it seems the nested structure you described is much faster!

I think the problem here is that rbenv-communal-gems handles sharing the `gems/` directory between ruby versions, but doesn't handle `bin/` dirs. For instance: ``` sh # Install a gem $...

I've been using [this script](https://gist.github.com/rstacruz/8295997) as a temporary fix. @tpope, any feedback on this issue? :)

Completely agree that it shouldn't be implemented in Ruby :)

haha, you found pnpm, cool :)

speaking of so, pnpm has a problem that observatory can't edit lines that are outside the viewport. it uses `require('ansi-escapes').cursorUp(20)`, which i think should be better written as `process.stdout.moveCursor(0, -20)`.

apparently not :\ see the other issue about it