morgana2313
morgana2313
The codes documented under [Features](https://github.com/hhatto/autopep8#features) do not match with the [pep8 docs](https://pep8.readthedocs.io/en/release-1.7.x/intro.html#error-codes). I don't know if this is a glitch in the documentation or intentional. ### Features: * E101 -...
**Describe the bug** I have multiple perl scripts running every night, one after the other, that each updating their own tables. The scripts use transactional updates. For some reason one...
**Describe the bug** This happens about 1 in 10 times I use a script that uses ` COPY {n} OFFSET 2 RECORDS INTO "sys"."{table}" FROM '{absPath}' {using_delimitors} ` to do...
**Describe the bug** After inserting a second item in a table the automagical storage.sorted detection is lost. According [Hannes Mühleisen](https://stackoverflow.com/a/29168239/16876775) > MonetDB will detect it automagically if a column is...
I had quite some trouble figuring out what was wrong with my csync2 setup using NAT, so I added more clear error and debug messages to figure out what;s going...
### What does this PR do? * Adds `__env__`substitution to ext_pillar.stack; followup of #61531 * Improved exception handling for stacked template (jinja) template rendering and yaml parsing in ext_pillar.stack ###...
**Description** When using `opts.pillarenv` and `opts.saltenv` in `pillar.stack`, `pillar.items` and `pillar.get` give inconsistent answers. I suspect that's because they're called with inconsistent `saltenv` and `pillarenv` values in `__opts__`: ``` #...
### Detailed Description of the Problem Haproxy version `2.4.25-1ppa1~bionic 2023/12/16` doesn't set the default value for a map if the input is empty: ``` http-request set-var(txn.foo) path,word(1,"/") # get first...
**Describe the solution you'd like** Plotly doesn't seem to support graphing data from [Vector Tile layers](https://docs.qgis.org/3.22/en/docs/user_manual/working_with_vector_tiles/vector_tiles_properties.html). The Layer selector only shows other layers (like shapefile or WFS) **Describe alternatives you've...
It seems impossible with this bind formula to set a TTL on individual records that differs from the TTL set in the soa data structure. ``` $TTL 1w ; default...