C
C
Fixed on #5364, #5410. Any remaining work is handled on #5052
#5612 already is able to dump the autocomplete script for Fig, and here is the PR to include it https://github.com/withfig/autocomplete/pull/2280
> Can you give some examples of subcommands that aren't working with the completions before? None of the external subcommand (the plugins) were supported
> Could you share the steps for manually testing this with fig? The following command prints the typescript code add completion support ([as it was added in a PR](https://github.com/withfig/autocomplete/pull/2280)) `cargo...
https://github.com/FuelLabs/sway/assets/36463/a0eb2ed9-2d20-4c79-a035-380b2989752b
I can make it use `isset` or `empty` if it is a variable and let it bare (boolean) if it is an expression. Good idea?
When I started haanga the "elif" was missing on Django. I can add a filter now but if you can _need_ or if you can wait,yesterday I started a much...
Let me know how it goes.
Can you show me your template? I bet the problem is that haanga is generating code for Object rather than array. There are two solutions: 1. Either to generate with...
Did you try passing `array('compiler' => array('dot_as_object' => false))` to `Haanga::Configure`? The main issue is that Haanga resolves `.` and `[]` to arrays or objects at **_compile**_ time (which means...