Jeffrey Guenther
Jeffrey Guenther
The following classes in VWorkflows-Core are completely commented out: - DefaultWorkflow.java - ControlFlow.java - ControlFlowImpl.java - LayoutFactoy.java Can they be deleted?
This is a first draft of the guide built from content in the readme and follows the format of other rails guides. It's meant to be a starting point for...
According to https://docs.openstack.org/swift/latest/middleware.html#tempurl, temporary URLs can have their disposition and filename set as query parameters. [create_temp_url](https://github.com/fog/fog-openstack/blob/3d5f4ea27a413fd297f230c7c81c9237432bb2bc/lib/fog/storage/openstack/requests/get_object_https_url.rb#L37) currently does not support any options for setting the disposition or filename. Is there...
Graphs are currently evaluated by iterating over a list of topologically sorted functions. Instead, we can use listeners to evaluate the graph as changes are made. With this change it...
Because Shiro will try to make use of as much concurrency as makes sense, we should try to make as many things immutable as possible. Trust the JVM to clean...
I should be able to add the Shiro runtime to a project without needing to include the Playground app. We need builds for: - CLI - Playground
- Sort node productions alphabetically. - Group port assignments together and separate with a newline. - Sort port assignments in node to be INPUT, EVAL, OUTPUT. In each of the...
Create an abstract model of the source code, so it can be manipulated at runtime. We cannot simply reuse the ANTLR token stream because we need to be able to...