Mikael Göransson
Mikael Göransson
**Environment** - Pydoc-Markdown Version: v4.6.3 - Python Version: v3.10.4 - Operating System: linux (ubuntu 20.04 running in wsl2 on windows 10) **Describe the bug** Trying the example of adding generated...
Consider the following DNA file: ``` $ cat test.dna .Hello @{name}! ``` It contains a reference to an undefined python variable called `name`. When generating the output, there's nothing: ```...
I have [vim-plugin](https://github.com/mgor/vim-markdown-grip) that uses `markdown-toc` to generate table of contents that I have been using for markdown files in github projects. Now however, I'm working on a project that...
The use case is a big application (more than 1 Gb, less than 2 gb), which collects metrics via jacoco-agent every night, to get statitics of functional test coverage. When...
Build parameter that would trigger the removal of the original exec file after it has been copied to the build job directory. Default setting being false, hence not backward incompatible...
This is basically a re-implementation of PR #77, or at least parts of it. Seems like it was already implemented except that the log messages still contained the unexpanded patterns...
made a docker image with the required tools, and with some aliases etc. made it possible to run the tools from within a docker container. with the exception that ${HOME}...
## What you want to add Update to, at least, node16 in `action.yml`. ## Why this is needed When running a workflow with `actions-ecosystem/action-bump-semver@v1`: ``` Node.js 12 actions are deprecated....
when troubleshooting a problem where workers did not receive a heartbeat from master within `locust.runners.MASTER_HEARTBEAT_TIMEOUT` (not a locust problem) i created two new events which made it possible to easily...
update versions to get rid of: ``` Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. ```...