Ivan Kurnosov
Ivan Kurnosov
Would you welcome a PR which adds a stricter typing using php psalm? This would, say, make possible to have a strictly typed `BaseResponses` through generics, so that it returned...
https://www.vaultproject.io/docs/secrets/totp/index.html What do you think about it? If core dev team thinks it's a good idea but don't have time to implement it any time soon I might contribute.
Binary: vault-ui-2.4.0-rc3-x86_64.AppImage OS: ubuntu 16.04  Console error: ``` Failed to load resource: net::ERR_FILE_NOT_FOUND 8e7baace3c3e7575c8f1e0fca9aa9a9d.svg ```
Non-static anonymous functions when used inside classes create a closure for `$this` even if it's not used. So far so good - there is a sniff for that already. But,...
I have disabled signing using ``` "gpgDisableSign": true ``` but it's still required to set `{"Signing": {"Skip": true}}` explicitly. What do you think?
At the moment the `RavenHandler` capturing messages is implemented like this: ```php if (isset($record['context']['exception']) && ($record['context']['exception'] instanceof \Exception || (PHP_VERSION_ID >= 70000 && $record['context']['exception'] instanceof \Throwable))) { $options['extra']['message'] = $record['formatted'];...
Perhaps it is relevant to some other opened and closed issues, but I honestly haven't found any. What I found is that both `pswpin` and `pswpout` are taken directly from...
**Do you want to request a _feature_ or report a _bug_?** A feature With typescript it's possible to have ```ts interface Foo { a: string; b: string; } type Bar...
Those are dictionaries from string to string, so they should be serialised as `{}` when empty while they are serialised as `[]`.
My workflow to switch TTL for RRs is usually the following: 1. Decrease it to 1m 2. Wait for previous TTL interval til everybody has their dns cache refreshed with...