Collaborative Exploration for Developing Deno Version of JS Library
TLDR Jason united Harisaran and Robert to work on a Deno version of the JS library. Both agreed and explored different possibilities including a thin wrapper around the HTTP API.
Jan 26, 2022 (24 months ago)
Jason
03:42 AMHarisaran
04:36 AMHarisaran
04:37 AMRobert
12:50 PMRobert
12:55 PMIdeally we could replace that with deno native fetch(), however deno has been working on full compatibility with NPM modules and hopes to have it usable within the next few months: https://deno.com/blog/deno-in-2021
Robert
01:00 PMJan 27, 2022 (24 months ago)
Harisaran
04:39 AMJan 28, 2022 (24 months ago)
Robert
02:00 AMJason
02:02 AMHarisaran
03:47 AMTypesense
Indexed 3015 threads (79% resolved)
Similar Threads
Typescript Support and Import Issues with Typesense
Ahmad faced trouble with Typesense support for Typescript. Jason assisted by suggesting checks and solutions. Phil suggested modifying the import statement. Ultimately, the issue was resolved with a change from Jason in version `v1.1.2`.
Contributing to project using JS, TS, Go and PHP
Matthew volunteered to contribute to the project using JavaScript, Typescript, Go, and PHP. Jason assigned two tasks, including Laravel integration and nest.js library. hi019 encouraged Matthew to try out the Laravel integration.
Typesense-JS Client Types Importation Problem.
Stefan had problems importing types from typesense-JS, causing compiler slowdowns. Jason and Damian provided guidance and agreed to export necessary types from Typesense.ts, improving import speed and reducing compiler checks.
Enhancing Typesense-JS For Improved Cache Management
Jordan requested a way to clear the cache in 'typesense-js' when a new document is added. Jason recommended a work-around and supported Jordan's idea to add a 'clearCache' method. Jordan then submitted a PR for this implementation.
Typesense Bug Fix with `canceled_at` Field and Upgrade Concerns
Mateo reported an issue regarding the treatment of an optional field by Typesense which was confirmed a bug by Jason. After trying an upgrade, an error arose. Jason explained the bug was due to a recent change and proceeded to downgrade their version. Future upgrade protocols were discussed.