Sebastian Penhouet
Sebastian Penhouet
After merging a German and English dictionary conjunctions are no longer supported. At first i thought that conjunctions are implemented by the text editor (in this case TeXstudio) and therefor...
I installed nvm and than run `nvm install latest`. I then just couldn't use `npm` and it took me some time to figure out that in addition to `install` I...
The following is mainly a question and maybe contains feature request. I'm posting this here (instead of Stackoverflow) since I feel the documentation is not providing me with much to...
We want to use directives in directives (nested directives). We simply did expect this to work but seemingly it doesn't. Is this not supported or are we doing something wrong?...
Hug does not work well with static type checkers since it does not provide stub files. The falcon project is on their way to provide typing support: https://github.com/falconry/falcon/issues/1350 For now...
I do see issues and pull requests like this: - https://github.com/Netflix/metaflow/issues/50 - https://github.com/Netflix/metaflow/pull/644 - https://github.com/Netflix/metaflow/pull/488 Does this mean metaflow will run fully on our on-prem Kubernetes cluster or is there...
Ganglia currently has no maintainers: https://sourceforge.net/p/ganglia/mailman/message/36795542/ For the centOS8.1 version you might want to think about replacing Ganglia.
The logging for vaccipy does currently not create a config specific log file. If you run multiple vaccipy instances (e.g. for the different groups) it fails when trying to write...
I just reinstalled joe (removed the old binary and PATH entry). ``` C:\dev>joe update Updating gitignore files.. 2018/06/04 10:50:46 open /tmp/master.zip: The system cannot find the path specified. ``` ```...
**Problem** Given many events of the same type but for example for different groups. The group could be anything provided by the event producer e.g. a customer. In our specific...