Ivan Kurnosov

Results 64 issues of 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.

feature-request

Binary: vault-ui-2.4.0-rc3-x86_64.AppImage OS: ubuntu 16.04 ![screenshot from 2017-10-17 13-32-44](https://user-images.githubusercontent.com/302295/31641270-fae6188e-b33f-11e7-9ba1-c72514263ecf.png) Console error: ``` Failed to load resource: net::ERR_FILE_NOT_FOUND 8e7baace3c3e7575c8f1e0fca9aa9a9d.svg ```

bug

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,...

Enhancement

I have disabled signing using ``` "gpgDisableSign": true ``` but it's still required to set `{"Signing": {"Skip": true}}` explicitly. What do you think?

api cleanup

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'];...

Feature

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...

Feature

**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...