btheado
btheado
At https://btheado.github.io/tweve/ (see "Storing eve state in tiddlers"), I have two instances of the same Eve code and it looks like the html events from one instance are getting sent...
I'm trying to write a watcher to persist data externally, but I'm getting the error, "accumulateChanges supports only a single value per attribute" Here is the code (stored in file...
I had trouble with a block Josh provided for automatically binding root elements to external root. According to an email exchange Josh says: > this is *definitely* a runtime issue....
When I run this code and click on "promote 1" or "promote 2", then I see "Uncaught Error: Unable to set multiple values on scalar index for key" error in...
This simple url seems to work: https://itty.bitty.site/#/data:text/plain;charset=utf-8,hello%20world. However, I see this exception in the console: ``` bitty.js:87 Uncaught (in promise) DOMException: Failed to execute 'atob' on 'Window': The string to...
When I visit https://tiddlywiki.fission.app/, the "Authorizing with fission" message endlessly spins. In my browser console I see `Uncaught (in promise) Error: Improperly formatted header value: skeleton` in webnative.js
Translate the `$action-createtiddler` examples to use the `$testcase` widget. Directly used the `$testcase` widget rather than test case tiddlers so the user can interactively click the buttons to see the...
When startPosition is bounds with an empty geolayer widget, a javascript exception "Bounds are not valid" was being thrown. Fixes #8452.
Loading map state from saved tiddlers was not working. The code was using a non-existent property `geomapStateTitle`. Replaced with `getAttribute("state")` and now the state loading is working.
Some test cases in the geospatial plugin depend on the presence of shadow tiddlers from the plugin tiddler in order to operate properly (see #8484). Using compound tiddlers, there is...