Asmir Avdicevic

Results 76 comments of Asmir Avdicevic

Think this is another instance of this: https://github.com/qri-io/qri/issues/1505

There's a handful of routes that have multiple GET/POST/PUT/DELETE flows for the same endpoint, which for RPC compliance means we would need to split up, which is a bit of...

Think this is done now?

I really don't have any real answers or high quality input, so I'm just speaking on it from a "casual user perspective". Honestly `apply` feels like an *inside* thing that...

If I remember correctly, the idea was to use run-ids to separate the "subscribe" interfaces. In that sense some auth mechanic should be present on the dispatch level and bellow...

Another thing that came up while inspecting our routes is that a generic `filter`/`orderby` param is not sufficient to know what the value is referring to. A good example would...

Copy of some discord input from b5: and more specifically, how do we specify filter key-value pairs? multiple filters? graphql has a very verbose syntax for filtering, but it's super...

+1 Currently, the deployment on Kubernetes can produce some issues because by default the snitch hands out node IPs instead of pod IPs thus breaking stuff if not super careful...