Gabriel Chamon Araujo

Results 35 comments of Gabriel Chamon Araujo
trafficstars

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)` ![image](https://github.com/gnunn1/tilix/assets/9471861/f2f45aa4-d5ad-40b3-b2f3-e257039de729) ![image](https://github.com/gnunn1/tilix/assets/9471861/2ba98c84-14e9-4895-a499-7ddedad869be) 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: ![image](https://user-images.githubusercontent.com/9471861/217861246-41c712f9-afbd-4fe3-a045-266b3b96696d.png) 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) =>...