Brett Sun

Results 199 comments of Brett Sun

@ECWireless This would be useful both inside and outside Aragon apps (and the client). A good example is showing an address's 3box profile picture instead of an identicon, or displaying...

@bpierre I wonder if the "redraw" provider is obsolete because of `useNow()`. Maybe we can introduce a `useUpdateFromDate()`, or just deprecate `RedrawFromDate()` entirely since we don't use it anymore (I...

@bpierre I think we have a few cases of these inline `Field`s now, but we've mainly been overriding some css to make it happen? Is it something we could provide...

Thanks for laying all of this out @bpierre! I do agree we may want to start having some layout helpers like `FormGroup` to better handle all of these cases, and...

@stvtortora Ideally we can still make the API backwards compatible and warn developers that they should use the new one. You'll see we have a few utilities to help log...

> I think rather than trying to add Apiary functionality into a canonical "client", I think it would be better to make it so it's easier and more maintainable to...

Just wondering, is it not possible to do this at the moment? Or do we not have good utilities to make this easy?

> Expose a hook called `setPermissions` When in the hooks lifecycle would this happen? I'm primarily curious if this hook would work for setting permissions in any other apps installed...

Alternatively we can build a different plugin or tool entirely, based on the output structure from buidler :).

This is something that will need to be fixed with #54. > Is there no log file at all? There is one; see [electron-log's](https://www.npmjs.com/package/electron-log) default locations.