-
### Describe the bug
While initializing a new Next.js project with shadcn-ui using `npx shadcn@latest init`, the installation fails when attempting to install dependencies. The error occurs because @…
-
### Describe the feature / bug 📝:
I would like to redirect the user from APIs or server actions to the same url the user came from but with an `error` search param. The goal is for a client component…
muezz updated
2 months ago
-
Hi, just looking for information/help.
I'm trying to use the notification service along with a custom exception handler class that extends Angular 2's ExceptionHandler.
```
@Injectable()
export clas…
-
**Describe the bug**
Can't really tell if this is a bug or a feature, but it really does fell like a bug to me.
We have editorial workflow enabled, so that editors can create branches when suggestin…
-
**Describe the bug:**
- Toast notification for adding endpoint exception is wrong.
**Build Details:**
```
VERSION: 8.8.0 BC1
BUILD: 62765
COMMIT: d0327fc75720e56ee76b640f07ffd1b154a348a8
``…
-
hi
I am writing a code that may need to show several messages to the user in a short period of time
But now the messages are shown one after the other
How do I solve this problem?
Thanks
-
on windows 10 toast alerts are only in systray for duration of alert and then go away. attempt to finish flow to how it natively flows to Notification area with other apps. Toast class will need some …
-
I used [`jest-slow-test-reporter`](https://www.npmjs.com/package/jest-slow-test-reporter) to measure the execution time of case tests. Some of them are slow and we need to improve their execution time…
-
# “财务看板”项目中Promise的应用
以前在项目中经常使用别的插件生成的promise,比如 http 请求时,调用 axios 插件,它会返回一个promise。
```
let promise = someHttpRequest();
promise.then((res)=>{
...
});
```
但是,自己没有手动创建过promise。在“财务看板”这个…
-
### Describe the bug
Hello,
Seems that Drawer is totaly rebuild every time I change the v-model:visible attribute. Is there a way to just build it the first time and show / hide it next time ?
##…