Paweł Grabarz
Paweł Grabarz
[Rendered](https://github.com/Frizi/rfcs/blob/world_cell_queries/rfcs/42-world-cell-queries.md) [Implementation PR](https://github.com/bevyengine/bevy/pull/3092) Add query and command API on `WorldCell` instances with shared access.
[Enter steps to reproduce below:] 1. open a new unsaved file (Ctrl+N) **Atom Version**: 1.9.8 **System**: "Arch Linux" **Thrown From**: [ide-flow](https://github.com/lukehoban/atom-ide-flow) package, v0.8.0 ### Stack Trace Uncaught TypeError: Path must...
Just wanted to share that this idea is very similar to "AST editing" and there are a few projects doing that already. Using that for HTML is a very good...
This changesets adds necessary features to GL backend in order to support skybox example from wgpu repository in webgl. Most notable is adding support for cubemaps. Unfortunately due to the...
Current design of rendering graph assumes that graph is rarely, if ever, rebuilt. The scheduling process is really designed as one-off thing. The lack of dynamism manifests by things like...
Version of VSCode: Version 1.16.0-insider Version of the extension: 0.4.2 OS: MacOS Sierra 10.12.6 Description: New version of vscode is going to add support for workspaces with multiple root directories....
There is a [long-standing serde bug] without an intention to fix, that causes all structs that use `#[serde(flatten)]` attribute to be interpreted as maps during serialization. Unfortunately, that means that...
When you click a dropdown option while holding Alt, the selected value should be accepted as if you selected it normally, but the dropdown needs to stay open.
### Pull Request Description Fixes #9938 The documentation panel openness and size state are saved in localStorage. On initial graph entry, the documentation panel is automatically opened if the graph's...
### Pull Request Description fixes #9730 Added a `logEvent` method to remote backend implementation in dashboard. Added an always-present remote backend instance that can be used for logging even when...