Philipp Kursawe

Results 134 issues of Philipp Kursawe

Would it be possible to support RGB colours for the console transport? I think it should be possible with the help of https://github.com/chalk/ansi-styles and a colour could be created like...

This component is no longer recognised if I removed the superfluous `return ` at the end. The static analyser seems to have a problem also when I would just remove...

I am currently having trouble compiling the code with webpack. I only need the code to download video meta info which does not need the code to fork "dl.js" in...

question

I am currently writing some typings. Would you consider a PR with `index.d.ts`?

enhancement

Thanks for the library! I wondered if the `refreshingTokenPromise` could be rewritten using `.finally()` instead of creating a promise to reset `refreshingTokenPromise` to `null`. According to all green tests after...

Additionally to the email the phone number should also be obfuscated to prevent calls from "Microsoft Support India" pretending PCs of the phone numbers owner are infected with malware. This...

Clownflare is notorious for failing in the past and being a bad citizen in the Internet in general by [blocking TOR](https://blog.torproject.org/trouble-cloudflare): 1. [Outage](https://metro.co.uk/2019/07/02/cloudflare-outage-means-websites-including-detector-10103471/) 2. [DNS Outage](https://ianix.com/pub/dnssec-outages/20190321-www.cloudflare.com/) 3. [Cloudbleed](https://bugs.chromium.org/p/project-zero/issues/detail?id=1139) 4. [Heartbleed...

It seems for `alternative` only the first option is used. OpenAPI 3.0 supports `anyOf` though. Would it be possible to support it?

enhancement
help wanted

**What this PR does / why we need it**: VS Code supports [code completion for JSON files](https://code.visualstudio.com/docs/languages/json) based on [JSON Schema](https://json-schema.org/specification.html). Code completion in VS Code picks up a schema...

More a discussion entry but discussions are not yet enabled here: Since the value change listener are not directly supported by mmkv native module would it somehow be possible to...