Julie Rymer

Results 24 issues of 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...

help wanted

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...

* [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

Needs more work

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