‮rekcäH nitraM‮

Results 328 comments of ‮rekcäH nitraM‮

Is there any research I can do / information I can provide to help this along? I'ts quite the blocker to use mitogen for me. :-(

``` ansible 2.10.15 config file = /pat/to/ansible/ansible.cfg configured module search path = ['/path/to/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /path/to/venv/lib/python3.9/site-packages/ansible executable location = /path/to/venv/bin/ansible python version = 3.9.7 (default, Oct...

You could probably rework the script that imports the old repo to regex replace all #$bug_id references with absolute links to the original repo. But to be fair: If it...

@xlotlu More power to you - as long as it doesn't prevent getting this merged.

I think that would be good enough. If the UI assigns ids to flowblocks, whenever it touches them, then adding one in one language manually, even without an id, would...

That leaves the question of the migration, i.e. adding ids to all flowblocks in a system that didn't have them before. One simple (maybe too simple?) way of dealing with...

Another more radical approach could be to migrate flow blocks to be full blown files in the file system and track them the same way as models. That would be...

Thinking about this more - it seems that Lektor is doing quite a bit of package managing itself - wouldn't it be much more simple if it merely creates a...

After finding and documenting the original bugs that triggered @mitsuhiko to take this approach, I have decided that cleaning the requires.txt file to become nearer to a requirements.txt file to...

My first idea was to implement this in `lektor.types.primitives.DateType()`, but that doesn't seem to be possible, as it is actually the `lektor.datamodel.Field()` that keeps track of the default value, thus...