Darren Mothersele
Darren Mothersele
I had to make a few extra changes to get it working with the Svelte basic template project.
I can't pass a custom rewrite function, because it gets escaped and inserted in as a string. It's not passed to Phar::webPhar as a `callable`. The PHP docs seem to...
This pull request contains various fixes I have made: - npm audit fix - allow addition of custom functions - allow caching of compiled expressions - a couple of minor...
I'm using the oF 0.8.2 branch. I get this error: ``` Undefined symbols for architecture i386: "_SetSystemUIMode", referenced from: ofxAppGLFWWindowMulti::setFullscreen(bool) in ofxAppGLFWWindowMulti.o ```
* allow easier navigation between flows * prompt for login/connect when flow requires it * potentially allow multiple flows to be open/inprogress within a single browser tab * easier process...
UI Ideas
- https://www.tadviewer.com/ - https://developers.google.com/blockly/guides/overview
Future plans for creating and editing flows. - Could we add ability to have multiple Flows open at the same time. Maybe tabs in the interface to switch between? pros:...
JMESPath expressions provide a powerful syntax for defining mappings, but they are hard to write and debug. A visual editor, where the mapping could be more easily understood and edited,...
Idea from conversation with @dahacouk - add a schema validation block that can be configured with a JSON schema (ideally taken from API definition/swagger) that will verify data passing through...