-
Hi,
I noticed an unexpected and quite serious performance degradation while migrating from `azure-ai-formrecognizer` (version 3.3.3) to `azure-ai-documentintelligence` (version 1.0.0b3), both the l…
-
Our mobile apps generate cryptographic signatures and then upload these via a REST endpoint to our cloud function on firebase. The data is currently being written to the firestore but before we do tha…
-
Je vous propose de discuter ici des changements que j'aimerais faire à l'occasion d'une v2.2 de RDD.
La v2.1 de RDD, toujours en rc, est utilisée en prod dans Lucca.Auth, et donne satisfaction. Il …
-
Can Pluck be used to deserialize multiple source attributes to a single field and then serialize back to multiple fields? I read in #1315 that the intent of Pluck is to go from flat -> nested -> flat…
-
Hi Team,
We are analyzing the use of cloudevents-avro format to send Kafka events. The native/core cloud event representation has the **id**, **source**, **specversion** and **type** as the mandato…
-
Dear authors,
After installing exomiser (14.0.0) on a linux system I get the following error when I run the test (https://exomiser.readthedocs.io/en/latest/installation.html):
```
2024-09-27T16:3…
-
### Expected behavior
```
// 1
var users = dsl.selectFrom(USERS).where(USERS.ID.in(3L)).fetch();
System.out.println(users);
// 2
var multiUser = DSL.multiset(dsl.selectFrom…
hemju updated
2 weeks ago
-
If the generated code would include the methods `MarshalBinary` and `UnmarshalBinary` from Go's stdlib, the corresponding interfaces from the `encoding` package would be satisfied. Storage/Transmittin…
-
## Issue description
On one of my servers, when I deploy it with `nixops`, or simply run `systemctl restart nginx.service` (which nixops also calls), that just hangs without any output.
`systemc…
-
Discussion thread regarding dynamic actors that can be spawned within streaming pipeline.
```rust
fn handle_element(
&mut self,
element: ArconElement,
mut ctx: OperatorC…