Gustav Nikolaj
Gustav Nikolaj
I don't think this middleware was tested with jspm 0.17 yet. But I think it has been tested with the babel-plugin, and it shouldn't be running the compilation at all...
So quick manual bisecting revealed that the tag `v0.13.0` function as I described the old behavior, and `v0.14.0` and forwards functions as the current behavior. I am not able to...
I continued the bisecting and found the offending commit: https://github.com/excalidraw/excalidraw/commit/5854ac3eedd66b132a4095fa69e4ccd90b14b30d If you start the app at [`5854ac3eedd66b132a4095fa69e4ccd90b14b30d`](https://github.com/excalidraw/excalidraw/commit/5854ac3eedd66b132a4095fa69e4ccd90b14b30d) you will see the broken behavior where you set edge style of both...
Seems to be an unintended side-effect in the commit, as far as I can tell.
ping @dwelle @ad1992 in case you missed the notifcations :)
ping @dwelle. Sorry for nagging you again, but it seems this has fallen between the cracks, and I would love to get your thoughts on my findings above.
Hi @dwelle @ad1992 I would be happy to contribute a fix, but I would like to know if you think this is indeed a bug or an intended change in...
I have made a project scaffolding project that I use all the time when I need to test something quickly. It contains the set of tools that I find myself...
@bernardoadc That's a neat idea. I think the main problem with a solution like that is security and trust. If you look at something like [sveltejs/template](https://github.com/sveltejs/template)'s README `degit` is used...
Keeping the above in mind, I think that a shell action which prompts the user for confirmation before execution is about as far as we can reasonably push it. You...