Peter Tissen

Results 11 comments of Peter Tissen

I basically had to patch autobahn to get it to work for me. I use it in an ionic app and it uses webpack. I can't easily customize the webpack...

This can be achieved somewhat with the weird json files in VS. Tried this with VS2019 but I think it would mostly work with 2017 too. You need a ".vs/VSWorkspaceSettings.json"...

the justifications are presented here: https://github.com/hrydgard/ppsspp/pull/6685 and here: http://forums.ppsspp.org/showthread.php?tid=8724

Still somewhat broken for me. I found this issue while using the python function `os.getlogin()` The first wsl call that boots the distro opens a proper login shell and create...

From a quick glance at the code it looks like the culprit might be this piece of code that creates the login only for the first time a uid creates...

Had a similar issue. I get the same flutter error, and got shown no notification. No upload happened. Then I fixed my nginx reverse proxy settings, that now fixes the...

> > Had a similar issue. I get the same flutter error, and got shown no notification. > > No upload happened. Then I fixed my nginx reverse proxy settings,...

Looking at some of the related code, it seems that it might be an issue when it's decoding the json for the notification here: https://github.com/MaikuB/flutter_local_notifications/blame/master/flutter_local_notifications/android/src/main/java/com/dexterous/flutterlocalnotifications/FlutterLocalNotificationsPlugin.java#L507-L509C58 Possibly stemming from some wrong...

> @Bigpet Can you help me with the steps/configuration of the app to reproduce this issue? I don't know what the additional step is. For me it reliably gets written...