Andrew Safigan
Andrew Safigan
I am using version 2.19.5. I read through all of your documentation on share connections. Each suggested way causes the limiter to never execute a job once it hits any...
I see that there are Instance handles for sound tracks but not for Streams. Is there a reason for this? it would be nice for example to play multiple streams...
Right now the custom stage used by this plugin is set for after `CoreStage::Update`. For my game, I have to update some lines in `CoreStage::PostUpdate` after transform propagation. This causes...
[Example](https://codepen.io/anon/pen/YvXxQv) 1. Focus on the input field 2. Use the arrow keys **Observed behaviour:** Highligted suggestion is different than the text field. Highlight order is weird. Example: skipping suggestions, and...
> I prefer composition to inherence and seldom use it. I would be find with excluding class inherence from the TSBC specification. I also rarely use inheritance and would be...
GraphQL doesn't have to be served over http. In Apollo, they have abstracted the network client away, while providing a default implementation. This is great for things like testing, support...
## What problem does this solve or what need does it fill? Calculating the inverse of `world_to_ndc()` and `world_to_viewport()`. ## What solution would you like? Adding `ndc_to_world()` and `viewport_to_world()` methods...
# Objective Fixes #5848. ## Solution - Adding function to get `animation_clip` from `AnimationPlayer` while documenting that it could be the default handle. - Adding a function which tells if...
I would like to add units like `px`, `rem`, `em`, and `%`. This should be an opt in feature some how. Most likely a separate function/api. I would like to...
I feel like they are lacking. I think I'm going to read some popular libraries' docs to get a better feel for what should be there.