Emanuel Miroiu

Results 26 issues of Emanuel Miroiu

### 📝 Description of the Change This PR aims to reduce the boilerplate and simplify the way node editors are built. There will be a new library called Nodifier which...

enhancement
help wanted
application

**Describe the bug** It is possible to connect nodes to child graphs, which is not intended and will result in bad Anchor calculations. **To Reproduce** Add an operation graph in...

bug

**Is your feature request related to a problem? Please describe.** Adding new entries to the Playground's settings panel is error-prone and it's really hard to change their order. **Describe the...

enhancement
good first issue

It would be nice to showcase projects that are using Nodify whether they are public or private applications. Please include: * Product/Name/Title (optional) * Description * Screenshot * Link to...

**Describe the issue** Find a way to generate API Reference from XML comments in the build pipeline (GitHub action) and upload it to the wiki. Please make sure that documentation...

documentation

Allow user defined functions #11 Sample: ```csharp _context.RegisterFunction("if", (args) => args[0] > 0 ? args[1] : args[2]); Assert.IsTrue("if(5 > 2, {true}, {false})".EvalBoolean(_context)); ```

### 📝 Description of the Change Added directional arrows to all connection types that can be displayed by setting `DirectionalArrowsCount`. > Note that the arrows will flow in the direction...

**Describe the bug** Right clicking near the edge of the window in the state machine example will trigger auto panning. **Screenshots** ![auto-panning](https://github.com/BAndysc/nodify-avalonia/assets/12727904/6bce5add-e139-483e-8aea-81bedaba1772) **Does it happen in WPF version?** No. **Additional...

bug

**Describe the bug** In the state machine example if you right-click to pan and release the mouse you will always see the context menu. **Expected behavior** The context menu should...

bug

**Describe the bug** The grouping node can't be resized properly. **Screenshots** ![resize-grouping-node](https://github.com/BAndysc/nodify-avalonia/assets/12727904/dca04aa3-7b38-4865-b0fa-e9c4570948cc) **Does it happen in WPF version?** No.

bug