Marco Heinemann
Marco Heinemann
Maybe I'm overseeing this, but is there an option to highlight the search term like it's happening when I use the `*` operator? That should be available for the quickfix...
I have this simple Jenkinsfile where properties are not properly indented. The formatter does nothing on the properties section: ``` properties( [ parameters( [ booleanParam(defaultValue: true, description: '', name: 'bool1'),...
Thanks for this (well working) solution to an annoying problem :) I created a [fork](https://github.com/ubmarco/reinstall-magisk-on-lineageos) that works with the [MicroG version of LineageOS](https://download.lineage.microg.org/). Not sure whether it makes sense to...
When running `python setup.py sdist` against a groundwork Git checkout, the `tests` folder gets included: ``` $ tree -d groundwork-0.1.12 groundwork-0.1.12 βββ groundwork βΒ Β βββ applications βΒ Β βββ configuration βΒ Β ...
The logging configuration might need improvement. **Current situation** Groundwork registers the following loggers: * groundwork * groundwork.signals * groundwork.pluginmanager * groundwork.patterns.gw_commands_pattern (from the commands pattern) * groundwork.patterns.gw_documents_pattern (from the documents...
I stumbled upon the passage Plugin dependencies in plugins.rst. The following topics could make use of a more detailed documentation: - Plugin lifecylce 1. Plugin as class in my_app.plugins.classes -...
The library uses `pkg_resources` in multiple locations, e.g. here https://github.com/useblocks/sphinx-collections/blob/c2df8fbd4233670758cfd7c73589e725d955230a/sphinxcontrib/collections/main.py#L2 The library `setuptools` however does not appear in the direct project dependencies https://github.com/useblocks/sphinx-collections/blob/master/pyproject.toml#L32 This should be added. As an alternative,...
Thanks for this library. I'm using it in a [pants](https://www.pantsbuild.org) project, but when building a pex I get ``` No pre-built wheel was available for licensing 0.45. Successfully built the...
This snippet ```rst .. story:: foo :id: ST_FOO :status: open .. code-block:: toml [[project]] display_name = "sphinx-needs" ``` leads to ``` Traceback (most recent call last): File "/home/marco/ub/ubdocs/dist/export/python/virtualenvs/python-default/3.10.14/lib/python3.10/site-packages/sphinx_needs/functions/functions.py", line 396,...
### KΓΉzu version v0.6.0 ### What operating system are you using? Arch Linux x64 ### What happened? I feel the relationship constraints are not working as documented in https://docs.kuzudb.com/cypher/data-definition/create-table/#relationship-multiplicities. This...