KJ

Results 3 comments of KJ

For anyone still encountering this issue, one way to fix it is to (temporarily) downgrade your version of node to 6 or lower, or use clone this pull request instead:...

Sadly, the weather API used here is not working anymore. The API returns "This service is deprecated as of 01/15/2020" when you try to access it directly.

I was able to get bun to work with the standard instructions here: https://alexgarcia.xyz/sqlite-vss/nodejs.html ```js import Database from 'bun:sqlite' import * as sqlite_vss from 'sqlite-vss' const db = new Database(':memory:')...