Results 15 comments of Thee, Meepeek

@kitsonk version info as follow: deno 1.22.0 (release, aarch64-apple-darwin) v8 10.0.139.17 typescript 4.6.2 the error message when running bundled file is: ``` error: Uncaught (in promise) TypeError: mod.DOMParser is not...

I bundle as following code. ``` deno bundle --importmap=import-map.json test.ts test.js ``` Then I execute ``` deno run test.js ``` My understanding is bundle should package everything to a self-contained...

This seems to be an issue using jsdom also. ``` import * as jsdom from 'jsdom' console.log(jsdom) ``` error: Cannot find package "child_process" from "/Users/thee/git-repo/bun-migrate/scraper/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js"

WatermelonDB and RxDB seems to be the best starting point. - WatermelonDB is on client side. It comes with sync info and sync adapter for customize sync function to match...

@p4-k4 I too require that feature but I think it is a very complicate one. FOSS man power is limited so I think it could be a while before it...

## TLDR I wish you would consider loopback.io as a backend to move to. I think we can place Vulcan's schema define everything concept on top of loopback authentication, datasource...

After posted, I just rethink and it's the problem with ts not accept the type. Is there any way to bypass it ? The error reported is on the library...

puppeteerjs package also depends on this one.