Ross Hadden

Results 120 comments of Ross Hadden

Yes, I was trying to find a solution to the same problem.

Oh I didn't mean to leave that ambiguous. No, I haven't had any luck with it.

Fortunately, `console.log` itself works and has close to the same output as `prints`, so that's not a terrible workaround for now, though it doesn't serialize objects in the same convenient...

I found a few more missing: - `assert` - `preload` - `typeof` - `push_error` - `push_warning` - `is_instance_valid` - `get_stack` - `Color8` - `ColorN` - `to_json` (guessing because we have...

This looks _awesome_!

Me too, this is an awesome looking project! I would fork this in an instant if I knew enough to work on the bindings.

It's great news that zsh itself has implemented a lot more vim features, it shows that people are still working on it. Zsh doesn't seem to have native support for...

If not, do you have a workaround? This is another thing I thought was broken in vi-mode itself---I didn't realize it was `opp.zsh` :-).

This is my current setup after the PR for accessing options was merged: ```bash map ~ ${{ if [ $lf_preview == true ]; then lf -remote "send $id set nopreview"...