Benjamin Otto

Results 28 issues of Benjamin Otto

Right now we are only able to use ``` @SerializeUsing(SnapSer.class) ``` with classes that have a no-arg constructor but this is not strictly necessary 🤔

ready

### Current Behavior I do something like this: 1. clone project via API (includeAuditHistory=true) 2. check token (/events...) until processing=false 3. upload BOM 4. check token (/events...) until processing=false 5....

defect
in triage

Imagine we have a service which is deployed with 2 nodes. As soon as we start a rolling update of this service we have basically 3 nodes running, one of...

### Current Behavior Right now we can configure `ALPINE_OIDC_TEAMS_CLAIM` and specify the claim that carries the group/team association of a person that logs in. This currently only works if this...

enhancement
p2
good first issue
size/S
hacktoberfest

Hello, first of all ecsgo is a great tool and really improves quality of (engineer) life a lot :) I wonder if it would be possible to allow specifying all...

enhancement

### Environment `node -v`: v9.11.2 `npm -v`: 5.6.0 `npm ls jest`: [email protected] Operating system: OSX 10.13.6 VSCode: 1.27.0 ### Prerequisite - are you able to run jest test from command...

stale

Let's say we have a subscribed projection that's in the follow phase. At some point the `CondensedQueryExecutor` will execute the [run](https://github.com/factcast/factcast/blob/e23fd28e678693c70432be5eaf14d900dd1e0959/factcast-store/src/main/java/org/factcast/store/internal/PgSynchronizedQuery.java#L95) method of the `PgSynchronizedQuery`. Let's also assume we only...

As of now renovate updates only the vaadin dependency in the pom.xml but it its required to also update the package.json and dev/prod.bundle. It seems like it's still recommended to...