-
The `puppet-client` has `network` property which we use in SignIn and Registration app to change state.
The `puppet-polymer-client` does not have this property and I should navigate like `puppet.netw…
-
`.shadowRoot` reference couses errors, when used in ShadyDOM mode.
Even if Launcher, and juicy- custom elements requires Shadow DOM, we could imagine the case of Starcounter App that uses only webco…
-
Yo,
Chasing a deadline, so I haven't done any real investigation, but on my env, `Debug.Assert(false)` produce the following:
![image](https://cloud.githubusercontent.com/assets/2902045/10013898/ce9…
-
It should be possible to turn off page morphing/link capturing in Puppets.
Add a control for it to https://github.com/Polyjuice/starcounter-debug-aid once it is done.
This is point 11 from https://g…
-
Using `starcounter-debug-aid@a7e1a95` and `Juicy/juicy-jsoneditor@91bf34e`
In InvoiceDemo, editing `Price#` via starcounter-debug-aid updates `Total` as expected, but the `Price$` input element gets …
-
(Continued from https://github.com/PuppetJs/PuppetJs/issues/21)
PuppetJs in debug mode (currently ON by default) validates outgoing patches:
``` js
if(this.debug) {
this.validateSequence(th…
-
Personally I dislike the fact that settings are remembered between page loads. Multiple times it caused me problems and unnecessary bug searches, just because I forgot that I have WebSocket turned off…
-
`puppet-js-settings` saves and restores `useWebsocket` value of `PuppetJs` on page load, but the value is being set after `PuppetJs` creates WebSocket connection.
`puppet.useWebsocket = false` aborts…
-
By @warpech in https://github.com/PuppetJs/PuppetJs/issues/21
Fair enough! PuppetJs in debug mode (currently ON by default) validates outgoing patches:
``` js
if(this.debug) {
this.validat…
-
1. The checkboxes related to PuppetJs should be put under a common header "Puppet settings"
2. "WebSocket" should be changed to "Enable WebSocket"
3. "Morph URL" should be changed to "Enable URL morph…