Julie Rymer
Julie Rymer
#### How to reproduce? You just need to create a WPF app that can add and remove from view a chart containing some GearedValues (so that the graph should be...
Hello all, I'm writing a Zerg agent with the Simple64 map. Problem is, I can't use obs.observation.player.larva_count since the value is always zero. Using feature units I can see that...
I have the same problem as [here](https://github.com/sunscrapers/djoser/issues/317#issuecomment-505898324), meaning, the last step of Google OAuth2 authentication is not working. After some searching, I saw that the problem comes from the validation...
I think applications should be able to customize the users' activation procedure for their use cases. In the current version, when you want activation upon registration you also get activation...
Fix upper bounds issue described in #1857
* [X] Tested with the latest Haystack release * [X] Tested with the current Haystack master branch ## Expected behaviour When we do a range facet query with open bound...
Some actions make the basket notification message display the "Checkout now" while we are on the basket page. This is a fix
The race condition when updating a counter can be solved by simply retrying the update operation if the creation fails because it was created faster from somewhere else. (PS: this...
`create_deferred_transaction` is using `None` as default for reference and status. Those are both fields that can be blank but not null in DB. I replaced the defaults of the function...
Added a docker compose file to ease the local development configuration. Updated the docs on how to run sandbox locally using it