elijahr

Results 11 issues of elijahr

Please package this app with a setup.py script. Would be nice if it was on pypi as well. Thanks!

I noticed there's an issue when parsing headers that contain colons such as --put-header="Expires: Sat, 07 May 2022 00:00:00 GMT". This commit fixes that issue.

### Description [fileUtil](https://github.com/microsoft/cordova-plugin-code-push/blob/master/bin/www/fileUtil.js) references `cordova.file.dataDirectory` in several places. According to [cordova's docs](https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-file/#ios-file-system-layout), `cordova.file.dataDirectory` is available if `iosExtraFilesystems` includes `library-nosync`. The default value for `iosExtraFilesystems` includes `library-nosync`, so for many users,...

bug
investigating

This would be really useful for finding template libraries that prevent script injection.

I was seeing errors like this in the Nim Language Server output: > DBG Failed to parse the configuration. Symbol lookup wasn’t working well with the lsp backend. It's not...

### Issue description Enjinn was unable to relocate a file with this name: `RAW - RAW Compilation II- Second Breath 1-4 - 09 Raär - Strobes.flac`. Enjinn was able to...

bug
command: relocate
needs research

`with (context1 as c1, context2 as c2)` does not work. ``` >>> import redbaron >>> redbaron.RedBaron(''' ... with (open("a.txt", "w") as a, open("b.txt", "w") as b): ... print(1) ... ''')...

The walrus operator which was added in Python 3.8 (`:=`) is not supported: ``` >>> import redbaron >>> redbaron.RedBaron(''' ... if foo := True: ... print(foo) ... ''') Traceback (most...

@smorimoto Are you able to remove the hygiene workflow for this repository? https://github.com/asdf-community/asdf-nim/actions/runs/4418497349/workflow I already have linting and formatting set up through lintball: https://github.com/asdf-community/asdf-nim/blob/main/.github/workflows/lint.yml Lintball uses shfmt & shellcheck, but...

See the snippet at http://dpaste.com/hold/531754/. The '#foo li' selector should match for the newly inserted element, and I should receive an alert message, but I do not.