dannymate
dannymate
* * * name: Feature request about: Suggest an idea for this project title: 'Persist Plugins Between Container Recreation' labels: enhancement assignees: * * * **Is your feature request related...
I added ViewDelegates class that sits in a BaseNode which the NodeView assigns Actions/Funcs relating to things like get/set the current size or position. I did this because I wanted...
Allowed Properties to be used with the OutputAttribute. I switched from using FieldInfo the MemberInfo. I needed to create a few helper methods to mirror the functionality you were using....
I want my dynamic port creation to have the option for adding the property drawer to the port. Ideally this would be in portdata and/or InputAttribute. I have a string...
Added attribute for setting methods as custom node creation menu items. Same as the NodeMenuItem. Switched return type in BaseGraphView & NodeProvider to string, Type, Func to match my new...
This allows for changing the node for a Parameter Drag&Drop into a graph. You can either change the NodeType per ExposedParam type.  You can change it per GraphView: ...
Solves issue: https://github.com/alelievr/NodeGraphProcessor/issues/202. Added showAsDrawer to portdata, I initially created it as a replacement to ShowAsDrawer attribute but it turns out for what I was doing it wasn't required but...
So I have a couple layers of inheritance first. It looks like this: BaseNode > DynamicNode > SequenceNode In Dynamic node I'm creating ports on the fly with CustomPortBehavior and...
### Describe the Bug When trying to install the rpm for sunshine 0.14.0 on Fedora Silverblue 36 (rpm-ostree install ) I get the error: ``` error: Importing package 'sunshinestream': Analyzing...
**Is your feature request related to a problem? Please describe.** Currently the OpenWRT packages from here https://github.com/messense/openwrt-netbird are no longer being updated correctly so it would be appreciated if you...