imnisen

Results 5 issues of imnisen

https://github.com/tylertreat/chan/blob/b4120abe5d642284182f04965e793cc918daf711/src/chan.c#L407 https://github.com/tylertreat/chan/blob/b4120abe5d642284182f04965e793cc918daf711/src/chan.c#L444 In the implementation of `chan_select`, it first checks every channel to see if it can recv/send. After that it randomly select one and do the recv/send. What about...

Hi, when I read code about how server stop softly, I have a quesion: ``` ;; acceptor.lisp line318 (defmethod stop ((acceptor acceptor) &key soft) (with-lock-held ((acceptor-shutdown-lock acceptor)) (setf (acceptor-shutdown-p acceptor)...

https://github.com/DalekBaldwin/on-lisp/blob/b13e8b6e956bef45c4fd7194a062c27555268048/src/chapter-11.lisp#L159 As macro `do-tuples/o` describe in chapter 11, define like bellow: ;; problem reported to pg but not checked -- test this!!!!!!!!!! ;; http://www.paulgraham.com/onlisperrata.html: ;; p. 156. In do-tuples/o the...

Hi, when I `(ql:quickload :reddit-db)` to make first migration, a error as following happens: ``` Component CLSQL-UFFI-SYSTEM::UFFI does not match version 2.0, required by # [Condition of type ASDF/FIND-COMPONENT:MISSING-DEPENDENCY-OF-VERSION] Restarts:...

Hello, I am trying to sign a psbt transaction like this https://mempool.space/zh/signet/address/tb1pghz45p3f4kcrn3ge3vhx6hcfdayfa6ke09elxudktaken29v8kqsekuw5x on signet with hwi and "ledger nano s plus". (It is a babylon unbonding transaction). This transaction using...