Hennadii Chernyshchyk

Results 692 comments of Hennadii Chernyshchyk

Thanks for the explanation. Sorry, I thought the problem was in the extension, because QtCreator uses `clangd` but respects modified files (maybe by some kind of hack). Is it possible...

Yes, I know there is no such command line option now, but what if implement it in future (if this is possible)? This would allow external programs / plugins to...

Converting into a draft since we might re-use this crate for interpolation on the client.

> implementation of icons by overwriting dozens of (often duplicate) things named as version_control_prefix compared to icons (maybe even https://github.com/helix-editor/helix/pull/6796 symbols) API is a bad idea, hard to fix later,...

It's strange my project runs fine on SteamDeck: https://github.com/projectharmonia/project_harmonia Maybe it's related to the configuration?

I compile the project on the SteamDeck inside Distrobox with ArchLinux. I have the latest firmware and the container also have all packages up to date. Everything else is the...

When designing the API, we need to let clients evaluate it. This could be used by rollback crates. So basically lets say we replicate a component with the policy of...

I have the following idea. Introduce a `ReplicateMutations(bool)` component. If it's missing, we assume the value is `true`. Otherwise, we check the value. If the value is `false`, we skip...

> Would like to see pros/cons. Visibility affects both updates and mutations, while this feature would control only mutations. @mirsella provided a good use case above. This could also be...

We could merge it with visibility settings by using a tri-state instead of a boolean: visible, updates-only, and hidden. Then we could implement #304 for them. But I don't like...