CptSpaceToaster
CptSpaceToaster
The extent of this bug is not well known, however breaking and placing blocks near lights (and not messing with the lights themselves) appears to cause some issue. I can...
This is most noticeable with redstone torches and a bright light source (I tested with white glowstone) I was able to place a redstone torch, and a block of white...
1.) Mobs don't render appropriately when they stand on colored light. Cows come in odd colors, and this appears to be a repeat (but not identical to) [issue 6](https://github.com/CptSpaceToaster/CptsModdingLight/issues/6) So,...
**First, some background** Minecraft can exist in three unique states of obfuscation 1. **Notch names** are what you get when you decompile the Minecraft jar from Mojang. Exe: aqz.b, where...
The JWT_VERIFY_CLAIMS and JWT_REQUIRED_CLAIMS assume that item precense implies each item should be verified/required, and items that are excluded, should NOT be verified or required. Unfortunately, the PyJWT library will...
https://github.com/mattupstate/flask-jwt/blob/master/flask_jwt/__init__.py#L113-L128 and https://github.com/mattupstate/flask-jwt/blob/master/flask_jwt/__init__.py#L182-L193 401 is Unauthorized 400 is Bad Request 401 Bad Request is not a thing. https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1 It looks like the default was changed in this [commit](https://github.com/mattupstate/flask-jwt/commit/2749d536015575a93f0d821aa0877275cf6a4a57) I'm not...
Hiya, this library has been a lifesaver. I'm currently storing some network responses as JSON in memory. I am additionally converting the JSON into dictionaries so they can be written...