Chase

Results 41 issues of Chase

**Describe the bug** When adding a filter against a disjunctive facet via the `addFilter` method, the selected value may be hidden under the `+ More` link when rendering through the...

feature
pinned

Hi all, For one of my use cases, it would be nice to be able to define behaviors at the database level and override specific settings at a per-table basis,...

Feature

Hello, We've ran into an issue with the behavior of deep copy on models when migrating over from Propel 1 to 2 on some of our older applications - which...

Bug

Via #57 - when assets are reloaded and new ports have been introduced to the node script, the new ports are not added to existing node instances. It may not...

bug

There's a conflict between the rules of the CopyPasteGraph and the search providers. If I hide nodes from `DefaultSearchProvider`, e.g. by tagging them as something not in a Graph's `[IncludeTags]`,...

bug

Fill the wiki with documentation, examples, and horrible grammar.

documentation

I'd like to be able to define a port type as a collection container... ```c# class MyNode: ... { [Input] public SomeCollection foo; } ``` ... and connect edges into...

enhancement

When dragging off a port and connecting a new node - it doesn't prefer ports of the same type over other ports that can accept the value. Instead it just...

bug
good first issue

When dealing with a large selection of nodes, I often find myself also selecting the background comment when I just want to select and move nodes from within a comment...

enhancement
good first issue

Improve migration/stability when code changes are hot reloaded. Areas to be improved: * Renaming nodes - Issue #9 goes into detail on this * Renaming fields - Essentially resolved via...

enhancement