Solomon

Results 49 issues of Solomon

I wanted to see what the API would look like if converted to a monad transformer stack. I think it cleans things up quite nicely. What do you think? If...

I want to use the `login` function to generate auth tokens for later use in a bot. I wrote `login` to return a `ClientSession` so that passwords can be used...

## Environment * OS: Linux * age-plugin-yubikey version: 0.3.0 ## What were you trying to do Print identities from my yubikey ## What happened It stopped detecting my yubikey 5c...

I use subflakes to manage some dependencies that get input into my main system flake. I inconsistently get flake.lock related errors when deploying. Sometimes running the deploy command a couple...

- YubiKey Manager (ykman) version: 5.1.1 - How was it installed?: via the nix package manager - Operating system and version: Nixos 23.05 - YubiKey model and version: 5C Nano...

The custom lexer page of the Lalrpop tutorial mentions: > Tokens that require tracking internal lexer state But does not give any say if Lalrpop supports stateful lexers. I'm coming...

I know you can do this with GPG but it would be really awesome if I could use Age instead.

From what I understand `node2nix` is using the v1 lock-file `dependencies` data which is deprecated in v2 and is removed in v3. Is there any plan for supporting v3 in...

I'm getting a ton of Kind errors on standalone deriving via instances: For example: ``` src/Data/Functor/Monoidal.hs:725:59: error: • Couldn't match kind ‘k’ with ‘*’ Expected kind ‘* -> *’, but...

Hi Jukka. Thanks so much for your article and this sample code. As a personal exercise, I'm working on a re-implementation in Python. I'm trying to find your implementations of...