BlueRaja
BlueRaja
Currently enumerating the priority queue enumerates the nodes in (semi-)arbitrary order. We should * Add enumerator functions to explicitly enumerate in `fast` and `ordered` order * Make it clear in...
Should be able to get a big speed gain in `GenericPriorityQueue` if number comparison JITs into a single `CMP` instruction _(the current method using `Comparison` does not)_. In fact if...
`int`s are nearly always faster than `float`s. Given how popular this library has become, and how many people are using it for non-pathfinding applications, it would be nice to have...
There are too many queues sharing primarily the same code. Using generics is not an option because priority-comparison turns out to be too slow. I should look into Text Templates...
We're attempting to upgrade from Ember 2.18 to Ember 3.16. Most things are working, but our CSS is borked. The problem seems to be that `ember-component-css` is injecting namespace classes...
- My browser: https://whatismybrowser.com/w/WBSM3TP - My RES version: v5.20.12 - Am I in reddit beta (yes/no): no *What's the problem?* [My profile, sorted by top rated posts](https://www.reddit.com/user/BlueRajasmyk2/submitted/?sort=top) [My top rated...
## 🐛 Bug Report **Hot Restart** _(not to be confused with XAML Hot Reload)_ is an Xamarin.iOS-specific feature that allows Windows developers to compile and run Xamarin directly onto a...
The behavior should be consistent across platforms. ## Repro steps: 1. Set `player.Volume` 2. Call `player.Load(...)` ## Actual Results On iOS, the volume set in step (1) is ignored and...
### Environment - Ember Version: 3.16 - Ember CLI Version: 3.16? - Ember CP Validations Version: 4 ### Steps to Reproduce outerClass: ``` buildValidations({ innerClasses: [ validator('has-many'), validator('inline', { dependentKeys:...
### Environment - Ember Version: 3.16 - Ember CLI Version: 3.16? - Ember CP Validations Version: 4.0.0-beta.10 ### Steps to Reproduce Here is our setup, with doubly-nested classes. It _might_...