Imbris

Results 125 comments of Imbris

Some thoughts on this: * Not having to coordinate these files would make it easier for contributors adding new tests. * A potential downside with shelling out to spirv-as is...

I managed to hack in a `disable_column` here https://github.com/Imberflur/telescope.nvim/commit/b370779edd9f8327999d3bc3d1316a135b18b68a but I don't know if this approach is ideal since this then has some overlap with the functionality of `disable_coordinates`.

Hi! I just realized I'm still using this. If there is interest, I would be willing to work on making this ready for a PR.

We recently had someone report this on wgpu 0.19.4 ``` 2025-04-14T05:37:59.214349Z ERROR wgpu_hal::vulkan::instance: enumerate_adapters: A return array was too small for the result 2025-04-14T05:37:59.484702Z ERROR wgpu_hal::vulkan::instance: enumerate_adapters: A return array...

The `MAX_EID` is: ``` const MAX_EID: u32 = (2

This looks like a duplicate of https://github.com/petgraph/petgraph/issues/582

It also looks like a misbehaving `GraphIndex` implementation could cause issues here. The methods for that trait are `doc(hidden)` though, so I assume it isn't meant to be implemented outside...

I opened a draft with a potential temporary fix. Curious if this looks like a decent solution for now?

I have previously observed that logs which are ultimately filtered out but which aren't filtered out by the global `log::max_level()` can be much more expensive. The significant overhead of filtered...

@GiantBlargg thanks for sharing a workaround!