btheado

Results 23 comments of btheado

The way I've setup the eve widget at https://btheado.github.io/tweve, it makes it really easy to have multiple eve programs in the same document. I ran across it when I instantiated...

Thanks. I tried asDiffs and it worked fine. I was using asObjects because having the attributes and values for each entity grouped together into a single object was convenient. I...

Thanks for the tip on treating the attributes as sets. I have used it in my code at https://github.com/btheado/tweve/blob/494ffa1360db9d62c8b67de9a97989eb0217a164/src/plugins/btheado/tweve/eve-widget.js#L78 and it seems to work.

I looked at this and noticed if you change the tag name to something other than "filter" then it works fine. I guess "filter" is a valid svg tag name....

I happened to discover a workaround for this today. If you click on the left pointing triangle in the table of contents pane to hide it, then the running application...

Just like `dw`, `cw` also doesn't work on the last word of a line.

Here's a failing test case to illustrate the `dw` issue: ```typescript it('deletion works at the last word of a line', async function() { let t = new TestCase(['first last']); t.sendKeys('wdw');...

I was able to get the grafana operator working in an Openshift cluster disconnected from the internet. First I followed steps similar to those mentioned in #763. As mentioned in...

@AnthonyMuscio, I know the answer to this one: > Can we use $macrocall for functions and if we do what happens? Using `$macrocall` for functions is like calling it without...

> Another interesting new feature is a [component](https://github.com/Jermolene/TiddlyWiki5/blob/c5b10d5c1d3ee456e1f164e20ee393b964624ab3/core/ui/Components/VisibleTransclude.tid) that overrides the `` widget itself to make transclusions visible. It renders block transclusions as red blocks, and inline transclusions as green...