Joe Previte

Results 462 comments of Joe Previte

First, thanks for the thorough notes! Second, sorry to hear this is happening. code-server used to work so well on Termux and the last few months haven't been great. Could...

Thanks for trying! Let me raise an issue upstream and see if the node-argon2 team has recommendations

Wait one last thing, can you try `npm_config_build_from_source=true CXX=g++ npm install argon2` in the same directory you were testing before?

Thank you for the thorough explanation @RealEthanPlayzDev! I can empathize, this sounds frustrating. I am not sure myself or @code-asher have bandwidth to dive deep on this right now but...

@Sonotoki-da wow, thanks for sharing! I wonder then if we can just create a copy of that `tar.gz` and call it `termux.tar.gz` which would resolve https://github.com/coder/code-server/issues/5515 thoughts @code-asher?

> I think those links broke in the process of installation Holy cow, that's amazing insight. We've had troubles with Termux in the past and maybe this is the clue...

Thank you for sharing all that! One idea, which we've tried in the past is switching to @node-rs/argon2 (see here: https://github.com/coder/code-server/issues/4804#issuecomment-1030338395). We may investigate that again and see if using...

I spent a lot of time trying to make TypeScript to be happy with me using `req.file` in my router handler. The solution ended up being adding `fastify.d.ts` with this:...

Sure! I'll see if I can find time this week or next!