Results 17 comments of csterritt

I have a desktop app which, in effect, searches a database of links and presents them. I'd like to be able to click a link and have it open in...

@overrnet Thanks! That works perfectly, much appreciated.

Update: Found a fix by trying to make a vanilla-moveable example. First, I set up a ref on the Moveable instance named "theMoveable". Then, in the `toggleOpenClose` method, I added:...

I second this -- and I haven't forgotten to document the current situation, with respect to what I found, I've just... forgotten :-) Sorry. I did look at doing a...

@codepiano Not sure I understand -- is this a URL on the web? So you might want to open https://www.yahoo.com and inject JS into that HTML? Or is the HTML...

Alternatively, add one or more icons to the codegen ui -- for example, an eye-icon for Assert Visibility, a "T" icon for Assert Element Text, others as we see fit....

@YurySolovyov I'd recommend against it -- Java tried this with Swing, and it was pretty much a disaster. Not that apps didn't look good, they just looked... weird... non-native. It...

I just received this board as well -- would love to use ePaper.js with it! Seems like [this issue](https://github.com/samsonmking/epaper.js/issues/2) which is closed is for the same board... now there are...

Note that this should integrate with [bug 283](https://github.com/jmorganca/ollama/issues/283) wherein it prompts to install the command line tools, even if they're installed. The problem is that if you quit out of...

I came here to ask what may be the same question. When I try the `display: none;` it gets rid of the content inside the moveable, and leaves moveable's blue...