Daniel Froz

Results 8 comments of Daniel Froz

@pedrofracassi not sure if helps... but considered that you cloned the fork I created, it already does what you're asking. Simple base example using connect can be found here: https://github.com/danielfroz/tedis/blob/master/src/tedis_base_command.spec.ts...

@pedrofracassi I don't think that is a good idea to publish both projects under npm. I am using it today under my own NPM private registry. That's why I mentioned...

Right. But as stated I rather prefer to not duplicate projects... I truly believe that a single project with all nice features would be beneficial to everyone. HOWEVER, I don't...

@OrcaXS I did a fork of this project (https://github.com/danielfroz/tedis). Also wanted URL.... so it's implemented in this fork. Examples under .spec.ts files.

hi @randallb it is possible. The thing here is that tedis has problems with the parser and not supporting Streams / PUB SUB, etc... So created this fork to support...

Hi @sudo-kaizen . You either reference it locally (path reference locally) or create a private repository and deploy it ... something like @sudo-kaizen/tedis. But honestly not sure if you will...

+1 ... It also freezes when you go way deep with nested objects. If you use 2 or 3 snippets on FTL template like this one ${receipt.created.user.name} - vscode freezes...

Hi, Is there any solution to package renaming? I am hitting the same problem reported and hitting the same error: "A package with this or a very similar name already...