Tobias Kahlert

Results 29 comments of Tobias Kahlert

I fixed this by calculating the previewSize in `_initPhotoSize` according to aspect ratio: ```dart void _initPhotoSize() { widget.photoSize.addListener(() async { if (selectedAndroidPhotoSize == null) { return; } final size =...

I think it's a very nice idea to download the source automatically. So I started a fork using ExternalProject_add. I successfully added minizip, libjpeg, libpng, zlib and curl. You can...

I think the submodule approach is much easier. I will try to implement it tomorrow.

I guess a solution would be to add a `StoreWithoutContext`

Hi, I have exactly the same problem! I think it is something related to boost, because `websocketpp::server::handle_accept` is never invoked by boost...

@kjaisinghyadav sorry, no. Haven't used c++ in quite some time, though, so there might still be a solution to this

First, update game informations. To do so, go to **Tools -> Database Editor...**. Select all games and click **Scrape Selected**. Wait until the everything is downloaded and exit the editor....

Yeah, just trying around a bit :) What's maybe more important is that if the compiler crashes once, it stays broken until I reload the page. Not sure if that's...

Hmm ok, nvm... tried again and now it works...