Thomas Ghysels
Thomas Ghysels
I don't think I can finish this, it probably makes more sense to rewrite the networking part in idiomatic Deno instead of waiting for the std/node/... to catch up.
Several Rollup plugins use "virtual modules" (starting with \0) as recommended in the Rollup documentation. These virtual modules must be resolved & loaded in the plugin itself, otherwise they will...
@march08 Would you like to review and merge?
Could be interesting to mention this on the README. Why would you include fuzzy search libraries in the benchmarks if flexsearch does not even support it?
I had a custom nginx config referencing a `srv-captain--api` URL which broke after renaming the app. So ideally it also runs `nginx -t` before changing the name of an app.
Could be interesting to mention this in the README and also catch the `TypeError: Path must be a string` error and show something more helpful.
I suggest `PUT /mygraph?subject=http://...` which would - Delete triples from `mygraph` that match the query - Add input triples to `mygraph` (or only those that match the query?) `POST /mygraph`...
Is there anything blocking to upgrade Axios to 1.0.0?
I think TypeORM can change the column type without losing data. But I'm using Prisma now, so not sure about it!
Security-wise, a global store may not contain personal data during SSR (or it might leak into other users' requests). Also, $page and $session are only available during component initialization while...