Dominik Lohmann

Results 42 issues of Dominik Lohmann

Run commands through `/usr/bin/env sh -c` instead of `$SHELL -c`. This is directly related to koekeishiya/yabai#34 and also serves as future-proofing for macOS 10.15, where `/bin/zsh` will be the default...

enhancement
discussion

### Discussion / Feature request This is a long shot, and probably far off in the future. This has been previously discussed in https://github.com/koekeishiya/chunkwm/issues/144. I've dug up some stuff regarding...

help wanted
addressed not released
suggestion

### Issue NSDocument-based applications send window created notification on tab creation. This is a re-iteration of the same issue with chunkwm (https://github.com/koekeishiya/chunkwm/issues/235). I have created another radar for this issue...

enhancement
help wanted

`send`, `request`, and `delegate` are the big three for communication between actors. There are, however, two deficiencies in their APIs. 1. `request` and `delegate` lack `scheduled_` and `delayed_` variants. 2....

feature request

Since e35d727 CAF no longer produces log files for unit tests when using the `test_coordinator_fixture`, with no easy way to get the old behavior back afaict. I would really like...

feature request

This takes the existing `vast rebuild` command, and rewrites it from scratch with some significant changes (that are all backwards cmpatible): 1. The orchestration logic of the partitions scheduled for...

feature

A simple fix; noticed that this was broken in another PR, and the fix is of the d'uh kind. ### :memo: Checklist - [x] All user-facing changes have changelog entries....

bug

There's little more infurating than waiting 30 minutes for CI only for it to say this after the static binary build failed: ``` ls: cannot access '': No such file...

enhancement

This removes a noisy warning for queries like `http.hostname ~ /.*\.com$/`, which actually do work like expected despite being _really_ slow because we instantiate the regular expression for every individual...

feature

As VAST developer and user, the notion of an "extractor" is not easy to grok. This PR is all about simplifying it. ### Rationale Currently, there are multiple places in...

feature
blocked