Devin Dixon

Results 12 comments of Devin Dixon

@pongraczi would it be easier to have lookup call get extension? ``` mime.lookup(path) { return mime.getExtension(path); } ``` Or in etherpad-lite/node_modules/mime/Mime.js ``` function Mime() { this._types = Object.create(null); this._extensions =...

I can confirm and 2nd this error. It caused a bug in my production and I wasn't able to use the version released to the CDNs.

Likewise

Actually figured it out, you need the define the style argument on the component.

Same problem, and according to the docs, FormData does support Blob: https://developer.mozilla.org/en-US/docs/Web/API/FormData/append

Also have the issue of Chrome being slow the first time starting and looking how to prime it.

Its Silicon. Mac Book Pro, M1 Max. 32 GB of memory. It has - cmake version 3.27.5

> Hi, here is link to Fiddle: https://gist.github.com/cd7135fa07f0215cc9e39c5296cfcec9 To reproduce my issue you need to `Package Fiddle` and run app twice, (on first app will ask you for mac and...

> > find a workaround for this issue: > > ``` > > const wcs = webContents.getAllWebContents(); > > const selfWindws = await Promise.all( > > wcs > > .filter((item)...