andrew-tpz
andrew-tpz
There is no subpath in that comment, just another root domain. **Problem 1** - "proxy-origin" does not affect static html part. index.html has lines ``` ... ``` As I understand:...
Hi, @ardera. I have a similar question: is it possible to maximize app window on two monitors? I need to show different UI on every display.
Hi, yes but no :) I tried this solution before posting the issue, but faced with some problems. Here is the more precise example: ``` import 'package:freezed_annotation/freezed_annotation.dart'; import 'package:smartstruct/smartstruct.dart'; part...
Test to reproduce: ``` part of 'mapper_test_input.dart'; class ObjectTarget { final String text; final num number; final AnotherSource another; ObjectTarget(this.text, this.number, this.another); } class ObjectSource { final String text; final...