Hannes Leutloff

Results 20 issues of Hannes Leutloff

### What is this task about? Currently we have many database drivers and similar packages as dependencies. E.g. mysql, pg, mssql. We always install all of those, regardless of which...

Task
Security

### What is this bug about? The `ConsumerProgressStore` throws an exception when starting a replay for a consumer that is already replaying. The `replay` CLI command does not check whether...

Bug
Issue awaits feedback

### What is this bug about? In `executeFlow` we currently only end an ongoing replay if a `DomainEvent` is processed with the revision at which the replay is supposed to...

Bug

### What is this task about? The replay command in the wolkenkit CLI, as it is currently being implemented in #1081, has made some changes to the internals of the...

Task

I have a working implementation that supports top level `style` tags and is tested. It is based on my comments in #34. This feels a bit hacky, since I'm circumventing...

I want to offer an implementation that achieves what I have detailled in #54. I've added tests according to the test setup as I have found it. Please tell me...

semver:minor

# What / Why When writing shims for node.js application entry-points it happens that we want to pass additional flags to node when starting. `env` supports this via the `-S`...

Ternaries are a useful syntactic construct for `const` assignments. They reduce a let/if/else mess to (hopefully) a single line. They can also be misused in various ways. The current implementation...

enhancement
help wanted

I have recently updated a few of our dependencies, but did not adjust the rules. The updated packages were: | name | from version | to version | | eslint-plugin-react...

Hi there, thanks for making this great package. It aids me a lot in building my own language server and I like it quite a bit. However I have an...