Dries007

Results 8 issues of Dries007

Hi, I'm using this plugin in a multi-version spanning Minecraft mod, that also has a Bukkit version. The bukkit version doesn't upload correctly because the API's base URL is `dev.bukkit.org`...

enhancement

I suspect the culprit of the crash is the GIT_AUTHOR_DATE. If I remove this before starting my script it works. I already pass `expand_vars=False`, but that isn't passed far enough...

acknowledged
help wanted

I'm using 2.0.0b5. The following file results in broken python: ```proto syntax = "proto3"; package experiment; import "google/protobuf/empty.proto"; message Reply { bool happy = 1; } service Testcase { rpc...

compiler-bug

Hi, I'm doing product testing with this program (and a LimeSDR, in case that would make a differenace) and I'm wondering if it's possible to generate a file with a...

Here is the result: http://pastebin.com/raw/khEAJzjx Please use a common fallback value if there is no UUID saved (of if the player is offline). Also, you don't use forge's common FakePlayer...

I would like to be able to use a single annotation for the following setup: 1. A request with Accept header set to JSON: The application returns a JSON responce....

Page routes cannot have a Request dependency injected. The root cause is fastapi/fastapi#12403. See also MR #34 for one possible workaround fix. Just as an FYI: If this workaround is...

Page routes cannot have a Request dependency injected. I think because fastAPI cannot handle the same dependency being injected twice. This is not an issue for the hx routes because...