Adam Taylor

Results 24 comments of Adam Taylor

Is this project dead? Running into the same issue here.

> But - when I click Approve or Delete Comment it does nothing. @i-bsd How did you end up resolving this? I got to the exact same spot and I...

I'm actually running into this right now, and I think the error lies somewhere within my really poor understanding of types/values/unions. So the code looks like this: ```ts const targets...

Quick update, it appears _this_ code works... I assume this has to do with what "type" of store is being returned from the "Store" reference on `structure`? ```ts const targets...

@pyrodogg Big thanks for the thoroughly-detailed response! 🙌🏻 I actually just joined the discord today and made my foray into TS today. I use TS in my day-to-day work. I'm...

Ah, well that could be some of it. I noticed in my package.json (which I bummed off the official TS-starter repo) that the versions are a bit behind what you've...

Note that this is not limited to the playground: https://github.com/denoland/deploy_feedback/issues/437

Figured this out today, but left me with a quick question—is there a way to adjust the `?` help text? Asking because inevitably I'll need to check my own config...

It appears to work if I type `vaj` from the back of the line. If I type if from the beginning of the line, it doesn't. Not sure if that's...