BrettW
BrettW
This is a nice, mutable Interval Tree implementation. I was hoping for more operations (especially mutating ones), as in this Python library: [https://github.com/chaimleib/intervaltree](https://github.com/chaimleib/intervaltree) In particular, I was interested in `chop`...
I'm attempting to set all tiles of a layer to be `GPUAnimated`. I'm using bevy v0.6.1 and bevy_ecs_tilemap v0.5.0. I assumed I could use `set_all` or `fill` to set the...
**What problem does this solve or what need does it fill?** A number of small examples to demonstrate the library just a bit further for newbies. It also will demonstrate...
The arrows (which I assume are the system ordering) in `print_schedule` all merge together in the left-hand side and the information is not helpful. I'm aware some of this is...
There is an implicit requirement for Nvidia docker, which is spelled out now, and the more recent Docker invocation is used.
**Describe the bug** When running `org-roam-ui-open`, it adds follow mode, but then there are two identical `org-roam-ui` components in the mode line. **To Reproduce** 1. Load emacs fresh. org-roam-ui is...
I know that this plugin is written for Blender 2.5-2.7, but it may be worthwhile preparing for the forthcoming Blender 2.8. Guidelines on things to be changed: https://wiki.blender.org/wiki/Reference/Release_Notes/2.80/Python_API/Addons I attempted...
**Crate versions** `bevy` version: 0.12.1 `bevy_hanabi` version: 0.9 and 0.10-0-dev **Describe the bug** If you have a `SizeOverLifetimeModifier` with `screen_space_size = true` then the `OrientModifier` in-plane rotation is ignored. If...
It appears that neither of these types have the arithmetic for easily computing large powers (apart from shifts to emulate powers-of-two). Is this correct?