Remy Jette
Remy Jette
Also getting this issue, getting a 404 when trying to get token
I know this is an old thread, but chiming in here - because _MSC_VER is defined when clang is building in msvc compatibility mode (via clang-cl), the addition of the...
> cmake-js attempts to find node-addon-api, and adds it to the CMAKE_JS_INC variable if it finds it. I don't know why it wouldn't be successful in doing so I was...
@mikhailkoliada I don't think we need Python to be re-packaged for macOS-13, https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json only has a single package for all x64 macOS versions, for example: ```json { "filename": "python-3.11.3-darwin-x64.tar.gz", "arch":...
I wonder, should the "item & location options" be visible by default on the standard options page? New players generally won't need them, and they make the page a bit...
`url_for` doesn't encode the url, so that would give the same bug as we have today. To use `_anchor` we would have to do something like ``` {% set anchor...
Huh. For some reason I didn't think you could use filters inside an argument list. TIL. Yeah, that works. Do that.
I think the Google doc linked in the logic difficulty docstring https://github.com/ArchipelagoMW/Archipelago/blob/main/worlds/ahit/Options.py#L149 https://docs.google.com/document/d/1x9VLSQ5davfx1KGamR9T0mD5h69_lDXJ6H7Gq7knJRI/edit?usp=sharing
The games in core that create a NamedRange with options outside the range (and thus are affected by this bug) are: * Hollow Knight `RandomCharmCosts`, to provide "vanilla" and "shuffled"...
More than just "random doesn't pick it", my point was I think it *also* makes sense for the slider to not pick it either.