apollo79

Results 27 comments of apollo79

Is this still being worked on?

I've done some work in this PR: https://github.com/feathersjs/feathers/pull/2828 The plan was to use `dnt` to support node and deno but it turned out that that isn't as easy as it...

One thing to talk about would be which formatter to use as the formatter included in the [VSCode deno extension](https://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno) doesn't format in the same way as running `deno fmt`...

Thanks for the feedback! About the questions: > * Can we use the build script from `@feathersjs/hooks` to build the Deno packages into the `packages/` folder (and then `.gitignore` those...

Would be cool if a hashing algorithm / library was used that works on every platform. I noticed that `argon2` and `bcrypt` [aren't usable with `vercel`](https://vercel.com/guides/why-does-my-serverless-function-work-locally-but-not-when-deployed), because they use `node-pre-gyp`....

Yes, that would be cool, but it would break usability for users who have JS disabled.

> Just tested the `libsodium` approach on the server side and it works. It's pure JS so there shouldn't be any problems with Vercel & Co I guess? Well, it's...

> On first glance it is JS only. (I guess the compile to asm.js?) Hmm, yes, seems to support WASM and no-WASM. Sadly, the documentation is not that big... 😅

> I will prepare a MR, may be some one with `vercel` access, is then able to test it Perfect 👍

Thanks for the fast response! I reinstalled and checked the version, it is 25, but sadly, still nothing happens when I click the buttons.