Akimov Vladimir
Akimov Vladimir
``` $ git clone https://github.com/akorotkov/jsquery.git $ cd jsquery add $ su postgres $ make USE_PGXS=1 $ sudo make USE_PGXS=1 install $ make USE_PGXS=1 installcheck $ psql DB -c "CREATE EXTENSION...
На самом деле вопрос уже решил, выше оставил комментарий. Часть команд в инструкции нужно делать от рута, а часть от юзера postgres.
Why when I click on the currency sign, the input does not receive focus ?
One more case ``` // index.html import 'app' ``` ``` // vite.config.js ... rollupOptions: { external: [/app/], }, ... ``` But, if i add code with side-effect in script ```...
not resolved ``` //server.js import Fastify from 'fastify' import staticServe from '@fastify/static' const fastify = Fastify({ logger: true, http2: true, https: { key: fs.readFileSync('localhost.key'), cert: fs.readFileSync('localhost.crt'), }, }) fastify.get('/', async...
+1 and please npm publish 0.7