David Vo
David Vo
I just tested this on a local server myself; can confirm. ``` [15:30:35 INFO]: auscompgeek issued server command: /give auscompgeek bedrock [15:30:36 INFO]: [auscompgeek: Given [Bedrock] * 1 to auscompgeek]...
Probably the best way of exposing this to the player would be to show it in the inventory title.
Would `"skipInvalidPlatforms": false` do the trick? (Disclaimer: I have little idea how GradleRIO works.)
A possible alternative could be [Soon(tm)](/whiskers75/soontm), a complete rewrite of node-irc with support for IRCv3.
Ah interesting. Unfortunately the repo I work on already has `core.repositoryformatversion` set to 1, and I presume downgrading that is unsafe. (I don't want to clone this repo again.)
What about passing `--allow-shlib-undefined` to the linker?
pylint always seemed to be a bit noisy for me. Not that I'm against the use of pylint (it's been a while since I've tried running pylint over my own...
I think this could be a good bug for a newcomer to work on if they wanted to delve into how RobotPy works under the hood.
Huh, that looks so much simpler than pydevd. I imagine that there will be a number of teams who prefer to use PyCharm over Visual Studio/VSCode though, so we should...
Note: We'll probably want to distribute ptvsd/pydevd with the Cython extensions.