kristoffer-zliide

Results 12 comments of kristoffer-zliide

@stuartmorgan: Yeah, but I'm not sure if we've reached a conclusion on this: https://github.com/flutter/plugins/pull/5430/files#r896078916. I can make pull requests that adds draggable and preventDefault (ie, what's done for Firefox here:...

@stuartmorgan: [here](https://github.com/flutter/plugins/pull/6282) you go

Thanks, @arthurschreiber! I just re-read what I wrote, I'm sure I meant that including tedious takes the size from 60kb to 1,900kb, not from 600kb to 1,900kb. Anyways, we actually...

@arthurschreiber: did you think about it a bit more?

I don't really know anything about Apple's APIs, sorry. I just thought that since you're representing decimal numbers as strings, there must be bugs in there, and, lo and behold,...

Just to be clear, the `String` used in the API is not the string used for display right? The API string needs to be English, whereas the display strings are...

I think it was caused by https://github.com/node-fetch/node-fetch/commit/bcfb71c7d10da252280d13818daab6925e12c368, since https://github.com/jimmywarting/FormData/blob/master/esm.min.d.ts doesn't export the type properly, and tsc doesn't know that it should also generate types here: https://github.com/node-fetch/fetch-blob/blob/main/package.json#L20.

@yo1dog: would you consider reverting your commit?

But `3.2.8` has [CVE-2022-2596](https://nvd.nist.gov/vuln/detail/CVE-2022-2596). @jimmywarting: would you revert the merge of https://github.com/node-fetch/node-fetch/commit/bcfb71c7d10da252280d13818daab6925e12c368?

I guess that's one way of putting it. Another would be that it's unusable and dangerously broken; TLDR: 1) if we add a fairly benign git dependency the `npm i`...