Results 4 issues of Derek

Pow has a guide for [configuring the password hashing algorithm](https://hexdocs.pm/pow/production_checklist.html#optional-use-an-appropriate-password-hash-method). There may come a time where people need to switch between password hashing methods (say, bcrypt/pbkdf2 to argon, or Pow's...

This works: ``` ``` This doesn't ``` let src = "image.jpg"; ``` This is probably what you meant by "Resolve imported images (only works with string pathnames at the moment)",...

enhancement

I followed the instructions in the [intro documentation](https://github.com/sqids/sqids-elixir?tab=readme-ov-file#convenience-place-context-under-your-supervision-tree) to add Sqids as a part of my supervision tree, but the example does not appear to work. Looking at the [supervisor...

bug

Cleans up #967 by adding some tests for the `isutf8` changes and websocket handshake, removing unused variables, and fixing the failing autobahn-testsuite test. This also adds a basic websocket echo...

libc
net
tool