Tomas
Tomas
Similarly, using multiple vector paths cannot be colorized separately? (and that is why I tried using fillGeometry) ``` newVector.vectorPaths = [ {windingRule: 'NONE', data: 'M 0 0 L 48 0...
Is it possible this is still an issue on 1.17.1?
are you guys talking about `Module did not self-register` ?
Is this going to be available on Mapbox GL JS?
I am on the same boat, my use case is also partial uploads for big files on a JS client side. I want people to be able to resume uploads...
I have already posted the back-end code. The front-end doesn't do anything especial, just a fetch with method PUT and passing the body binary buffer.
That's not how multipart uploads work, you'd need authentication on each request. My front-end is within an electron app, so it uses `fs` to read files in chunk and I...
Following the namespace reasoning, highly useful for developing browser extensions or other scripts where we don't want to collision with pre-existing scripts, such as `postMessage(, '*')`
Looking forward to seeing this feature, specially with the iMessage Stickers thing coming up with a limit of 500kb 💃
Using Material Icons (https://fonts.gstatic.com/s/materialicons/v91/flUhRq6tzZclQEJ-Vdg-IuiaDsNZ.ttf), glyph id: 40 is ligature "error" allegedly. The `ligatureSets` entry has: `{"ligGlyph":40,"components":[31,31,28,31]}` which corresponds to "rror" instead of "error" (despite the difference in ascii code)