sun0day

Results 12 issues of sun0day

Closes #742 ## 📝 Description https://nextui.org/docs/components/link#external-link miss `isExternal` prop. ## ⛳️ Current behavior (updates) ## 🚀 New behavior ## 💣 Is this a breaking change (Yes/No): No ## 📝 Additional...

## 📝 Description This is a long-term branch. All PRs from this branch intend to increase UT coverage and optimize nextui source code. I will continuously commit test code to...

Closes #737 ## 📝 Description The controlled Input value should not be changed by Input when value prop is set. ## ⛳️ Current behavior (updates) When a non-undefined `value` prop...

Closes #692 ## 📝 Description > Add a brief description `color-scheme`'s value should not contain `-theme` suffix. ## ⛳️ Current behavior (updates) > Please describe the current behavior that you...

### Description This is a long-term branch. All PRs from this branch intend to increase UT coverage and optimize vueuse source code. I will continuously commit test code to this...

### Description `useFetch` now supports sending the custom request to an absolute URL regardless baseURL ```js const useMyFetch = createFetch({ baseUrl: 'https://example.com', fetchOptions: {...}}) useMyFetch('test') // request https://example.com/test // Before...

Clear non-exist workspace part in package-lock.json when npm install fix #5463 After `rm -rf packages/b && npm install` , `package-lock.json` looks like - Before PR: ```json { "packages": { "":...

pr: needs tests

### Area of Improvement Since `t.router()._def.queries`'s type is always `{}`, `queries` infer type of `mergeRoutersGeneric`'s return_type is always `{}` in dynamic `packages/server/src/core/internals/__generated__/mergeRoutersGeneric.ts`. Maybe we can just use `Record` rather than...

✨ enhancement
@trpc/server
🧙🏻 typescript wizardry
😌 QoL

### Description fix #11893 ### Additional context --- ### What is the purpose of this pull request? - [x] Bug fix - [ ] New Feature - [ ] Documentation...