Peter Stenger

Results 277 comments of Peter Stenger

cc @aykevl -- my assumption is no?

Related: #13439

Closed via https://github.com/PrairieLearn/PrairieLearn/pull/10769

I played around with `fnmatch` briefly, and if you trim the trailing `\Z`, it should be compatible with javascript. ```python print(translate('*.txt').rstrip(r'\Z')) ``` ```js /(?s:.*\.txt)/.test('bar.txt') ``` A bonus is that it...

This config worked for me: ``` "sqlfluff.executablePath": "${workspaceFolder}/.venv/bin/sqlfluff" ```

Is there any progress here? AFAIK This is the last non-dev dependency to get [Express types moving](https://github.com/expressjs/typescript-wg/issues/6#issuecomment-3267328864).