Robert Clover

Results 178 comments of Robert Clover

Hey @ikushaldave! Sorry for the hold-up. Absolutely, looks like you've made some amazing progress on this.

Related: withfig/fig#638 This can be worked around with generators, but I think it's worth waiting until this is natively supported. (Previously I'd given an example of a generator here, but...

Hmm, this is more of an issue for https://github.com/withfig/autocomplete since it's an issue with a particular completion spec, will move it there. Should be a simple fix if you want...

I handled this in my parser by allowing options named `-` and `+` that _must_ take an argument in the same token (and for fun, allowing option chaining where the...

A couple months ago I put in about an hour into making Ink work with Deno, _did_ get it working albeit with the same warning. Screenshot below has two of...

Deno 1.25.0 is out, it's now possible to use NPM module specifiers (experimental). There's still React's obnoxious rAF warning though. ```console $ deno run --unstable --allow-all ink-test.jsx ``` ```jsx //...

Temporary workaround (cc @integralist) - you can use `FIG_NEW_SESSION=1 zellij` to launch it and that should give fig support in it. Make sure not to export this variable though, it...

Hey @chungweileong94, thanks for the request! Should be pretty easy to implement this. For now, you can use a couple methods to get the compiled shell code, here's the easiest...

@augusto-camiletti-lrn quick follow up, could you share the output of `fig doctor`?

Hey @stepango! Sorry for the trouble. Weird that it's saying `command not found: fig`... could you quickly add `set -x` to the top of `~/.zshenv` (create the file if it...