Luan Nico

Results 75 comments of Luan Nico

Rethink Hooks... I believe some hooks (if not all) are now obsolete due to Shields. We should rethink all of them carefully to make sure no unneeded API goes through...

1. Pagination is implemented via cursors; check #42 for details ;) You can pass a limit and get a cursor back to retrieve more data 2. Agreed, it would be...

Started development on `graphql` branch. Right now it creates a schema with a field at the root level for every endpoint; this field returns a list of that endpoint, and...

What about `/api/people?q={w:['name, '=', 'John']}`? We can keep both, the new for simplicity and the current for completeness.

hi @felangel, thanks for the response. it does allows for multiple bricks of any source, but only one source at a time. So you can bundle multiple bricks from git...

Sorry for the delay, had a busy end of the week! Multiple input should work for all input types just the same: ```bash mason bundle --source git url1 url2 ......

What would you think of incorporating all that information into the url? So something like [https://github.com/felangel]/mason/blob/[master]/[bricks/bio/brick.yaml] Instead of having to separate that into repo, ref and path Otherwise not sure...

If you have comments within your imports it gets really hard for this to automatically sort everything right? Dare I say impossible as there can multiple desired outcomes. Let's say...

@igor-krupenja as long as it's a separate option, so users can choose their preferred standard, that would be awesome! lmk if I can help with anything :)

I thought I made it call sort after relativizing (existing flutter command), but I probably forgot or it broke or something. Agreed that it should do that!