risa2000
risa2000
@zbyna Just for the record, this has been fixed in `vim` repo with patch `9.1.0050` here (https://github.com/vim/vim/commit/68d9472c65ec75725a0b431048bebe036921331c). It may not be a problem with `neovide`, but rather with `neovim`, which...
@zbyna Alright, I thought that the interaction between `neovide` and `neovim` was different (and was wrong :)). In that case, as @fredizzimo suggested, it looks like a problem with `winit`.
> I don't think that patch is relevant since it applies to gvim only. Just one technical clarification as I am not clear on what you meant by "gvim only"....
I believe you can, for the sake of having JSON schema, generate one from the actual data file. I never had ambitions to "codify" the data in the JSON file,...
> A schema file would still be prefered, and also do you know a better way to get fallback than [this](https://github.com/Bluscream/scvr-patcher/blob/csharp/Classes/Hmdq.cs#L19-L24)? I understand the advantage of a schema, but I...
> First of all, thanks for your detailed response and the insights. I've let a [online converter](https://www.liquid-technologies.com/online-json-to-schema-converter) generate [this schema](https://github.com/Bluscream/scvr-patcher/blob/csharp/hmdq/merged.schema.json) for me but obviously that's hella wrong since it doesn't...
I agree. This should be a third option of a supported VR runtime. I have been having it on my nice to have list of features for few years already,...
Just for the record, I needed to fix this in conan 1.64.1 and come up with this approach: https://github.com/conan-io/conan/compare/release/1.64...risa2000:conan:fix-msvc-vs-1710-compiler What it does is pretty simple. If you want to keep...
@aurelienrb According to @memsharded who replied to me in another thread (you can read the discussion [here](https://github.com/conan-io/conan/pull/15588#issuecomment-2125487937)) there is no intention from devs to patch Conan 1. So this was...
@aurelienrb > If I understand correctly, toolset `v144` is binary compatible with `v143` and it is therefore possible (acceptable) to trick Conan to use `194` by making it believe it...