Athan Clark

Results 17 comments of Athan Clark

However, to be clear, `result === undefined` when `e === []` as well, so there must be an error going on under the hood.

Do you mean the return message? This is what I received: ``` { serial: 3, signature: '', errorName: 'org.freedesktop.DBus.Error.InvalidParameters', replySerial: 2, destination: ':1.309', sender: ':1.311', type: 3, flags: 0 }...

The weird part is I know for sure that the method I'm calling has a `String -> String` type signature - I can see it with d-feet. I'm trying to...

yeah I think you're right, this makes a ton of sense. I'll close this now that we know where the issue is. Thank you for your help!!

I apologize! I'll present these ideas to the list and keep this thread up-to-date on any progress. Sorry about this.

@yqsailor I "worked around" this by discovering the following: 1. there is no `--with-hkdf` target available to `./configure` 2. you can manually add it by including `core/hkdf.js` to the `SOURCES=...

I was just needing this. I think I'm going to fork it, expose `StT` and `StM` to the typeclass with fundeps, then make an `Extractable` class, which gives a `stT...

I made a controversial port, let me know what you think: - http://hackage.haskell.org/package/monad-control-aligned-0.0.1/docs/Control-Monad-Trans-Control-Aligned.html -- exposes the `StT` type chosen at the contraint level - http://hackage.haskell.org/package/extractable-singleton-0.0.1/docs/Data-Singleton-Class.html -- constraint for being able...

I just ran into this issue, interestly only when using systemd to start my daemon: ``` root@koredex:~# systemctl status koredex ● koredex.service - KoreDEX Loaded: loaded (/etc/systemd/system/koredex.service; disabled; vendor preset:...

It might take me a while to re-learn nix, but I think this is a very good idea!