Daishi Kato

Results 102 issues of Daishi Kato

Given the code: ``` funcAAAAAAAAAAAA1().funcAAAAAAAAAAAA2().funcAAAAAAAAAAAA3().funcAAAAAAAAAAAA4().funcAAAAAAAAAAAA5().funcAAAAAAAAAAAA6(); ``` Expected: ``` funcAAAAAAAAAAAA1() .funcAAAAAAAAAAAA2() .funcAAAAAAAAAAAA3() .funcAAAAAAAAAAAA4() .funcAAAAAAAAAAAA5() .funcAAAAAAAAAAAA6(); ```

enhancement

Given: ``` function f(argument1, argument2, argument3, argument4, argument5, argument6, argument7, argument8) {} ``` Expected: ``` function f( argument1, argument2, argument3, argument4, argument5, argument6, argument7, argument8 ) {} ```

enhancement

image works with local file but not from the link. example: https://excalidraw.com/#json=6743466985914368,aSSXs1aFfI7VbLEPvnhjfw

Currently, the rectangle is determined from the size of the first scene, which is not very intuitive. It would be nice to have something explicit like excalideck printable rectangle. https://github.com/excalideck/excalideck/issues/7...

Now, as we have editable scenes, saving and loading all scenes would be desirable. ~We could save them in localStorage too. And then, modified check is less important or unnecessary.~...

help wanted

This is a nice tool. Let me submit my library.

Hi! This is a nice plugin. I once created a TCO library https://github.com/dai-shi/continuation.js. It is so slow that I don't feel like fitting with Babel plugins, but it supports mutual...