Dave Yarwood
Dave Yarwood
I checked back for updates. In July 2019, it was reported to still be unresolved.
Clojure expression highlighting (mostly) fixed via https://github.com/daveyarwood/vim-alda/commit/8fce7be2622f973e23f8d8934919eb779048ee08 There are some rough edges, like Clojure keywords aren't highlighted, and clojure.core functions like `rand-int` are only highlighted up to the hyphen, but...
> It would be useful to see such a C code. > > Meanwhile, I'll PR a test demonstrating the loss of subscriptions when far exceeding HWM, together with a...
So it seems like the big question here is, should it be possible to bind a SUB socket and connect publishers in JeroMQ like it is in JZMQ? The ZeroMQ...
I'm still not convinced that we need to support binding the SUB and connecting the PUB, but I suppose it would be worth investigating why it doesn't work with JeroMQ...
@gbonnefille Are you still experiencing this issue using the latest version of JeroMQ?
I agree with @gbonnefille. It seems like the expected behavior is that JeroMQ should not let you connect a client to a PAIR socket if there is already something else...
I'm not really sure how we would pull that off, technically. It sounds like maybe libzmq does it somehow? I haven't tested it, but from the zguide, it sounds like...
I found [this (old?) documentation](https://devdocs.io/date_fns/#submodules) which mentioned UTC being in development, and included instructions for how to import the package to use either FP, UTC, or both: > ```javascript >...
`startOfDay` doesn't seem to work correctly with UTCDate instances: ``` > const { UTCDate } = require('@date-fns/utc') undefined > const { startOfDay } = require('date-fns/fp/index.js') undefined > new UTCDate("2024-03-29") UTCDate...