Trim21
Trim21
I write a simple rule to fix this, you will need [eslint-plugin-rulesdir](https://www.npmjs.com/package/eslint-plugin-rulesdir) this works with eslint-typescript(TSESTree). ```js // remove this after https://github.com/import-js/eslint-plugin-import/issues/2467 is fixed module.exports = { meta: { type:...
> Unfortunately this is a limitation of the xmlrpc-c library, which only allows unicode characters from the basic multilingual plane: https://xmlrpc-c.sourceforge.io/doc/libxmlrpc_util.html#validate_utf8 (emoji are from the supplementary plane) said 😢 I...
> Not currently. Even if rtorrent supported it, trackers would have to support parsing it as well, and from a quick search I couldn't find any trackers that do. make...
> same as in #2473: if we don't want to add the .pyi files back this PR should be closed in my opinion to clean up a little bit. @trim21...
I'd like to become a maintainer to help review and merge pr
this is already fixed, will be released in >7.1.0
> I am running `7.1.3` and still experience the error when trying to run a typescript file with `tsx`. It tells me: > > ``` > TypeError: Cannot read properties...
> @trim21 okay, it works like that. > > Yes I was importing it like: > > ```js > import Minio from 'minio' > ``` > > Would be nice...
> > I have a similar problem. I noticed that if you pass a size (any number) to the PutObject method then the memory consumption drops from 1.5GB to 300MB...
again > Edit: Nope. I'm going to make the install more like esbuild and only use npm. Is there any progress on this? Or could I do it? Are you...