Lasath Fernando
Lasath Fernando
Sounds like a good idea. Unfortunately, I don't really have much time to work on this at the moment. If you're willing to make a pull request, I'll be happy...
> I reported this on the Visual Studio feedback page. Some upvotes could help to get attention. https://developercommunity.visualstudio.com/t/Detect-when-file-is-changed-outside-the/10183731 Looks like they've fixed it: https://developercommunity.visualstudio.com/t/Visual-Studio-clears-dirty-flag-before-c/10124978 @OneCyrus could you please confirm this...
Also, current Xbox/Playstation controllers have a dedicated "SHARE" button that doesn't get used for anything. That would be a great candidate to map to GUIDE.
Okay, I ran into the same issue on Arch Linux and figured out the solution. The issue is that I (and presumably Fedora, by default) use pipewire as the audio...
Okay, I figured out the issue. https://github.com/89luca89/distrobox/blob/18053c254a83750c49c08e58df2e48a0f04aef48/distrobox-init#L268-L306 `get_locked_mount_flags` checks if there are any flags that need to be passed to the bind mount for the file. However, if the file...
Maybe consider adding it just for PR builds. Since your PR builds run on an environment/toolchain that you control you don't run into the issues mentioned in the description, yet...
That's fair, so I guess this issue becomes a question: what's the most Ludic idiomatic way of creating a [material design button](https://material-web.dev/components/button/#usage)? The HTML snippet in their example is: ```html...