Gabriel Chamon Araujo
Gabriel Chamon Araujo
Cool, because I was surprised to see Windows issues when I couldn't find anything in the readme. Nice! I will also try it in my secondary windows machine
Hey there! Thanks for the pull request! Could you elaborate a bit more on the use case? Maybe provide an example of how this argument is supposed to work. Thanks!
I am sorry, I wasn't clear about what I wanted. I understand that delete is an option in the underlying rsync command. What I really wanted to know is how...
I have a similar issue. I think I am doing something wrong and this is not the right way to access the assertion attributes. However [in this blog post](https://medium.com/@arpitkh96/adding-saml-sso-in-your-golang-service-in-20-minutes-e35a30f52abd), I...
Using gnome-tweaks, I could change tilix theme by setting `Legacy applications` to `Adwaita (default)`   The option was blank before.
now ain't this the perfect issue for chatgpt?
Bug report in the arch linux forums: https://bugs.archlinux.org/task/71237
Using google chrome and gather.town I was unable to find a reliable pattern to make the ondemand work:  Each number is me toggling the fake camera (by configuring a...
Sorry for the long wait! I am slowly getting back to programming after a heartbreak at work. I am going to review this PR as soon as I get my...
old issue, still open, my workaround on it is using vinyl directly: ``` const matchesExtensionsAndConditional = (includes, excludes, conditional) => (file) => (conditional && includes.some((include) => file.basename.endsWith(include)) && excludes.every((exclude) =>...