D. Naumov
D. Naumov
This PR fixes following errors caused by strict null checks and which i was unable to suppress with `"skipLibCheck": true` tsc option. ``` node_modules/@ethersproject/abstract-provider/src.ts/index.ts:246:13 - error TS2322: Type 'BigNumber' is...
On client-side we can deal with cookies specifying `credentials` option. https://fetch.spec.whatwg.org/#concept-request-credentials-mode But, have any idea about cookies on server-side (node-fetch)?
- [ ] Integrate [`@angular-eslint/builder`](https://github.com/angular-eslint/angular-eslint/tree/master/packages/builder) with `angular.json` when it will be ready. - [ ] Implement easy integration with this builder and `@tinkoff/linters` to target projects. - [ ] Update...
`users[].allow_cors = true` may lead to multiple `Access-Control-Allow-Origin` headers ### Actual behaviour: Responses with multiple headers is rejected by Chrome browser with following error: ``` The 'Access-Control-Allow-Origin' header contains multiple...
It seems like there is no activity in - https://github.com/defunctzombie/node-url/issues/37 - https://github.com/webpack/webpack/issues/5372 And i propose to replace `node-url` with - [jsdom/whatwg-url](https://github.com/jsdom/whatwg-url) (but [#102](https://github.com/jsdom/whatwg-url/issues/102)) - or [unshiftio/url-parse](https://github.com/unshiftio/url-parse)
### Describe the bug We're using env expansion feature for our .env files. Given following .env file as example: ```ini # .env VITE_SOURCE=12345 VITE_EXPANDED=$VITE_SOURCE-678-ab ``` ### We expect, the behaviour...
### The problem: Clickhouse understands the `FORMAT` statement which is accepted for both read (`SELECT`/`DESCRIBE`/`SHOW`/etc) and write (`INSERT`) kinds of queries. That means `format` public option is redundant because we'll...
A lot of ES6+ syntax features like `const`, `async/await`, spread operator and etc are supported in [email protected]+. [Node.js release calendar](https://nodejs.org/en/about/releases/) says that maintenance of node@6 LTS was ended at may...
To make it easier to make PR and keep codestyle consistent i propose to add: - eslint with preferred confg - precommit hook that checks codestyle (i recommend [husky](https://github.com/typicode/husky)+[lint-staged](https://github.com/okonet/lint-staged)) -...
# The problem There's no write permissions for actions by default, as now by default access is [Default assess (restricted)](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token). # Workaround You can easily switch to legacy behaviour, when...