urusaich

Results 12 comments of urusaich

@meowxiik How are you run monogame on .net core?

Also, if you rotate a phone to landscape orientation, problem is gone

I think https://github.com/rbcprolabs/icon_font_generator/blob/76d8e8e96114c9b40c7b8e031516a1dea6855484/bin/icon_font_generator.dart#L111-L113 should be like ```dart final iconsMap = File.fromUri(tempOutDirectory.uri.resolve( path.basenameWithoutExtension(argResults!['out-font']) + '.json')); ```

Hi! We created a simple request library with type transforming based on dio which my team using in production at our own projects! It provides a chopper style type safe...

I have TextField in PageView. I want to keep TextField vertical scrolling, so i can't wrap TextField in IgnorePointer, but TapAndHorizontalDragGestureRecognizer wins when user trying to scroll horizontally to another...

@Renzo-Olivares this workaround is very dirty but works! Thanks you!

> Hello. The URL you used is a private IP. Please provide a reproducible example that we can investigate further Hi again! Do this steps: 1. git clone https://github.com/urusai88/leaflet-slow.git 2....

@romansh i fond a workaround! ``` @task(...) docker compose restart