Bazyli Brzóska

Results 289 comments of Bazyli Brzóska

@nfischer not sure what's the proper way under Windows, but I've found a workaround - it seems cross-env (https://github.com/kentcdodds/cross-env) makes it possible to run executables in a cross-platform way. Perhaps...

Well yeah, cross-env normally is used for setting environmental variables, but I found the other use to be a cross-platform way to run commands. :) Indeed `./binary` doesn't work on...

Now here's something even more interesting. I've done some more tests with `{ strict: false }` set when unboxing these bigger `Buffer`s under Firefox. Every time I run the unboxing...

@maxtaco Cannot confirm that it works. I'm passing an array of KeyManagers, but when I later try to decrypt by the second user, I get an error: `Can't find a...

@maxtaco I see the problem now. When I box multiple recipients **and** sign, then for some reason only the person who signed is able to unbox messages with kbpgp. I...

I'm using the default KeyRing instance, with one, freshly created KeyManager from a Private Key loaded and unlocked, so not sure why keyfetch wouldn't return the right key. But you...

@maxtaco Ah, I get it now. Many thanks for the quick debugging session and explanation here. The error message (and the missing docs ;)) could be a bit more specific...

I saw that you want to write TypeScript typings - I've recently written some typings for the Webpack configuration file: https://github.com/easy-webpack/core/blob/master/src/webpack.ts. Feel free to use that as a starting point.

@TheLarkInn what's the function syntax for config? As to your question, unfortunately that sounds like a pretty large undertaking. Perhaps if you make a public call for this, it could...

It would be great if you'd simply make [this](https://github.com/sameersbn/docker-gitlab-ci-multi-runner/blob/master/Dockerfile#L4) variable configurable (passable during build-time).