Kevin Phillips
Kevin Phillips
This is probably not the right place for this, but I figured I'd just throw it out there. From a back-end developer point of view, it would be nice even...
One other anecdote for comparison purposes: I've been using the Hugo static site generator for some doc generation and blogging stuff, and it can parse a markdown file and generate...
That doesn't seem to have an appreciable impact: ``` time dart pub global run dartdoc --no-generate-docs --no-auto-include-dependencies --no-validate-links --no-link-to-remote Found 0 warnings and 0 errors. dart pub global run dartdoc...
I noticed a configuration option in the plugin source code [here](https://github.com/nebula-plugins/nebula-release-plugin/blob/main/src/main/groovy/nebula/plugin/release/ReleaseExtension.groovy#L29) which seems to be intended to solve this problem. I haven't tested it yet, and I couldn't find this...
Thanks for the prompt reply. So does this mean that mocking finals in the Java standard library is basically not supported by this plugin? Also, in your reply you suggested...
This appears to also be an issue in vscode.
NOTE: one technique I had tested for keeping the high-level dependencies for a project in sync between the setup.py and the Pipfile was to put the definitions for the dependencies...
NOTE: I tried to manually work around this problem by editing the Pipfile by tring to force it to use the PIP_INDEX_URL environment variable using the env var expansion logic...
Building upon my earlier comments, perhaps one easy solution for this problem could be to simply respect the use of the enviroment variable expansion in this case, and to preserve...
@AlJohri I'm not sure I quite understand. The `.pypirc` file is only used when publishing packages, so far as I understand. It is not used when pulling/installing packages. Further, the...