Evgeny
Evgeny
Обратил внимание, что в роутере используется своеобразный хак `window.history.pushState(null, null);` возможно проще и чище использовать чуть другой хак: ```js // Чистим первоначальное состояние window.history.replaceState({}, '', '#init'); // Добавляем вторую запись...
### Steps to reproduce Launch puppeteer for a long time. ```bash Error: ENOSPC: no space left on device, mkdtemp '/tmp/puppeteer_dev_profile-XXXXXX' ``` **Tell us about your environment:** * Puppeteer version: 5.1.0...
It would be great if `sequelize-cli` supports migrations in ESM way. ## What you are doing? ```js // db/migrations/20220924162319-create-test.js export async function up(queryInterface, Sequelize) { await queryInterface.createTable('test', { id: {...
It would be helpful for testing purposes to have bash OpenSSL/FreeSSL example with the same logic.
На платформе mini apps на iOS и Android если вызвать несколько `bridge.send` параллельно, то резолвится только один промис. Пример кода: ```js [1, 2, 3, 4, 5].forEach((id) => { bridge.send('VKWebAppGetGroupInfo', {...
Hi, There are two repos: * This one https://github.com/audrasjb/wp-autoupdates/ * And https://github.com/WordPress/wp-autoupdates Where are links to both of them https://make.wordpress.org/core/2020/02/26/feature-plugin-wp-auto-updates/ No one is fork of another in term of GitHub...
Add `index` property to `BrowserHistory`, `HashHistory` and corresponding `Update` https://github.com/remix-run/history/issues/957 Related discussion: https://github.com/remix-run/react-router/discussions/9114
Add `index` property to `BrowserHistory`, `HashHistory` and corresponding `Update` object. This makes it easy to calculate the delta between any history entries. Related feature in react-router https://github.com/remix-run/react-router/discussions/9114
Maybe it makes sense to move the main repository to the https://github.com/heroku/12factor ?
How to handle precision more then JS Number?