morre

Results 139 comments of morre

I just tested the development build you linked: It definitely doesn’t send the wrong keycode anymore. But it also doesn’t paste anything, the following happens: Opening the main window and...

Sorry, this dropped from focus for quite a while. I just tested it with the current production build on macOS Monterey 12.2.1, this is the log output. ```txt DEBUG: Executing:...

For better discoverability when searching for this issue: This will hit everyone upgrading to ansible 6.0.0 or later (from 5.9.x). Thanks for working on it!

We use the following rake task: ``` desc 'Linting for all markdown files' task 'markdown_lint' do require 'mdl' ARGV = [ 'site', 'documentation', 'README.md', ] MarkdownLint::run end ``` However, this...

Yes, you understood me correctly. I'd use this with multiple values files, splitting out the binaryData ones to not clutter the others. Storing it in a sidecar ConfigMap is essentially...

Could we get this merged? Unfortunately, Travis can’t access the repository so I can’t see which checks are failing. If this is an issue with the PR, I’m happy to...

/reopen This is still a viable feature.

Can a collaborator please reopen this? This is still a feature that would make sense to be implemented.

You can use a [`.helmdocsignore` file to ignore specific directories](https://github.com/norwoodj/helm-docs#ignoring-chart-directories). If this is not sufficient, can you explain in more detail what the issue is?