Wolf Garbe
Wolf Garbe
Kiota from Microsoft looks neat: https://learn.microsoft.com/en-us/openapi/kiota/overview But doesn't support Rust yet. https://github.com/microsoft/kiota/issues/4436 But doesn't support OpenAPI v3.1 definitions yet (expected in March). https://github.com/microsoft/kiota/issues/3914 For now, the safest bet for a...
Hey @ricardoboss ! Yes, it would be great to have a client generator for major programming languages (including Rust) based on the OpenAPI definition file. Especially during active development, with...
> So a generated client in Rust would serve as a first party SDK for your API? @ricardoboss Yes. Previously, I somewhat naively thought a REST API and documentation would...
I think we already do exactly this. Edits is a recursive method. Only in the first iteration we unconditionally calculate and add deletes. That is because we always have maxDictionaryEditDistance>=1....
Thank you for reporting the issue. I will look into this.
I think the issue has already been fixed with #126 . Possibly you are using the NuGet package or the release v6.7.2 which both have not been updated since. When...
While this would be helpful for the user and technically feasible, it is a legal gray area as API can be copyright-protected. https://kempitlaw.com/insights/apis-software-copyright-in-2021-a-view-from-each-side-of-the-pond/ Of course, those restrictions would apply only...
> Also, would make MeiliSearch and TypeSense unviable. Could you elaborate on this? Do you mean they both have an Algolia-compatible API? AFAIK, both MeiliSearch and TypeSense support InstantSearch.js, an...
If you implement file access manually instead of using memmap, you MAY get better performance, as you have more control and insight into what data the search engine will require...
Thank you for reporting the issue. Do you run docker with the [-ti parameter](https://www.baeldung.com/linux/docker-run-interactive-tty-options)? The issue could be related to the [keyboard loop]( https://github.com/SeekStorm/SeekStorm/blob/3947aaeccf09dc440549fa883dfbcface927d205/src/seekstorm_server/server.rs#L37) not working properly in the container...