Jon Nyman

Results 12 comments of Jon Nyman

You can look in the code and see what APIs are used and look them up. Template strings are only used if you want to use them. I just create...

I won't much time until the weekend but I'll get you the screen shot then if you don't mind. So, I could do it then. I don't there is much...

I'm having the same trouble on windows. I followed the instructions. But some of them weren't entirely clear. I installed a fresh copy of neovim. So, I installed the `carlosdcastillo/vim-mode`...

I tried `--module=none` and it does export `commonjs` instead of `none`. That would be great if it worked. I would be willing to have multiple `tsconfig` files and have a...

I don't know what was decided to do with this. But according to this issue [16577](https://github.com/microsoft/TypeScript/issues/16577): > - We are not going to implement features, even under a commandline flag,...

> What am I missing here? How is the latter scenario better? If I recall correctly, it has been a while. Is that `type Whatever = import("./foo").Whatever` imported in more...

> > Soon it will be 2 year anniversary since devs break a lot of working code with just 1 update. For 2 years they couldn't come up with any...

Another idea about this would be to add in a function modifier that could do this for you - like an add on/extension. That way the library can stay small...

I had forgotten about this. I couldn't figure out how to do this like the Re:Dom API. But I was playing with different ideas. Here's one that uses nested arrays...

Here's a combo of lfn a small lib similar to redom with my updater. https://github.com/jon49/WeightTracker/blob/d4ad3d474a1c6e0bac090f27d10cf447a675a816/WeightTracker/src/static/web/js/h.js https://github.com/ryanford/lfn