Jonathan ROY
Jonathan ROY
Due to the way the active record pattern is implemented in the Mongo mapper, some data can be lost in the following situation: Around the same time, clients 'A' and...
Hi, I'm very new to Kafka and streaming platforms so I apologize if my understanding is not correct. One use-case I see for using KTables is to handle external queries...
Hi, I'm using express-brute as a rate limiter for my API, allowing for example a maximum of 3600 requests per IP per hour. I would like to give some information...
Hi, How is it possible to include in the prebuilt output some files that are not located in the `build` directory? I am using the following structure: - `build`: `node-gyp`...
Hi, Consider the following files inside `src/renderer`: * `test.json` with the following content: ```json {"icon": "@/img/test.png"} ``` * `img/test.png` * `index.js` which creates the Vue app with the following: ```js...
Hi, I have a `Request` struct with the following schema: ``` struct Request { timestamp @0: UInt64; payload @1: AnyPointer; } ``` The `payload` can either be a `capnp.Data` struct...
Sometimes when a service is up (often after the service has just restarted) it has no IP address associated: service.addresses is empty. Is there an easy way to workaround this...
See [issue #19](https://github.com/watson/bonjour/issues/19)