Tim Buschtöns

Results 21 comments of Tim Buschtöns

One possible mitigation would be to use the CLI to display some kind of progress indicator. The CLI (when used for sideloading) is aware of the beginning of a load...

This issue needs to be re-evaluated since tabris now supports async functions natively and may not require any special promise handling to fix stack traces

Here is a revised snippet which closes the popover again. It works fine on Android, but iOS freezes as reported: ```jsx import {Action, NavigationView, contentView, Popover, Button} from 'tabris'; contentView.append(...

In the first iteration the theme will not be dynamic, meaning changing it after a widget is intanciated will not change the existing widget. That may be a feature for...

It's just about convinience. I want tabris objects to provide events as observables, like `widget.onFooChanged.subscribe(...)` and support RxJS operators like `widget.onFooChanged.pipe(...)`. I also would like to allow setting ovservables and...

In 3.7 an Observable implementation is provided and used by the event system. The issue will not be closed yet since we also want to be able to consume observables.

This is a reserved key since we may want to support it as an markup element.

There is a way to implement this on windows, as shown in this example: https://github.com/microsoft/Windows-universal-samples/blob/master/Samples/XamlPivot/cs/TabHeader.xaml (this doesn't look very good though) So far the look of the TabFolder was based...

Would be relevant to know what invironment your tests run in. I just checked, and it seems consistent with deno that window.crypto can not be set. Try using node.