James Turner

Results 10 issues of James Turner

Adds support for OpenBSD. No global system store so just adds to firefox/chromium.

… variables section ## Proposed changes I want to be able to have environment variables and cli variables substituted in the variables section of the template before the variables are...

Any plans on adding an Elliptic Curve Digital Signature Algorithm such as Secp256k1? Or any other public key algorithms?

The logs panel is empty for me on OpenBSD. Tested with node 0.10.24 and 0.10.25. I have a debug.log file with lots of data in $HOME/.bitcoin which is 600 and...

Myrddin fails to build on OpenBSD 7.0-beta. I was able to get it to build by creating `lib/sys/sys+openbsd:7.0-x64.myr` from `sys+openbsd:6.3-x64.myr`. However all tests CRASH. The build fails at: ``` lib/std/pledge+openbsd.myr:12:...

## Team or Project Name Pygmy ## Team Members Me, myself, and I ## Screenshots of your Project ## Link to demo on Deno Deploy https://whole-robin-78.deno.dev/urls https://whole-robin-78.deno.dev/urls/a8578b4c (redirects to https://deno.com/kv)...

LibreSSL will be removing the deprecated HMAC_Init() function in an upcoming release so switch to HMAC_Init_ex() instead. ## Summary of the change Commit message says it all. We (OpenBSD) have...

### Check for existing issues - [X] Completed ### Language Wasp ### Tree Sitter parser link _No response_ ### Language server link https://github.com/wasp-lang/wasp/tree/main/waspc/waspls ### Misc notes Would love to see...

language

This updates the twitter example to hash the users password using bcrypt and store that instead of storing it in plaintext. Since https://reflex.dev/docs/authentication/authentication-overview/ points to this example for Local Auth...

### Description This is a proposed fix for https://github.com/wasp-lang/wasp/issues/2398. This is similar to a fix that was made to the client setup. Another option would be to change like 120...