Darek Stojaczyk

Results 12 comments of Darek Stojaczyk

Thanks! I still don't see why URLs need to be hardcoded into the HTML. IP and hostname is a device thing and doesn't need to be referenced in the served...

@rdragonrydr The custom port. You can only specify it with absolute addresses.

Service workers only work with HTTPS [1], so even if you decide to use them there should probably be a legacy fallback. Also, I'm already using a service worker on...

If not intentional HTTP then testing or just internal installations come to mind. Maybe they are minor cases, I don't know. But it's exactly the case of 'why bother'. The...

/attempt #3323 Options Cancel my attempt

@HodaSalim you still working on this? Your post was deleted but you haven't cancelled

I implemented the parsing of single JSON objects as single-element arrays for the search Filter, but there's some interesting serde_json funtionality that breaks existing tests. If we decide to do...

I created a separate issue for the missing #[serde(deny_unknown_fields)]: https://github.com/qdrant/qdrant/issues/3345

Putting all the implementation problems aside, the main concern is that JSON arrays could be already parsed as objects. This seems to be a standard JSON thing (at least every...

I had to think a little but it seems you're right! :) I can't come up with anything that's broken now