Carsten Igel
Carsten Igel
As a matter of fact, yes. I'm currently working on a new tool with the ability to execute arbitrary commands using the same command. Just give me some time.
@adam-grant-hendry I don't think that it is already merged. As @clbarnes states: > That said, we need to be cautious about writing back to `pyproject.toml` because it may contain a...
I think we shouldn't mix things up. Though mentioned otherwise, adding support for `pyproject.toml` doesn't mean that it should be the only or single source of truth. It just means,...
Hi, I was able to omit this behavior by adding an inherited constructor: ```python class TestModel(models.Base): a = fields.StringField(default="") def __init__(self, *args, **kwargs): super(TestModel, self).__init__(*args, **kwargs) ``` Afterwards, the error...
After some struggling, I finally made the contributed Docker-Images run. Using the fpm Dockerfile, a resulting image file using 1.39 GiB memory is used. From my point of view, this...
> > [Abwehr Wassergefahren.zip](https://github.com/jonas-koeritz/Taktische-Zeichen/files/2751618/Abwehr.Wassergefahren.zip) > > Das Symbol ist so nicht in Chrome darstellbar. Maximale kompatibilität durch möglichst wenige SVG Features ist das Ziel. Als PNG zu finden unter https://sync.einsatzleiterwiki.de/doku.php?id=allgemein:taktische_zeichen
In our company we're using a mirror with the same starting url for both feeds - PMC and Ubuntu sources. Hence pinning won't work by setting ``` Pin: release mirror.company.com...
Would it be enough to add the following: [commit.rs#120](https://github.com/orhun/git-cliff/blob/2d721259ca747813c8f9502d84f41b69d5fc685c/git-cliff-core/src/commit.rs#L120) ```rust /// commit with two or more parents is_merge_commit: bool, ``` [commit.rs#151](https://github.com/orhun/git-cliff/blob/2d721259ca747813c8f9502d84f41b69d5fc685c/git-cliff-core/src/commit.rs#L151) ```rust is_merge_commit: commit.parent_count > 1, ``` This way, you...
According to latest documentations, renovatebot has support for PEP621 managers and PDM is one of them..
Yet another question: Are you sure, that the vcs configuration is correct? The code generators seem to create "object" / "interface" / "Any" (depending on the Programming Language) from it...