Njagi Mwaniki

Results 7 comments of Njagi Mwaniki

I'm experiencing something close to this in version 0.7.0 and whille using subkeys. It accepts my passphrase when I import the keys during the proompt to remember the passphrase. Mine...

Update, it worked, at least in 0.7.0(15). It works just fine. The problem may have been caused by my exporting the subkeys with `--export-secret-keys` instead of ` --export-secret-subkeys`.

Yes, I am using `[racket/serialize](https://docs.racket-lang.org/reference/serialization.html)` with transparent nodes for now. My [use case](https://github.com/urbanslug/graphite/blob/master/graphite/algorithms/variation-graph.rkt) is quite specific so I doubt my implementation will help contribute back to this project but I...

I have updated the gist with output from `cabal info aeson`

Thanks. Uh are you ever on #haskell I have a lot I would want to ask. Since the week ends tomorrow should I just wait for you to release the...

Logging objects --- I'm also facing the same issue when logging objects. In my case the console transport and file transports can both handle a JS object as the message...

**Update** It *does* work but one has to pass an object as an extra argument to the log function e.g `logger.log('info', 'the message', {more: 'stuff'})`. However, given that other transports...