Glenn Jackman

Results 81 comments of Glenn Jackman

Reworked as requested. custom-types is no longer a prerequisite, as that's an implementation detail.

Here's an example of a fish completion that respects previous args: https://unix.stackexchange.com/questions/722020/fish-completion-that-depends-on-other-flags But as we're thinking about getting configlet itself to handle completions, this issue is no longer about fish/bash/zsh

> 1. Is there a way to reliably detect the user's current shell when it is different from their default shell? No, unless we parse `ps` to find the shell...

You'll get better help on discord: https://discord.com/channels/854117591135027261/1082698079163134073

related: https://github.com/exercism/exercism/issues/6096

> If I do find something clever/better than what I came up with, I tend to want to leave a comment to thank the author for publishing their solution Alternatively,...

To follow up on iHiD's "two accounts" possibility, try this: 1. in the CLI: `exercism configure` -- note the Token 2. on the website, go to your Settings -> API/CLI...

@SleeplessByte Are there a11y guidelines about such length alt text? I notice the text refers to some numbers being "red".

> Is there a forum discussion for this issue where the proposed change was discussed and given a go-ahead? I think this was created before the forum.

``` "input": { "question": "What is 1 2 plus?" }, "expected": { "error": "unknown operation" } ``` ... unless you're a Forth programmer ;)