Steve Schafer
Steve Schafer
The Code panel serves no useful purpose when the visualizer is in inspection mode, so it would be nice if there were a way to remove it and free up...
If: * you have a transition that executes an action, * that action includes a call to `actions.pure()`, and * the code wrapped in `actions.pure()` has side effects, Then: *...
When the visualizer is connected to another process, the "Send event" functionality doesn't work. The popup allows you to select a message to send, and the Send button _seems_ to...
The first time the "Send event" popup on the Events tab is displayed, the Send button is disabled, as expected, since there is no event to send. However, if you...
**Describe the bug** This is a very wonky thing: Using the SQL Server event store, as updated in the latest 0.15.0-beta.8.2 release, if an event handler executes a SQL query...
If a model name passed to the scaffold generator is camel-cased; e.g.: ``` ember generate -s fooBar name:string value:integer ``` then the scaffold generator correctly generates foo_bar.js, foo_bar_controller.js, etc. But...
The example in the README won't build properly from the Windows cmd.exe command line (I'm running Windows 7 x64). The error is: error: option `-m, --main ' argument missing, got`-e'...
## The big picture of what I'm trying to do I'm trying to use two select elements with dropdown menus, one above the other. ## What I did A working...
## The big picture of what I'm trying to do I'm trying to use the select element with a dropdown menu. ## What I did A working example is here:...
**Describe the bug** When I use PostgreSQL as the event store in an Asp.NET Core application, any attempt to write an event, even a do-nothing, empty event, results in an...