Willi Eggeling

Results 16 issues of Willi Eggeling

Running a single instance of the bot adds a SPOF to notifications. It would be great to have multiple instances running at the same time (consider the alert manager's capabilities...

If #545 was finished, it would be really great for `sops updatekeys` to work on a directory tree. Usecase: There is a `.sops.yaml` file in a repository with the keys...

I want to explicitly add (in order to configure) the Terser Plugin as minimizer to a webpack config with `webpack-chain` v6.0.0. The code ```js const TerserPlugin = require('terser-webpack-plugin'); config.optimization .minimizer('terser')...

enhancement

there are some well-documented example configurations, but is there also a *documentation*, i.e. a list of all possible configuration parameters?

enhancement
help wanted

Consider this minimal working example (Multer v1.1.0 on Windows 7, OS X 10.11 and Ubuntu 14.04 with node v4.2.1): ``` js var express = require('express') var multer = require('multer') var...

bug

As of now it is [not possible](https://github.com/appscode/kubed/blob/97a03f8fef1dcf9443a97efca477d9de0e8ad88c/pkg/syncer/secret.go#L73) (btw, mind the typo 😉) to sync a ConfigMap or Secret into 2 different namespaces of a remote cluster, because all cluster addresses...

I'd propose to support regular checking for new versions of a Chart, storing the resulting information (e.g. whether the Chart installation is up to date, and what the latest version...

added information on how to use this plugin on Windows

when a remote repository is already cloned, it is now properly updated, no matter if the provided ref is a branch, tag or other commitish value. the remote references are...

When using your extension with Wireshark 2.0.4 on Windows 7 x64 I get the following error during startup: > Lua: Error during loading: > C:\Path\To\socketio_proto.lua:4 bad argument #1 to 'new'...