Felix Paulusma

Results 88 comments of Felix Paulusma

I've been thinking about this for a while now, and some points that came up were: * `PBKDF2` and `bcrypt` are easily "strengthened", but `scrypt` and `Argon2` are a bit...

Started testing some other password libraries for formats they output. All hashes use `testpass` as the password. And only formats that differ are listed here (so you'll not see any...

This is what HLS outputs in VSCode (I'm trying to work on the [`password`](https://hackage.haskell.org/package/password) library): ``` Found "/home/user/code/password/hie.yaml" for "/home/user/code/password/a" Run entered for haskell-language-server-wrapper(haskell-language-server-wrapper) Version 2.8.0.0 x86_64 ghc-9.2.8 Current directory:...

Ah, I looked around, but I guess I didn't search well enough. I indeed have `ecryptfs` on this laptop, but there's no solution or workaround in that issue, so what...

Welp, no, that doesn't work. Same issue after doing `ghcup compile hls --version 2.8.0.0 --ghc 9.6.5` ``` [ cabal ] exe:haskell-language-server from haskell-language-server-2.8.0.0). The failure [ cabal ] occurred during...

Just built from source, (`git clone repo` + `stack build`) and it seems to work so far. Thanks for the help at least.

I'd like the OSX actions to just work, so I don't want to remove them... but I didn't have time to actually look into it. :/ EDIT: It's mostly the...

@cdepillabout version `3.1.0.0` is now pushed to hackage, ready for nightly

Ah, thank you for the effort. :pray: I'll try to look at this when I have some free time (hopefully in the next month)