sefgit

Results 15 comments of sefgit

You could enforce type, instead of relying on implicit type conversion. a = foat(document['a']) b = float(document['b']) c = float(document['c']) https://www.geeksforgeeks.org/type-conversion-python/ On Thu, Sep 2, 2021, 22:30 Eugeniu ***@***.***> wrote:...

You can find in src/litegraph.js `LGraphCanvas.prototype.renderInfo` which you can enable/disable by setting show_info of your LGraphCanvas object, i.e.: `graphcanvas.show_info = false;`

collapsable groups would be a nice alternatives.

My understanding is that "sub-graph" is to separate source code as modules. While "grouping codes" is in one module only. Thus collapsable groups might organized nodes neatly. More canvas space...

> Can you give an example and a testcase for this? If we fail to load types, I'd rather have `clr.AddReference` error out entirely, and it should certainly not write...

A verbose flag to enable/disable warning/error console print would be an alternative Silent failure is totally confusing amd desperating to handle with. Maybe: `clr.VERBOSE = True` or even introduce verbose...

cx_Freeze has "clean" folder structure, with all .pyd inside lib\ folder. Following information regarding DLL Loading might be helpful to implement this feature. [dynamic link library search order](https://learn.microsoft.com/en-us/windows/win32/dlls/dynamic-link-library-search-order) Quote: >...

I would dive into code where the URL / file get loaded in *Loopy.js* and I'll notice that it goes to *self.model.deserialize(content);* That leads me to following code in *Model.js*...

Hi, a simple chart of history responses, or even realtime charts. For reference: [https://en.wikipedia.org/wiki/Causal_loop_diagram#/media/File:CLD_positive_ANI.gif](https://en.wikipedia.org/wiki/Causal_loop_diagram#/media/File:CLD_positive_ANI.gif)

Hi, it's helpful for understanding system behaviour. It would be nice if one could activate / deactive which chart to be observed. Or maybe simply attach "chart"/"history" to node/variable of...