Alexis Sellier
Alexis Sellier
Debugging ... The values that cause this issue are: `(m >> BITS) as u16 = 58161` `lower = 8192`
We could move it, however I don't think the team has time to maintain it. It would still require an owner.
I have the same issue.
thanks, will correct.
They both work actually, it depends what the server accepts. It's just raw data, so in the later case the server needs to parse it as json. http-console doesn't care...
Good idea.
This fixes a bug with numbers as well: currently, `024` would be treated as octal and result in `20`, but according to the YAML spec this is not correct: `0o`...
Thanks! I will take a look soon.
To merge this, the first thing we would have to do is take out the `ultraviolet` dependency -- if there's anything missing from the built-in math library, I'm happy to...
Thanks! I've pushed a fix to master regarding the `cgmath` compilation, maybe this will solve the problem. With regards to third party algebra libraries, `rgx` used to depend on `cgmath`,...