amano-kenji
amano-kenji
But, beam-sqlite backend doesn't seem to implement full join and `is not distinct from` and `FILTER (WHERE ...)` and common table expressions. It's painful to read `CASE .. WHEN ..`...
It's good to give code reviews. However, I think code review should not block merging pull requests. As long as there is no obvious problem or no deal breaker with...
I just read openal codebase and discovered that it sets target.object even when it wants to open the default device. On my system, default sink is null-sink which is only...
``` Reading category 135|187 ( 72): net-print... * ERROR: net-print/brother-dcp9020cdw-bin-1.1.2-r1::brother-overlay failed (depend phase): * eutils: EAPI 5 not supported Reading category 135|187 ( 72): net-print... * ERROR: net-print/brother-dcp9022cdw-bin-1.1.3::brother-overlay failed (depend...
In production code, when `ev/select` is called again, It even runs `defer` forms after they are run once...... They shouldn't be run again.... Because of this issue, I eliminated `channel/from-each`...
I assumed persistence was tied to the terminal session, but it also was tied to parent process. This behavior needs to be documented in man pages.
But, if I type slowly, it shows results. Isn't this a bug?
neovim lua mode prefers ```lua node_om:connect("object-added", function (node_om, node) -- If the node is added, print update. print("update") node:connect("params-changed", function (node, paramId) -- If the node's parameters changed, print update....
If I select this block visually and press `==`, ```janet (forever (let [conn (net/accept server) recv (msg/make-recv conn json/decode)] (ev/spawn (defer (:close conn) (def {"id" id "message" msg} (recv)) (when...