Bruno Meneguello

Results 35 comments of Bruno Meneguello

I tried inklecate version 0.9.0 and latin chars are not working for knots, for example: ``` -> começo === começo === Era uma vez... -> END ``` I've started to...

I think there are two problems, the first is the stdout pollution with unwanted messages, which is fixed by my PR. The other one is the delay introduced by the...

I am, but I'm not sure if epel 7 should be used always by amzn2. Can you confirm this assumption? If yes the PR is easy peasy.

GNU tar provides some xattrs parameters (https://www.gnu.org/software/tar/manual/html_node/Extended-File-Attributes.html), it provides the ability to store or ignore xattrs and to include/exclude files based on xattrs expressions, like `tar --xattrs --xattrs-exclude='user.*' -c a.tar...

Looks like [the error reported by OP](https://github.com/rancher-sandbox/rancher-desktop/issues/1807#issue-1168704677) is due to the fact [tar.exe](https://github.com/rancher-sandbox/rancher-desktop/blob/5ce0209aac1659c46805b657cb7f8c99c6f1fa41/src/k8s-engine/wsl.ts#L506) is supposed to be Window's default, but in some cases (like mine) it was replaced by `busybox`...

Hi, my suggestion was to allow the terminal zoom level to be defined individually on each tab, p. ex: if I have htop opened on TAB-A and I want to...

@dan-ash Sorry, but I think this PR is more mature and featureful than #439. Maybe I could simplify the commits in more logical ones but this could remove your changes.

I can translate to Brazillian Portuguese and maybe help with the i18n development

I started a POC this weekend, I intend to open a WIP PR soon.