Jakub Arnold

Results 80 comments of Jakub Arnold

Seems this issue is fixed in WASM too but not on the website. I wonder if there's something wrong with the website that further stretches the canvas or something that...

I'm not sure if this is possible to do in general without some kind of reflection API. I vaguely remember discussing this some time ago and being told that the...

Possibly related https://github.com/gfx-rs/wgpu/issues/4247, seems there's a bunch of strange issues around AMD/Vulkan/DX12/Windows/OBS. Surprisingly forcing either DX12 or Vulkan backend fixes it in the case when I reproduced it with OBS,...

Thank you for this! It's a good example of an optimization I probably never would've thought of myself. There is a slight problem with this in that it breaks using...

> Hmm yeah, I've never worked anything with HDR (don't have the hardware) HDR at least in comfy is not about having HDR output on the monitor though :) It...

Right now you can control the window resolution with https://github.com/darthdeus/comfy/blob/master/comfy/examples/custom_config.rs, but unfortunately specifying resolution for the render target is not possible. It would be possible to do this with a...

I agree this would be useful for remappable inputs, but I don't yet have a clear idea how this should work. If we ignore gamepads this is very simple, but...

Thanks for this, I'll take a look soon 👀

@ikarienator I assume you ran into this when installing racer completion for YouCompleteMe like I just did? If so, did you find any workaround?