fourdim
fourdim
Hi, all. Have you ever access the content from a different browser or through command line on windows? From my end, I also encounter this error when using vscode. But...
According to my settings, my edge has a chromium version `133.0.6943.99` which should be affected by https://issues.chromium.org/issues/391126826 according to the reporter's claim. It could be that, I'm just lucky on...
This issue is resolved for me where my case is just chrome failed, while edge and powershell not. BTW, since VSCode is also chromium based (electron), adding that option to...
@Saul-Mirone What about your use case in https://github.com/toeverything/blocksuite/pull/7796? Is this PR suitable?
Dup of https://github.com/toeverything/AFFiNE/issues/5610 Unfortunately, due to the restriction of browsers, many features like [Clipboard](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard) only work under [Secure Contexts](https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts) (i.e. HTTPS or localhost). I would recommend you either setup your...
I also encountered this error when I `docker compose up` more than 600 containers on a single machine. Can we extend the timeout here? https://github.com/moby/buildkit/blob/8a287ce400aa0b41d9aef898e71e808b1f187357/control/gateway/gateway.go#L63
This was probably fixed by https://github.com/toeverything/blocksuite/pull/8827. Could you please check it again?
Fixed by https://github.com/toeverything/blocksuite/pull/8097
It is expected. If there is no text content in the pasted block, the pasted block will be adhering the style that is pasted from. This is especially useful when...