David Luzar

Results 833 comments of David Luzar

I agree it'd a nice feature. That said, it may fall under the category of "too advanced, won't implement" (i.e. doesn't fit into Excalidraw philosophy). One way to do it...

@timcolson how do you feel about https://github.com/excalidraw/excalidraw/issues/4359?

Hey @pavelpower. This is by design as we want to make the existing text (size) fit into the container and break if necessary. We don't want to fit auto-resize the...

> In the organisation dashboard u can assign special handle roles! So u can choose who can see what and where. Its a pain in tne ass to assign all...

(reposted from a wrong PR) hey @rockssk, thanks for the lib! If I were to make a recommendation, some of the items are needlessly complex and won't scale well. E.g....

Hi @jgodoy, and thanks for the lib! Two questions: 1) there are connecting lines between individual points, and then there's an extra line underneath. Is that by design? 2) similarly,...

> The line below the is intentional. It could be split into two smaller ones so the three timeline begins with a line instead on the circles. Yes, I was...

Hi @jgodoy — sorry for the late response, got stuck elsewhere! You can simply re-submit all of the (corrected) items again, and we'll close this one.

Note that this doesn't work even for importing `json` files which are AFAIK in es6 module spec.

@mjbvz can't seem to make it work, using this `jsconfig.json`: ```js { "compilerOptions": { "rootDir": ".", "module": "system", "resolveJsonModule": true }, /* ... */ } ```