catapop84
catapop84
Just a quick update related to this feature. It would be nice to have an event that will be triggered when a stream is closed. You might want to know...
Just run a test to check how everything is working. Is there a hook event for when client stops the incoming stream? For example we might want to know when...
Hello. Just found your library. Regarding boolean operations, you should look at lib2geom: https://gitlab.com/inkscape/lib2geom/ . It's written in c++ and is used by Inkspace. Wasm port will be great I...
@jonobr1 That's the idea. This library just does the geometry processing, leaving the user to do the rendering part. Building this as wasm and keeping separate from twojs is the...
in a typescript project, when I try to create a custom share using Konva.Shape like in this example: https://konvajs.org/docs/shapes/Custom.html ``` sceneFunc: function (context, shape) { context.fillStyle // this is marked...
From what I remember this error appears in dev mode in flutter, when hot reload is used. In production (release mode) this will not happen
Hello @knaeckeKami, I saw. Trying to fix it. :)
@knaeckeKami , On my local pc test is valid. I'm using Dart SDK version: 3.4.1 (stable). That error might be from sdk. Can you check?
@knaeckeKami I did format. it fails on auto reconnect. not sure why because on my local comp. is working. It's probably an OS problem. I'll test it on linux when...