Ahmad Ilaiwi

Results 10 comments of Ahmad Ilaiwi

after digging into this and playing a bit with the source code. I found that this [line here](https://github.com/nhn/tui.image-editor/blob/master/apps/image-editor/src/js/component/imageLoader.js#L10) is causing the CROS issue. Providing a way to override it would...

@acrodrig @sindresorhus I added `idle` event and submitted a PR with it #109

@recolic any luck with switching `vncserver`?

Same here. ![Screen Shot 2023-06-08 at 5 18 43 PM](https://github.com/m1k1o/neko/assets/10817089/ee10f00f-2bef-4f6f-9454-1d12b650aee6)

Component code with the fixes mentioned above ```typescript import * as React from "react"; import { VariantProps, cva } from "class-variance-authority"; import cn from "utils/cn"; const typographyVariants = cva("text-foreground", {...

any insights here @hinthornw ? We are happy to contribute a solution. We found out that the error can be caught on the entrypoint but this just a workaround to...

actually even wrapping tasks with entrypoint introduces issues with checkpointers since the error thrown from `@task` is not seralizable.. ``` TypeError: Type is not msgpack serializable: Future TypeError('Type is not...

Hi team, thank you for all the hard work! any way we can help here to move this PR forward? This solves a bug that we have been encountering using...

Hi @ntohidi , thank you for all the hard work! I was wondering if a realease it planned soon for this PR

I am dealing with this constantly. It's on our private repo - no forks ``` Creating comment failed: Error: File has been deleted. ```