Pavel Pustovalov
Pavel Pustovalov
I'm currently using Husky and lint-staged with Tower, hooks with this setup work I want to try Lefthook, but having problems Tower https://www.git-tower.com/mac set hooks with this command ``` [~/kit]$...
Is this a good idea to do something like this? ``` "simple-git-hooks": { "pre-commit": "npx simple-git-hooks && npx lint-staged" } ``` so that people don't need to run `npx simple-git-hooks`...
### Expected Behavior Successful compilation from the first time ### Actual Behavior The first compilation failed, the second successful #### Is an error being thrown? debug: ``` function updateMd5CacheItem(value) {...
Hey, During migration of jspdf `1.5.3` -> `2.2.0` which using `canvg` `jspdf:1.5.3` using `canvg:1.5.3`  `jspdf:2.2.0` using `canvg:3.0.7`  `jspdf` began to add to the bundle own version of `core-js-pure`...
## Feature request Docs about manifest for webpack https://webpack.js.org/guides/output-management/#the-manifest says: >The manifest data can be extracted into a json file for easy consumption using the WebpackManifestPlugin. But https://github.com/danethurber/webpack-manifest-plugin https://www.npmjs.com/package/webpack-manifest-plugin was...
### Prerequisites - [X] I'm using the latest version of `near-api-js`. - [ ] I have tried to start with a fresh project and reproduce the defect with minimal code...
Hi, I noticed near-cli-rs uses https://archival-rpc.mainnet.near.org as the default RPC https://github.com/near/near-cli-rs/blob/511cd613dcecf7554e5a393e5ba2c36b0bc66952/src/config/mod.rs#L26 but it's been deprecated by NEAR.org. The docs (https://docs.near.org/api/rpc/providers) suggest switching to a different endpoint. What do you think...