kadosh1000

Results 10 comments of kadosh1000

@vp93 angular is about to release version 8 and continuously releases updates including performance enhancements and security patches. In my opinion, seed projects such as this should remain as close...

How do you update the width and height parameters?

currently I have a screen on my app using your library. I am aware that this function is hard through gestures and that is why in my screen there are...

Also facing this bug. @cariboufute Did you manage to find any workaround until the PR merged? Is there an easy way to use your fork?

Same issue here, we have a few services and a directory of packages, not all services are using all packages, but due to the lockfile, a change in any package...

I am having a similar issue. we just switched from `npm` to yarn with PnP, and I get similar errors for : `@frontegg/rest-api`/ `@frontegg/redux-store` / `@frontegg/types` > Module not found:...

Thanks @DouweM ! I will give it a try this week and let you know.

Thanks @jiachengzz @DouweM is the new `event_stream_handler` helping with that? If so, can you maybe provide an example how to use it in this context?

@DouweM this is what we ended up with: ```python import json from logging import getLogger from typing import Any, AsyncGenerator from anyio import create_memory_object_stream, create_task_group from anyio.streams.memory import MemoryObjectSendStream from...

Same here, its ok for a POC, but would require too much maintenance going into larger scale. You need to either support directly AGUI protocol as suggested so we can...