Byonghun Lee
Byonghun Lee
Is there any workaround? Maybe that triangle appearing on the right side would be nice. It covers the first letter of the first line.
I've also reached this issue for performance problem. The main issue was caused by `` component. We used to hamburger menu icon for show menu list, but some how related...
Same problem occurred. Even not showing git diff. ``` ❯ git diff ❯ 10;rgb:c8c8/cccc/d4d4 ❯ 11;rgb:3b3b/4141/4d4d ```
> For anyone having these symptoms and having `delta` installed for git diff browsing, [#13418 (comment)](https://github.com/zed-industries/zed/issues/13418#issuecomment-2185000070) might help. Relevant delta issue: [dandavison/delta#1707](https://github.com/dandavison/delta/issues/1707) Thanks! It works for me!
Same as above, other applications not showing the notification.
same error
@arx-8 Are you logged in to GitHub? (Yes/No) - yes Does your account belong to a GitHub organization? (Yes/No) - yes Are you using Chrome's secret mode? (Yes/No) - no...
I met same isseue. So I declared `CallbackResponseSpecFunc`'s return type. Like below. ```ts /* eslint-disable @typescript-eslint/no-explicit-any */ import { AxiosRequestConfig } from 'axios'; import MockAdapter from 'axios-mock-adapter'; declare module 'axios-mock-adapter'...
@Naveen0298 > Important Currently, tags are only available when using ECS with EventBridge. From docs says, It can be only used with ECS 😢