Vasya Aksyonov

Results 10 comments of Vasya Aksyonov

Hi, @atsushieno! Since when? Because according to the code it works. And, of course, according to [this ticket](https://bugzilla.xamarin.com/show_bug.cgi?id=8754#c34).

If it's not so important to you can leave it as is, and I'll fix it when I find some time for it.

You can solve it without flex just by having the same footer html twice: 1. The first one will occupy the required height but won't be visible 2. The second...

Same thing here. Thanks @Teyras for the tip.

After some digging I found out that `relativeUrls` option became `false` by default in v1.7.0.6, was `true` before.

Hi, @pedroszg. It would be nice to have some modern CSS tech supported by xhtml2pdf indeed. In order to support grids from any frameworks the xhtml2pdf must support the underlying...

Same thing here. I'm specifying a custom route type via type in routes: ``` @AutoRouterConfig() class AppRouter extends $AppRouter { @override late final List routes = [ AutoRoute(page: SomePage.page, type:...

Looks like it was fixed in 9.2.2 (or even before). I've upgraded successfully from 8.0.0 to 9.2.2 back in Novebmer without major changes to our code

Currently it works fine. I suppose it was fixed