Ingvar Stepanyan
Ingvar Stepanyan
I only know that I'm getting a syntax error when trying to load those files and it always points at `...args` 🤷♂️
Even weirder that [`7z.nu`](https://github.com/nushell/nu_scripts/blob/7d5c2f0a2e004b10727cdd6a0a5a0911cc54de9c/custom-completions/auto-generate/completions/7z.nu) works fine, but [`ffmpeg.nu`](https://github.com/nushell/nu_scripts/blob/7d5c2f0a2e004b10727cdd6a0a5a0911cc54de9c/custom-completions/auto-generate/completions/ffmpeg.nu) doesn't even though they are very similar structurally... UPD: ah ok, for some reason `ffmpeg.nu` has extra pair of brackets `[` ......
> I'll commit this when I get home today. Hi, I was just wondering if you ever got ~~home 😅~~ around to this?
I was going to raise an issue for supporting angle on ellipse - is this the same feature request or something different?
Thinking about this more - the same would probably apply to e.g. rectangles. I wonder if a better solution would be to allow to wrap `Canvas` into a cheap newtype...
@Constellation Ping. Are there any docs on tree structure and APIs except as for generated ones? They don't feel clear enough as it's hard to find "entry point" and some...
> what behavior do we track? the spec? or the most common runtime's behavior? Well, it's not "most common", it was just something not implemented in one particular engine yet,...
@michaelficarra If that's the goal (all blocks), it's much broader issue than current one. Can you please submit it as a separate issue?
@michaelficarra In that case, what's special about those that we would want to create scopes for them even when they're redundant?
@michaelficarra Regular blocks do as well. I'm suggesting that we keep consistency and either create scope objects for any blocks or keep current behavior where scopes are created for functions...