strager

Results 356 comments of strager

Implemented Apache log (recent) and Matomo log (historical) import and graphing in commit 97a77053d9bd2f4f084a508b09ce4a1468a399f2. It's in production: https://admin.quick-lint-js.com/analytics/

VS Code stats implemented in commit 4ffab6b310a23e3b7cba6384233060d6dce5c7e7.

@wbc2048 Sure! Let me know if you need any guidance. Here are our contribution guides: https://quick-lint-js.com/contribute/

@wbc2048 Are you still working on this task?

quick-lint-js currently does not have a mechanism to take global variables declared in one file (app.d.ts in your case) and make them visible in another file. Some possible solutions: 1....

> as far as i understand it, quicklint already does scanning and parsing in these files, since i get quicklint warnings in them quick-lint-js only reports diagnostics for files you...

Flow files should be treated as Flow, not TypeScript. There are important differences in syntax. I do not plan on implementing Flow parsing support in quick-lint-js any time soon. However,...

Landed as Git commit 24040d4e3a5e3c7da8ca08f719d32491fe768d25. Thanks again!

Another failure, this time on macOS: ``` [snip] Running enabling then disabling then enabling logging reuses output channel ... called: vscode.window.createOutputChannel("quick-lint-js") OK enabling then disabling then enabling logging reuses output...

Possibly related failure on Windows: https://github.com/quick-lint/quick-lint-js/actions/runs/5685039232/job/15409388221 ``` Running output channel gets messages if logging is enabled after loading extension ... called: vscode.window.createOutputChannel("quick-lint-js") OK output channel gets messages if logging is...