Jory Phillips
Jory Phillips
Hi @bennypowers are you working on 2) in your list above -- new test library? Or is someone else? Looking at fixing up some of the TypeScript nuances, including the...
@bennypowers (and @matthewp -- would love your input too if you have time!) How does this initial direction for TypeScript tests look? As mentioned to Benny on Slack, trying for...
I might have some semi-decent answers here (maybe). First, to address the original **custom event** issue -- I don't see a need to pass in a context. `this` should simply...
Follow-up: I didn't have `"strict": true` on in my tsconfig 🤦 _and I now see why passing the context in is necessary_ 🤦 I solved by passing in `this: unknown`,...
@redexp Can you share your scripts? I would like to give that a try. Thank you!
The first thing I did when I decided elkjs was a great solution is I started manually adding the typings I was using. I think this PR would be a...
@isaachinman you probably figured this out a while ago, but this is more or less it. You'd want to do the reverse for write operations. ```typescript import { objectToCamel }...
I ran into this problem too, and the PR fixed it.