Lee Ash
Lee Ash
Hello, thank for submitting this issue. Can you try to isolate the bug by finding what works in your code and what does not?
What's the current state of Vercel API functions? I can help Maybe we can fork vercel-deno? https://github.com/TooTallNate/vercel-deno
I suggest to make a VSCode plugin instead of a CLI, so it can access the import map automatically from already configured `"deno.importMap"` setting I opened a discussion on exposing...
it works well, but there may be some issues to workaround for particular contexts
Yes! It's fixed Thanks
I have another problem now ``` 21:52:23.955 | > app/.aleph/production/-/cdn.esm.sh/v41/[email protected]/deno/hmac-drbg.js:2:23: error: Could not read from file: /vercel/path2/app/.aleph/production/-/cdn.esm.sh/v41/[email protected]/deno/hash.js 21:52:23.956 | 2 │ import __hash_js$ from "../../[email protected]/deno/hash.js"; 21:52:23.956 | ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 21:52:23.956...
Would this allow us to deploy an Aleph website without using a Deno-compatible docker image?
You could use a blacklist and a custom access controller where you overwrite "canAppend()" in order to not append a message if the user is in the blacklist. The blacklist...
Maybe orbitdb could add native support for local blacklist?
Think of a replicated database like a truth: Alice can change her truth, add/remove some facts, but Bob's truth still remains the same, until Bob believes in Alice facts. So...