Talysson de Oliveira Cassiano

Results 37 comments of Talysson de Oliveira Cassiano

Hello, @ophilon. What are those listed options? Are those every TLDs that exist? If so, will we need a new PR every time that list is updated? This library does...

@rscardinho what do you think about it?

It could also be implemented using a regex for the first parameter of `on`/`once` methods instead of a string. Maybe that would be even more flexible: ``` rb emitter =...

Go for it!

Also, it would be a great fit to support #12. Other use cases that could be added is having different defaults for each use of Structure in the app, for...

It seems like an interesting idea, would you be willing to submit a PR for that?

As discusses, we're gonna define the key and item type like this: ```js { permissions: { type: Map, itemType: { key: String, value: Permission } } } ```

I think it's a good idea. We could create a plugin system that is passed as the second parameter os `attributes`, like: ```js attributes({ name: String }, { plugins: [timestampsPlugin]...