Kevin Poorman
Kevin Poorman
I'm trying to work my way through building a perfect 'franz' style app in macpin. So far, I've got Gmail, Gcal and Slack setup, and the app reliably loads all...
would be handy if this tool supported 32bit EFI systems (yes, they do exist)
I'd really love a way to have child commands inherit flags from their parent. For instance: myCli parentCommand -c flag fooCommand understands -c, even though it's defined on parentCommand. This...
The scaffold script has knowledge of the Heroku url but doesn't populate the Manifest.YAML file with the appropriate value. I think it'd be good from a developer standpoint to have...
Rails, Express and other frameworks have a CLI or scripts for adding new features after the initial app scaffolding is done. For instance: `rails generate scaffold model ` I think...
Expected behavior: When set to false, the @description tag should be included in class and method doc blocks. Actual behavior: Regardless of setting, the @description tag is not included in...
**Rule:** [ClassNamingConventions](https://docs.pmd-code.org/latest/pmd_rules_apex_codestyle.html#classnamingconventions) **Is your feature request related to a problem? Please describe.** As a developer working with multiple clients who have different federally imposed naming conventions, I need to be...
**Rule:** [ApexDoc](https://docs.pmd-code.org/latest/pmd_rules_apex_documentation.html#apexdoc) Team, Lovely work. I have an odd request. We have a pmd rule in place requiring doc blocks for methods. This works well 90% of the time. However,...
**Affects PMD Version:** 7.0.0-rc4 **Description:** An XPath selector has been developed that behaves differently in PMD than other Xpath evaluation tools. Given this HTML Snippet ```html Company Contact Country Alfreds...
## Context Dendron is amazing, but the time-to-first-joy is could be shorter. One way we might achieve a faster time-to-first-joy is to reduce the installation pre-requisites. I have successfully used...