David Luzar
David Luzar
closed in favor of https://github.com/excalidraw/excalidraw/pull/8265
> delete require.cache[require.resolve('/Users/my-user/Documents/git/decache/a.js')]; I assume we also need to run: ``` Object.keys(module.constructor._pathCache).forEach(function(cacheKey) { if (cacheKey.indexOf(moduleName)>0) { delete module.constructor._pathCache[cacheKey]; } }); ``` From [decache.js#L38](https://github.com/dwyl/decache/blob/master/decache.js#L38)... or not? What's that for, anyway?
We are looking into extending fonts, part of which would be support for CJK fonts. But there are many things to figure out, so will take some time.
Hey. Sorry, once a ticket is open for multiple days there's a high chance it'll get deprioritized due to other things. Checking now!
Yea there are many problems with it to the point where it may not be easily implementable. Just throwing it out there.
@adrydale we decided against supporting binding on non-arrow lines because we want to keep lines as primitive as possible since they are used for creating complex shapes and generally their...
This needs a review from someone working with Docker (@kbariotis). @ThisIsBenny does this increase the build time 3x (or more) since we're now building for 3 platforms? And, this should...
> The last builds took ~30 min: 😱 — does this affect other tasks, especially with frequent deploys (meaning whether GH penalizes CI tasks — I know that Vercel does)?
Forgot about getting back to this issue, because it's partially solved. **works**: - When moving to archive via menu, the numbers are shown (only) _after_ the archived card is opened...
We might support setting fontSize explicitly as part of https://github.com/excalidraw/excalidraw/pull/6382