Gabriel Féo

Results 26 comments of Gabriel Féo

Hey @jakecoffman, maybe you can take look at this? :)

> Hi @gabrielfeo, we really apologize for the delays here. There is no reason this could't have been deployed earlier. > > > > Since this is now in production,...

Searching is also broken: clicking on any search result (e.g. for "snippetType") leads to HTTP 400, "Could not find request in archive file". https://oss.sonatype.org/service/local/repositories/releases/archive/com/slack/api/slack-api-client/1.29.2/slack-api-client-1.29.2-javadoc.jar/!/undefined/com/slack/api/methods/request/files/FilesUploadV2Request.html#getSnippetType()

**TL; DR:** SDKMAN_DIR must be defined in bash. This is what my `sdk.fish` does now: ```sh bash -c "SDKMAN_DIR=$sdkman_prefix && source $sdkman_prefix/bin/sdkman-init.sh && sdk $argv" ``` @deather, would you be...

Thank you for your help. SDKMAN_DIR is indeed defined: I have a lot to learn about shells. I'd appreciate it if you could confirm if I got this right. 1....

Here are the outputs of those commands. I don't have a `.bashrc`. I do have a `.bash_profile`, but it's probably irrelevant because it's not run in a non-login shell, according...

I moved my home directory using macOS's System Preferences:

Great, that'd support `allowMultipleSubcommands`. So the general idea is this? 1. `Context.use` taking an `AutoCloseable` (regardless of being assigned to `Context.obj` later 2. Implementation of `Context.use` stores exactly 1 Closeable...

Thanks for the link, I wasn't aware of that. Do you think we should wait until `AutoCloseable` is stable to implement this in Clikt or implement it as JVM-only until...

Thanks. It does make it reset to line start, but it seems to print out of order and/or lose prints after a certain number of them: