Andy Wermke

Results 113 issues of Andy Wermke

Create a separate repository for them or use codesandbox.io or similar (tricky to get it to work, tried before).

enhancement
help wanted

Allow exposing a worker's functionality to other workers using [MessageChannel](https://developer.mozilla.org/en-US/docs/Web/API/MessageChannel). Workers must handle a new meta message transferring a pair of message ports and listen on it / send to...

enhancement

Follow-up of #140. Regarding the class instances: You can pass them, of course, but you will only receive the instance properties as a plain object. The worker cannot know which...

documentation

Add your feedback as a comment to this issue 📋

question

Something along those lines: ```js /* pg-lint:disable */ await database.query(sql`...`) ``` or ```js /* pg-lint:disable typechecks */ await database.query(sql`...`) ```

enhancement

Fail if type cannot be inferred in TypeScript code. So every (?) warning should become an error in strict mode.

enhancement

We used to have `CallBuilder` with one generic type parameter which didn't work, since some call builders work on single records, others on collections of records, but some can return...

bug

Here is a draft for what the *best practices* should contain. Follow-up of #18. ## Topics ### No console.log() on non-primitive values in tests As @mjhea0 pointed out, the `console.*`...

help wanted
improve documentation
discussion

Hey guys. Pretty cool work! :) I just have one suggestion: Right now it shows quite nicely how a trello-like board can easily be implemented using react/redux. But unfortunately it...