Alec Thilenius
Alec Thilenius
Sorry I didn't even see this issue, ty for the mention @zicklag! I'm waiting on feedback from @TomGillen, but iff (with two 'f's) Legion `Tags` work how I think they...
Hmmm. Yeah this is a tricky one. Ideal case is to iterate through (or receive events for) entities with a query like: 'read the `PreviousParent` components for any deleted entity...
Well, answered my own question by asking about the workaround 🤦♂️ Just use `oncontextmenu` to prevent the context menu and let the `onmousedown` event bubble. I'm going to leave this...
@rparrett this doesn't seem to be the case (v0.9) ```rust use bevy::prelude::*; pub fn main() { App::default() .add_plugins(DefaultPlugins) .add_startup_system(setup) .run(); } fn setup( mut commands: Commands, mut meshes: ResMut, mut...
Ah, [found it](https://github.com/bevyengine/bevy/blob/v0.9.1/crates/bevy_pbr/src/pbr_material.rs#L383). I don't know enough of Bevy yet to say if this is 'intended behavior' but I will say it's quite confusing to have two default color spaces...
This would be wonderful. I would be happy with 100ms granularity if that makes bucketizing queries easier. Or enforce a common denominator among all the intervals so that they are...
I'm not a fan of this, `cloud` is too generic and not well optimized for how most programmers write code these days. We really need vendor specific keywords at a...
Any chance someone has the know-how to upstream a fix? I love this plugin, but not having neovim restore is a real bummer.
It C++ it is very possible, and very common for a function to return void but perform an action on it's parameters. Hence the pointer type :) Although if I...
https://www.google.com/search?q=error%3A+Your+local+changes+to+the+following+files+would+be+overwritten+by+merge&oq=error%3A+Your+local+changes+to+the+following+files+would+be+overwritten+by+merge&aqs=chrome.0.57j58j62.825&sourceid=chrome&ie=UTF-8