catapop84
catapop84
Trying konva with typescript on nodejs environment. I get this error from typescript ``` TS2339: Property 'fillStyle' does not exist on type 'Context'. ``` Checking Context.d.ts I see that indeed...
https://svelte.dev/docs#template-syntax-const ``` export let boxes; {#each boxes as box} {@const area = box.width * box.height} {box.width} * {box.height} = {area} {/each} ``` in this example I receive this error: `Expected...
Hello. Just found this library and is awesome. I'm using it in an angular project and I receive the following warnings: ``` Warning: D:\work\htdocs\hubtalk2-dashboard\node_modules\@msagl\core\dist\layout\layered\layerEdge.js depends on 'typescript-string-operations'. CommonJS or AMD...
This PR will upgrade to web_socket_channel 3.0.0
Just tested your database to see if it's suited to be embedded in our app. We have a collection of users and each user can have one or more email...
## Proposal *Describe your new feature* Hi! Thanks for this awesome library — I’ve been testing it out and exploring some customization options, and it’s been a great experience so...