Andreas Dirnberger
Andreas Dirnberger
The requirement explicit requirement on JetStream on that the message needs to be published on the same stream, is somehow understandable but strange. Could a fictive scheduler implemented in `bash`...
the `SelectorEngine.findOne()` expects a css selector as valid parameter. Scrollspy, the caller simply does not escape it: https://github.com/twbs/bootstrap/blob/0a005b36048d549057f8b551b2d19ca043a9a4c0/js/src/scrollspy.js#L213 It seams of but maybe someone want to find one element `#theId.myClass`...
@Jarema This is well known and working fine. The `no-responders` feature is over the ack response packet (If I am not mistaken) Even with the nats-cli it does only work...
Thanks for testing, tried again with nats-cli ``` $ nats sub "test.reply.>" $ nats pub "test.service" --reply "test.reply.A" "" ``` It simply does not work for me, maybe because I...
maybe the client is ignoring the error message on a custom subscription?
Great, one mystery solved. Is this the same reason why no-responders feature does not work with account import/export service? see [issue](https://github.com/nats-io/nats-server/discussions/4761) The nats behavior seams a bit off, in osi...
The generated `_unknownFieldSet` is still no accessible over protobuf reflection Would need to access it to use it for a custom `implicit patch` operation. Beside this, why is the _unknownFields...
@jskeet The generated message type does not [initialize the `_unknownFields`. I simply miss ready the code with the Clone and in c# nullable feature enabled. I will try to work...
Then the fields of `UnknownFieldSet` can not be accessed, not even in read-only mode. I have an idea to extend an operation including `FieldMask` to fetch the current protobuf doc...
Storj does not and even witht he `bucket event` feature from aws or minio, LS does not utilize it.