Autumn Jolitz
Autumn Jolitz
## Expected Behaviour Import validator detects the conditional import as not found only *if it is actually not found*. ## Actual Behaviour Import validator detects conditional import as a not...
I've modified asyncio-redis to run on Python 2 using Trollius. You can see my fork branch trollius_compat I like this adaptor, and despite redoing/omitting sections (type checking), I believe it...
First off, thank you for adding inheritance migration and closing #99 ! 😃 Problem: Migra issues the `CREATE TABLE` statements out of order. In this case, the `CREATE TABLE` for...
Example: Initialize a database with this type: ``` CREATE TYPE test_type AS (foo TEXT, bar TEXT); ``` Compare to a database without that type. Expectation: Migra detects the missing type...
### Name of the resource Other ### Resource name AWS::CloudFormation ### Description Emulating a string prefix checking function looks like this: ``` Condition: ItemStartsWith: !Equals [ !Select [ 0, !Split...
### Name of the resource Other ### Resource name AWS::Cloudformation ### Description Discussion within aws-cloudformation/cloudformation-coverage-roadmap#1260 has indicated a more generic/powerful solution for a boolean intrinsic function named `Fn::RegExp` is needed....
Installed via `brew install --cask --no-quarantine gcenx/wine/unofficial-wineskin` Wineskin: 2.9.1.1 Engine: WS11WineCX64Bit21.2.0 O/S: Big Sur 11.6.8 I've rebuild the wrapper dozens of times and tried the following path: 1. wine tricks...
dbmail 3.2.6 postgresql 14.4 ``` Oct 08 11:35:37 nyx dbmail-timsieved[536930]: [0x8028b2800] Error:[sort] sort_listextensions(+825): Sieve notify is not supported in this release. Oct 08 11:48:25 nyx dbmail-timsieved[547131]: [0x8028b2800] Error:[sort] sort_listextensions(+825): Sieve...
I've a project config of: ``` { "folders": [ { "path": "." } ], "settings": { "python_interpreter": "/Users/BenJolitz/.virtualenvs/cpython36/bin/python3.6", } } ``` When I remove `python_interpreter`, the linter detects numerous issues...