Sebastian

Results 6 comments of Sebastian

> Okay cool, komme zwar nicht aus der Java Ecke aber könnte ggf. bei der Docker CICD pipeline unterstützen wenn du möchtest. ;) Kannst ja einfach n MR erstellen 😉...

Du kannst docker build starten um ein neues lokales image zu erzeugen. 1. `docker build . -t custom-local-impf-bot` see https://github.com/TobseF/impf-bot/blob/master/doc/docker/DOCKER_SETUP.md 2. change the used image on `docker-compose.yml` ``` # OLD...

Please provide a real fix, for the temporary solution (@marr works for me https://github.com/storybookjs/storybook/issues/18094#issuecomment-1217135470).

`meta.inputs` is empty if we use `input()` instead of `@Input` `__ngMocksDeclarations` doesn't contain the inputs (see `libs/ng-mocks/src/lib/resolve/collect-declarations.ts`).

Is there any way to use higher JDK versions?

@joelkesler how are you able to drop the element now? ```css pointer-events: auto; ``` But im not able to drop my element if the style is not `pointer-events: none;`. Propably...