Mihail Feraru

Results 5 comments of Mihail Feraru

You can use `vm.addr(privateKey)` to get the corresponding address. Then you can use startPrank/startBroadcast.

Using multiple pseudoclasses on the same element is also broken. ```css .example:any-link:read-only {} ``` Output: ```css /* * Prefixed by https://autoprefixer.github.io * PostCSS: v7.0.29, * Autoprefixer: v9.7.6 * Browsers: >0%...

The bug is caused by a comma being added to GITHUB_APP_CLIENT_SECRET and GITHUB_APP_WEBHOOK_SECRET. You can manually remove it and it will work.

@djfaizp, you don't have to patch the code. List ledokku's configuration with `dokku config:show ledokku`, then you'll see that GITHUB_APP_CLIENT_SECRET and GITHUB_APP_WEBHOOK_SECRET have a comma at the end. Re-set them...

Hi, we investigated for a while this problem on our production systems, and we may have a fix which we thought we should share. The pool configuration contains the following...