Aarni Koskela
Aarni Koskela
As mentioned around that comment, there's a partial .d.ts in https://github.com/akx/gradient/blob/master/src/culori.d.ts that could work as a starting point.
By the way - something I noticed e.g. https://github.com/syntax-tree/mdast-util-from-markdown does is use [TypeScript's JSDoc support](https://www.typescriptlang.org/docs/handbook/jsdoc-supported-types.html) to allow type annotations, inference and declaration file creation in plain-JS files: https://github.com/syntax-tree/mdast-util-from-markdown/commit/052ad823f055d04b0e5325366b970162a743bd4e. Would you...
As long as `charset_normalizer` is a hard dependency for `requests` (see https://github.com/psf/requests/pull/5875, https://github.com/psf/requests/issues/5871 etc.), I really don't think this should be done. As it is, installing `requests` does not install...
As far as I'm aware, the Setuptools extras syntax (`[mypyc]`) won't allow for optional compilation, just additional packages to be installed. The mypyc-compilable version could thus be packaged as a...
@felixfontein Well, it works for me in production as we speak 😁
@felixfontein Plain UNIX in this instance.
Huh. What sort of dependency resolver is in use here? I don't see why `pytz>=0a` would end up choosing a 2004 version. That said, the Babel PR is fine, but...
I'm also seeing what seem to be breadcrumbs from irrelevant requests on uWSGI (only noticed it now even if we've been using Sentry for a while 😅 ). Since our...
Hmm, if it helps, it looks like these leaky breadcrumbs _maybe_ don't occur for exceptions, only for logging output. Our logging config is (non-Raven/Sentry things cropped out) ```python LOGGING =...
Hi! Unless Smartcash has done something very special to their fork of the Bitcoin core code, you should be able to just pass in a suitable `--version` parameter. I'm not...