William Czifro
William Czifro
I'm also having difficulty installing on MacOS: ``` λ nix-build --show-trace error: while evaluating 'ghcWithPackages' at /nix/store/npjlghv0g29rwiffxi99bqa74ylyq5k1-source/pkgs/development/haskell-modules/make-package-set.nix:246:23, called from /Users/williamczifro/Developer/workspaces/czifro/repositories/github/software/termonad/.nix-helpers/termonad-with-packages.nix:113:5: while evaluating 'withPackages' at /nix/store/npjlghv0g29rwiffxi99bqa74ylyq5k1-source/pkgs/development/haskell-modules/make-package-set.nix:116:18, called from /nix/store/npjlghv0g29rwiffxi99bqa74ylyq5k1-source/pkgs/development/haskell-modules/make-package-set.nix:246:35: while evaluating...
I got this error as well. I ran `M-:` and evaluated `(funcall (org-wild-notifier--retrieve-events))`. Here's the output: ``` Debugger entered--Lisp error: (void-function -orfn) -orfn((lambda (it) (-contains-p org-wild-notifier-keyword-whitelist (org-entry-get it "TODO")))) apply(-orfn...
I too found this to be a minor let down. However, I (am no way a Suave expert) can see why `path` does not do what you ( @slogsdon )...
@irium I noticed there is no way to post issues on your fork. Not that I have an issue to submit, but if I did in the future, how would...
@irium Thank you!
Is this still a bug?
@spiffytech Has this been resolved?
This likely would work similarly to the reactor lib by Spring Framework: ```java ServicePipeline pipeline = new ServicePipeline() .addByteParser(arr -> new String(arr)) .addStringProcessor(str -> /*process string*/) .addObjectParser(str -> /*convert to...
Adding static methods to `Connection` would be the simplest option. There would need to be some initializing to do this. TCP uses a `ServerSocket` while UDP uses `DatagramSocket`. An enum...