nopeslide

Results 89 comments of nopeslide

> How would you create a custom library? [use-custom-libraries](https://desk.draw.io/support/solutions/articles/16000092763-use-custom-libraries-in-confluence-cloud) [work-with-custom-shape-libraries](https://desk.draw.io/support/solutions/articles/16000067790-work-with-custom-shape-libraries)

Since most of them just deny specific inputs, I assume they are completely portable.

Tried to make edges connectable and stumbled over these options :D

If we already touch this topic, here a few things I noticed regarding this feature - `#symbol` does not work with whitespace (but vscode supports them) - maybe parse the...

> Where/How to using the "link node to code" command? (I have look on the GitHub page but doesn't find how to) 1. Open your diagram and your file (preferably...

can't follow. it does jump to the line (at least on my system) ![link2](https://user-images.githubusercontent.com/42803409/97061414-187ca900-1597-11eb-95d2-b854b044150d.gif)

> Update: One issue tho: as soon the linked line is move in VSCode, the link data on Drawio is no more valid/reflected. > > It's still useful tho for...

maybe we should provide something like a `platform.{c,h}` in which we collect all the stdlib/stdio functions we use

@alrevuelta We need per operator settings if we have options inside an operator that need to be reflected with kconfig. The opset selection would be similar to the global type...

@alrevuelta I integrated the config (`/config.h`) generated by kconfig/genconfig into the opset generation. We could now (but don't need to) generate the whole operator set for the `ai.onnx` domain (`src/operators/ai.onnx/opdomain_operator__ai_onnx.c`)...