Alex Pavlov
Alex Pavlov
Added option `isWatchState` for optional watch of vuex
Third argument in router hook may has Error for rollback transition. If transition is not success, that router state not changed (revert). Add prevent commit to vuex store for this...
I have worker process with sleep(2 sec). Option `max-execution-time` is 4 sec. I see error `Maximum execution time exceeded` sometime. My config and extend log: +---------------------+-----------------------------------------+ | bridge | PHPPM\Bridges\Psr15Middleware...
Return promise from all api method for work with passport via await/yield/then/(without callback) flow. It will be nice! All new modules uses async/await now via babel or nodejs 7. It...
Example on python: https://github.com/PiotrMachowski/Xiaomi-cloud-tokens-extractor
Предлагаю портировать к себе такой способ получения токена через api и учетную запись на xiaomi: ```python import base64 import hashlib import hmac import json import os import requests from Crypto.Hash...
I have more than 10x performance degradation when enable JIT. I don`t know it is problem phpbench or JIT. Git state for reproduce: https://github.com/alexpts/php-mutable-psr7/tree/jit-1 `composer install` `composer bench` I have...
Could you extend document https://github.com/sameersbn/docker-gitlab/blob/master/docs/container_registry.md with example how use letsencypt certificate for configure external registry + gitlab + external nginx from fullchain.pem and privkey.pem? `fullchain.pem` for `rootcertbundle`
Up Docker registry as docker service and integrate it with gitlab