Xinjiang Shao
Xinjiang Shao
For some projects I have worked on in the past, XML is used as the data format. E.g sitemaps, product catalog exports, etc. Would like to see a feature to...
It is probably a spelling issue. Is it supposed to be `linghu-algorithm-templete` or `linghu-algorithm-template`?
Add docs for instructing mac os users to find their OpenSSL library when installing duckpan
Close #611
### The use case you're trying to solve Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout, FirebaseExtended/action-hosting-deploy, actions/checkout...
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ GitHub is sunseting nodeJS 12 for actions. Similar approach like https://github.com/actions/checkout/pull/689/files
For our organization use case, we usually generate the mocks by running ```bash npx msw-auto-mock ./swagger.json -o ./src/generated/mock.ts --base-url ${BASE_URL} --codes 200,201,204 ``` If we don't ingnore eslint for this...