John Victor
John Victor
> What about the other code path in L272? I haven't actually found any cases where `post_file['name']` is returned, so I'm not sure if that path would ever be executed....
Relates to https://github.com/johnvictorfs/nyaa-cli/pull/31
Hello, could you try the latest version that was released yesterday? (v2.6.1 for Minecraft 1.20.4) And what versions of Minecraft and ModMenu are you using?
Sure thing! Here's a reproduction repo https://github.com/johnvictorfs/vscode-rbdg-issue In the repo I have setup two different vscode debugging configs, one for the latest version of the extension (v0.1.0) and another one...
Hello @ono-max it does not work I get the following pop-up error with no logs in the Debug console:  And this is all the Output tab shows: ```json "Running:...
Zsh, I setup my rbenv with this: ```bash if [ -x "$(command -v rbenv)" ]; then eval "$(rbenv init -)" fi ```
> Just a nit: there are a lot of defaults here. IMO it makes the most sense to set the default on the configuration and expect it's set as you...
Thanks for the reply. If I got the log right, this is what's happening when I eval the s/defn expression with a #dbg (or I run the instrument command on...