Doron Somech

Results 49 issues of Doron Somech

- [x] Docs for all socket types - [x] Docs for zmq-poller - [x] [Client-Server RFC](https://rfc.zeromq.org/spec/41/) - [x] [Radio-Dish RFC](https://rfc.zeromq.org/spec/48/) - [x] [Scatter-Gather RFC](https://rfc.zeromq.org/spec/49/) - [x] [Peer-to-peer rfc](https://rfc.zeromq.org/spec/51/) - [x]...

A new experimental plugin that allows enforcing the dependencies of a target. The rules are written like a target: ``` dependency_rule(target="src/auth-service::", allowed="src/shared::") ``` This is still missing a subsystem, which...

In order to support ME_CONFIG_MONGODB_URL, variable ME_CONFIG_MONGODB_SERVER must first be set to empty string. However, the docker-entrypoint is still trying to connect to the empty string. This fix stops the...

I think we can achieve semi-ordering across producers using Hybrid Logical Clocks, semi because: 1. In real-time the events will be ordered by the time they arrive at the consumer...

**Describe the bug** Pants (without pantsd) usually miss the last remote cache write, probably because the cache write is asynchronous and doesn't prevent the pants process from completing. **Pants version**...

bug

**Describe the bug** Pants 2.14.0rc1 hangs in AWS Codebuild CI, running with `--level=debug` at some point pants stops to write to console and eventually the build timeout. **Pants version** 2.14.0rc1...

bug

At the moment, java or scala projects won't benefit much from the remote cache because the resources jar local process file will usually win the remote cache read. As zip...

category:internal