Joseph Garrone
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. .

go go go
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...