Xavier Thomas

Results 14 issues of Xavier Thomas

Hi, I was wondering if the cherry v3 PCBs have a pin that is always low or high depending on the hand of the PCB? The default firmware binary does...

enhancement/pcb

The current newline segment does 2 things, it adds a newline but it also adds the $/# 'prompt character'; which renders it useless for use at the start or in...

**Channel** C++Weekly **Topics** Scope guards, aka scope_exit, scope_success, scope_fail and unique_resource. This could be in relation to Alexandrescu's book. Also what exactly is the library fundamentals v3? **Length** I think...

episode idea

It would be nice if a hit was detected on all visible faces. For the moment object with a material with a `cull_mode` of `None` (no backface culling) are not...

**Describe the bug** I try to disable the whole main window when a modal window is visible on top but of the disabled widget on the main window, the `ScrollArea`...

bug

Following our chat in issue #114 I added this code into my app: ```Rust fn main() { let mut app = App::new(); app.configure_schedules(ScheduleBuildSettings { ambiguity_detection: LogLevel::Warn, ..default() }); ... }...

I am using this plugin to outline the selected objects in an editor like application. One of the issue I have is with non-manifold meshes (meshes where all the edges...

I am using this plugin to outline the selection in an editor like application. However when selecting multiple objects one outline gets invisible in some parts (sometimes not visible at...

Hi, thanks for this code, it is very useful. I use this crate like in the `egui_dock` example, but I would like to have a search/filter feature in the `hierarchy_ui`...

My GPU does not supports `ktx2` textures, so to actually supports this format maybe it is needed to uncomment the `//.register_asset_loader(ImageLoader::new(CompressedImageFormats::all()))` line in `examples/render.rs`