Lorhan Sohaky
Lorhan Sohaky
```javascript submitFlag() { const { flag, token } = this.$data; const info = this.info; const local = { owner: "user", repository: "repo" }; const upstream = { owner: config.owner, repository:...
Estava mexendo o projeto do Brasil API e rodei um `npm audit fix`, com isso a dependência `cep-promise` foi atualizada, então vim até aqui para ver o que tinha mudado...
### Motivação Dependendo da quantidade de requisições feitas, perde-se muito tempo fazendo o [handshaking](https://en.wikipedia.org/wiki/Handshaking) e isso pode ser facilmente resolvido com o cabeçalho [keep-alive.](https://developer.mozilla.org/pt-BR/docs/Web/HTTP/Headers/Keep-Alive) A implementação foi baseada na [issue#423...
I'm trying to use fuzzy search in a worker, but I'm having the following error: > [useWorker] You can only run one instance of the worker at a time, if...
I'm trying `zip.generateNodeStream`, but not working (`zip.generateNodeStream is not a function`) Can someone help me??
I'm using `CURRENT` and `TOTAL_PAGES` Last page of first section  Second section  I trying use type properties, but `SectionType` don't exists
Currently the list is limited to 100 lines. In Notion's API it is possible to pass a cursor to get information from a specific part of the table
``` Error: Cannot find module 'core-js/modules/es.object.define-property' Require stack: - /workspaces/project/node_modules/redux-in-worker/dist/index.js - /workspaces/project/.next/server/pages/_app.js - /workspaces/project/node_modules/next/dist/next-server/server/require.js - /workspaces/project/node_modules/next/dist/next-server/server/load-components.js - /workspaces/project/node_modules/next/dist/next-server/server/api-utils.js - /workspaces/project/node_modules/next/dist/next-server/server/next-server.js - /workspaces/project/node_modules/next/dist/server/next.js - /workspaces/project/node_modules/next/dist/server/lib/start-server.js - /workspaces/project/node_modules/next/dist/cli/next-dev.js - /workspaces/project/node_modules/next/dist/bin/next ```