Nghiệp

Results 13 issues of Nghiệp

Hi all, The current **v1.0.1** duplicate ids on one page. I think the problem with svgo 0.7.2

### Describe the bug When you add NextUIProvider to `_app.tsx`, any usage of `Suspense` breaks the app. ### Your Example Website or App https://codesandbox.io/s/wonderful-yonath-v9ko1f?file=/pages/index.js ### Steps to Reproduce the Bug...

bug

When using Iconify Offline mode in Next.js or Remix. The `noSSR` prop is necessary to Avoid an excessive DOM size. For example PageSpeed Insights warning ![image](https://user-images.githubusercontent.com/4768095/174469266-8622bb7b-99a3-4a82-94aa-fe3ab2ad77ec.png)

When generating the icons, we need support to make rounds of the corners. **Example** ```sh $ npx pwa-asset-generator logo.svg images --icon-only --icon-rounded 10 ```

feature request

- Support for `commonjs` instead of `ESM`, because `anyascii` only exports a single function. So support ESM has no benefit. - Support older version Node.js. - Named export instead of...

### Verify canary release - [X] I verified that the issue exists in Next.js canary release ### Provide environment information Operating System: Platform: darwin Arch: x64 Version: Darwin Kernel Version...

template: bug

[[中文版模板 / Chinese template](https://github.com/ant-design/ant-design/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md)] ### 🤔 This is a ... - [ ] New feature - [ ] Bug fix - [ ] Site / documentation update - [ ]...

#### Describe the bug - Node.js version: 18, 20 - Got version: 11.8.6 - Related: https://github.com/sindresorhus/got/pull/1453 #### Actual behavior When replacing `body` in `beforeRequest ` hook with a data that...

Hi all, I found [@pothos/plugin-errors](https://pothos-graphql.dev/docs/plugins/errors) to be close to what I was looking for, but it still lacks support for [Input as Object](https://github.com/graphql-nexus/nexus-result-field#input-as-object). Because, According to many design documents about...