John Victor

Results 6 comments of 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: ![image](https://user-images.githubusercontent.com/37747572/219438918-9c82a108-0587-4dcc-b3a8-b78d6c5c9788.png) 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 ```