aradipe

Results 4 comments of aradipe

I've stumbled upon the same issue (I guess) by checking out the `css` branch and pasting text into the first field (tested there since it doesn't do autocompletion). > The...

just tested again with commit fe151a7f and this seems fixed, thanks!

I had the same issue, and have worked around it by downgrading poetry: ```--- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: uses: AppThreat/sast-scan-action@master - name: Install poetry - run:...

Failing because of an issue already addressed in PR #5547