Gabriel Cruz

Results 69 comments of Gabriel Cruz

@pythonicode thank you so much for reviewing this! To your point on security, I _think_ that should be fine since `GetCollection` checks if the collection from which you're trying to...

@pythonicode I thought about URL but that would be weird for paths I think as they'd contain weird characters (dots, slashes, etc.). As for the security, what you could is...

@en0ma and @pythonicode I love your suggestions! I'll implement them. > Also, how does this affect the committed collection state? It shouldn't, I'll test

Implemented remove by path. Validation: ```bash + APIKEY=EST599c28b4-fd89-4b44-b579-74af0997a5ecARY + path1=/my/path/1 + path2=/my/path/2 + curl -X POST -H Authorization: Bearer EST599c28b4-fd89-4b44-b579-74af0997a5ecARY http://localhost:3004/collections/ -d { "name": "A new collection", "description": "A new...

We could have our queue prioritize based on how many deals have been made for a piece. The more deals made for a piece, the lower the priority for that...

Unassigning myself since I'm reprioritizing things.

I think the refactor here for us could have some important lessons to index-provider, but much of the work we'll do is to trim unused code and make it more...

Can you clarify what you mean by "parent" account? Are these all of these users (parent and client) using the main estuary instance (aka `api.estuary.tech`)?