-
:red_circle: **Title** :
Add DevOps Resources and Scripts
:red_circle: **Aim** :
To provide valuable DevOps resources, including automation scripts, best practices, and tools for effective deโฆ
-
### Problem
The relay currently uses node version 18 which has an end of life at the end of April 2025
### Solution
Upgrade to the latest LTS version which is currently v20
- [x] Update reference โฆ
-
Sentry Issue: [METAMASK-MAB4](https://metamask.sentry.io/issues/2977820039/?referrer=github_integration)
```
Error: MetamaskController - No HD Key Tree found
at MetamaskController.verifySeedPhrase โฆ
-
### Is your feature request related to a problem? Please describe.
Currently, it is impossible to fetch a remoteEntry.js from a remote that is hosted on a different authenticated domain than thโฆ
-
## ๐ง Question
> ๋์์ธ์ ํฅ์์ํค๋ ์ฒซ ๋ฒ์งธ ๋จ๊ณ๋ ์ด ์ฝ๋๋ฅผ ๋ณ๋์ ํ์ผ๋ก ์ฎ๊ธฐ๋ ๊ฒ์ด๋ค.
7์ฅ์ ์ด๋ฐ์ ๋์๋ ๋ฌธ์ฅ์ธ๋ฐ, ์ ๋ ์ด ๋ฌธ์ฅ์ ๋ณด๊ณ ๊ฐ์ฅ ๋จผ์ ์๊ฐ๋ ๊ฒ์ด '๊ฐ๋
์ฑ ํฅ์' ์ด์์ด์.
๊ทธ๋ฆฌ๊ณ ์ด์ด์ ์ต๊ทผ ์ ๊ฐ ์์
ํ๋ ํ๋ก์ ํธ์์ ํ๋ ๊ณ ๋ฏผ์ด ๋ ์ฌ๋ผ์ ๋ค๋ฅธ ๋ถ๋ค์ ์ด ์ํฉ์ ๋ํด ์ด๋ค ์๊ฐ์ ๊ฐ์ง๊ณ ๊ณ์ค์ง ๊ถ๊ธํด ์ง๋ฌธ ์ฌ๋ คโฆ
-
### Background
I feel I've addressed most of the items that were blocking me for the the UI component library (there's about 5-6 MRs I've got half-ready in the pipeline), and kinda the bigger pieces โฆ
-
Module Warning (from ./node_modules/react-scripts/node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from 'D:\workspace\table2\table2\node_modules\parse5-htmlparser2-tree-adapterโฆ
-
Everything is fine during the dev mode, but after run `yarn build` and reload the extension, the dev console shows the error:
I can find jquery.js in the Sources tab, and `$` can be successfully โฆ
-
This issue presents my opinion on the way we bundle Javascript files in LORIS, why I think our approach is flawed, and how I think it should be improved. This issue proposes a lot of different changesโฆ
-
https://github.com/polkadot-api/polkadot-api/blob/de3f57103460478322d29fb5c7c44b722f5664fb/packages/cli/src/commands/generate.ts#L85
I have a monorepo and i isolated the descriptors so i can used tโฆ