strager

Results 237 issues of strager

https://github.com/simdjson/simdjson/pull/1849/files

for hire
performance

Matomo's setup tool found a few issues with our web server: > You should turn on the "dom" extension (e.g., install the "php-dom" and/or "php-xml" package). > You should enable...

real-world code: ```js expect(async children[""].getContentsAsync()).toEqual(new Buffer("HTML goes here")); ``` `async` should have been `await`. qljs reported "E0176: missing arrow operator for arrow function", which is unhelpful.

for hire

https://www.quick-lint-js.com/ Error code: SSL_ERROR_BAD_CERT_DOMAIN

in case GitHub goes down. - [ ] Update Homebrew formula

From: https://github.com/rome/tools/issues/2625#issuecomment-1140239006 ```js { 4 + 3 ``` actual: ``` hello.js:1:15: error: unclosed regexp literal [E0039] hello.js:2:1: error: unexpected token [E0054] ``` expected: ``` hello.js:1:14: error: expected '}' to close...

for hire

```typescript type O = C; // syntax error type O = C; // syntax error ```

for hire

We currently parse TypeScript [constructor signatures](https://www.typescriptlang.org/docs/handbook/2/functions.html#construct-signatures) if object types and in interfaces as methods named `new`. However, in diagnostics, this might be confusing to the programmer. Treat methods named `new`...

for hire