Fred Eisele

Results 51 issues of Fred Eisele

Given a trie with keys 'abc' 'abcde' & 'abcdefgh' I wish to have a method which when given 'abcdefg' returns the entry whose key is 'abcde'. That is the entry...

Enhancement. Certain transactions update the data store and are shared with other user instances. As these transactions arrive at the server provide a hook whereby they may be intercepted and...

Enhancment: Composition Visualizer Typically connections do not have a position. This is not a problem so long as the connection is shown as an edge. If the connection loses 'src'/'dst'...

Suggestion

It is difficult to know if preexisting connections exists between objects. The main purpose of crosscut views is to establish a context in which connections can be managed. The current...

When any element (e.g. FCO) is dragged into the CompositionView the new element should be selected/active in the PropertyEditor. This is a general thing, it applies to adding-by-dragging into most...

Suggestion

The 'src' and 'dst' pointer names contaminate the core model with visualizer specific information. This enhancement would be to infer that an item is a connection because it has pointers...

Suggestion

Allow for the representation of hyper-edges (hyper-connector). This would display as a node with as many connection points as pointers ![hyper connector](https://cloud.githubusercontent.com/assets/211644/13475713/0932d5e2-e08a-11e5-9eda-5a2af57eb280.png) This is related to #871 but it is...

Suggestion

In order to make the WorldWindJava library more available could you provide a package? See https://github.com/Codertocat/hello-world-npm as an example. This would make the released jars more readily available for tooling...

I am making use of `import * as mongoose from 'mongoose';` ``` class Vehicle { @prop({ unique: true }) vid?: string; } ``` This causes the error... `3:5 - Experimental...

This is a rough cut at a PowerShell port of gdub.