Federico Zivolo

Results 171 issues of Federico Zivolo

Stylelint throws errors randomly while I write, it works correctly but this plugin spawns hundred of popups with the errors. Can you just add an option to disable them all?

Following your example I get this error on `decrypt`: ``` web-crypto.ts:354 Uncaught (in promise) Error: Unable to decrypt data at web-crypto.ts:354:11 at Generator.next () at fulfilled (web-crypto.ts:6:24) ``` https://github.com/AKASHAorg/easy-web-crypto#full-example-for-encrypting--decrypting-data

As title says, this step doesn't seem to be supported right now.

Thanks for the library! I need to extract the episodes contained into a single torrent name, for example: ``` Marvel\'s.Agents.of.S.H.I.E.L.D.S02E01-03.Shadows.1080p.WEB-DL.DD5.1 ``` This should, ideally, return as `season` an array like...

So, I'm running this script agains a big database of magnets, one problem I found is that sometimes the torrent name has typos. For example, `The.Hitman.Bodyguard.ENG.1080pWEBMux` instead of `1080p.WEBMux`. I...

I have this torrent where the language isn't detected but used as part of the title: ``` Hunger.Games.Il.Canto.della.Rivolta.P.2a.Ita.Eng.Ac3.Sub.Ita.Eng.x264.iCV-MIRCrew.mkv ``` Ideas on how to properly parse it?

Hi, thanks for the library! I have an auto generated ObjectType like the following: ```ts @ObjectType() export class Product { @Field() id!: string; @Field(() => Price[]) prices!: Price[] } ```...

Am I wrong to believe the current logic won't handle transitive dependencies? If I define `foo` in my `dependencies` list, and `foo` defines `bar`. Only `foo` will be added to...

I'm trying to run a docker container along with a node.js server, and I would like to stop the container when the user stops the node.js server script. ``` "dev":...

**What's the Product's Name?** cookbook **Describe the product in a single sentence.** save recipes **When was the product launched? Provide a specific date, if possible.** not sure **When was the...