Joseph Garrone

Results 653 comments of Joseph Garrone

I uderstand why it's conveignent to do it like that. We should however use the className to select the component instead of requiring an id to be set. .

![image](https://user-images.githubusercontent.com/6702424/164913486-0bd896bd-4e4d-4cfe-ad76-feade3cd787b.png)

Hey @rtalon83, Thank you for the kind words, I will do my best to help you, is your project open source? It would help me if I could reproduce. Regards

Thank you for the detail, I am glad your problem is solved. I am currently actively working on v2 that will be a major update over v1. I am very...

Hi @UrielCh , > should we extend Evt in ours class You can if you want, here is the doc: https://docs.evt.land/extending_evt > is this.emit(type, parma) should be replace by a...

Hi @UrielCh, It would look something like this: ```typescript type ExtractArgs = [ Extract< ProtocolEventsApi,[key, any, any]>[1], Extract< ProtocolEventsApi,[key, any, any]>[2], ]; function doNodesUpdated(...args: ExtractArgs) { // code } ```...

> There is no faulty URL, but do not expect the URL given from a presentation not to be shortened by part of the audience. Ah yes I see! Thanks...

FYI @UrielCh, I updated the `EventEmitter` to `Evt` migration guide: https://docs.evt.land/migrating_from_events

Hi, As of now `evt.post` return post count... But I don't recall ever using the return value... I am open to breaking changes, could you describe your use case and...