B. GOR

Results 235 comments of B. GOR

Event handler works if I publish even externally, but throws an error whenever I publish any event with publishEvent

The solution might be to bring back _kafka-topics_ flag

Another solution might be to skip those events which cannot be processed. Currently it stucks with a fatal error and cannot process new events. Only "rm -rf .chiseld.db" solves the...

> For more information, the following code snippet (thanks to @/RiskyMH), with a rather manually dirty way of submitting `multipart/form-data`, works > > const form = ...; > const textBody...

I've also encountered this issue. I am watching files for update using fs.watch (https://bun.sh/guides/read-file/watch) Then I do "const { default: newFn } = await import(filePath)" Unfortunately, I've noticed newFn is...

https://github.com/nodejs/node/issues/49442

I think you can do it with [onPaste](https://github.com/excalidraw/excalidraw/blob/master/dev-docs/docs/%40excalidraw/excalidraw/api/props/props.mdx#onpaste) callback ``` const { default: removeBg } = await import("your-processing-library"); { for (const file of data.files) { setTimeout(async replaceImageWithTransparentBackground() => { const...

Try out following example. 1) Create input argument as text element: London 2) Create output element placeholder for text: Overcast+16°C 3) Connect input argument to output placeholder with arrow labeled...

Attached example file from above: [Drawing 2023-07-29 17.13.49.excalidraw.md](https://github.com/zsviczian/obsidian-excalidraw-plugin/files/12206746/Drawing.2023-07-29.17.13.49.excalidraw.md)

https://github.com/excalidraw/excalidraw/issues/5684 It's ready to review @zsviczian