Nick Aliferov
Nick Aliferov
Not bad
Is code of deploy platform is open source?
I use Mac OS. I got php7 installed. ``` /usr/bin/php -v PHP 7.1.16 (cli) (built: Mar 31 2018 02:59:59) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine...
In your example PWA is not installable. For make PWA installable you also need to add this line in service worker. ```self.addEventListener('fetch', (event) => {});```
Hi there! I noticed that after restarting an node.js application that uses pglite and auto-increment, the auto-increment value increases by more than one—sometimes by ten, for example. I'm not sure...