David Stensland
David Stensland
👍 this directive needs to clean up after itself using the `element.on("$destroy"` method shown in the ticket. Right now we have to work around that by manually destroying hotInstance using...
I'm not a contributor to this project, but Tsuquyomi works for me with a local installation of typescript. First I checked (in vim) which command was used to run tsserver...
> We should probably also migrate to using the react-router `` component. [react-router-dom's` link implementation](https://github.com/remix-run/react-router/blob/44b391ad27dacc07bb1298bd79315c00845d5a2c/packages/react-router-dom/index.tsx#L904) is a bit more complex than one might expect. I'd rather not swap it in...
I'm not sure what's up with eslint. Locally my `npm run lint` has no errors (but 39 warnings, mostly not these files). I'll wait for feedback before continuing further there.
I chose to solve this problem a different way. ... but I've since deleted the repo. whoops
I'm having this problem frequently in a similar build configuration, and can confirm that https://github.com/tschaub/grunt-newer/pull/80 fixes it.
While working on seablock support I made my own export process that's pretty similar 1. run the [factorio-data-dumper mod](https://github.com/terite/factorio-data-dumper) that exports game data as `json` to their factorio `script-output` directory...
@KirkMcDonald what are the current issues that you know of preventing this calculator from being a practical tool when using bobs mods? I've implemented a proof-of-concept solution for taking a...
I dug into the slow parts. For 100 factories producing space science packs, the first render `recipeTable.displaySolution(totals)` takes over 9 seconds for me, while `solver.solve` takes around 1.4 seconds after...
:+1: yes please. This would be useful and possible for lots of the other imports too, like division, imports, etc.