Milan Lajtoš

Results 36 comments of Milan Lajtoš

Thank you. I'll give it a go one more time. BTW There is a reproducible bug in Safari regarding the scrolling behaviour. I tested only Safari 15.0, don't have any...

Also, the order of the code modifies the result, although they are equivalent. ![yjs-bug](https://user-images.githubusercontent.com/1047512/150637608-057f7ea3-67c5-4b78-a582-0608637f66a8.png)

Changing content via `Transform.transform(op)` does not reflect changes visually, however the `editor.children` does change. Reproduction code: https://codesandbox.io/s/great-waterfall-sp2jm?file=/src/App.tsx @bryanph What to do in this case?

In standalone [parser](https://github.com/mlajtos/moniel-parser) definitions look like this: ``` +Node:{ In -> Out } +(Node2 -param defaultValue):{ In -> Out } ``` Also there is a full support for anonymous metanodes....

Anonymous metanodes are also supported in Moniel – 3c4f38b5cbb633469850473d53f5fcf6c8aacd80 (This code is total mess, but it is better to go with it and clean it rather to start a new...

But "scope" concept is still in code, so getting rid of it would be nice...

Since code is the best representation for computational graphs, output should be generated Python code using PyTorch infrastructure. Again, output WILL NOT be any JSON/YAML/PB stuff, but actual runnable code....

There is a proof-of-concept code that constructs code that resembles PyTorch, but there are a few questions that need to be discussed: - Generate ```torch.nn.Module```s or just dump everything in...