Maximilian Schulz
Maximilian Schulz
If the initializer approach is possible, it would be perfect. If not, it might be possible to set an application config and inject the controller code only when it is...
As it has not been mentioned yet, but there is a recent commit 6b2bbfe which introduces support for ecto schemas. It is also fairly documented in master. So it is...
I am running it on a German system and it seems it cannot collect data as I have to run the following command to get the relevant data `Get-Counter -ListSet...
My most recent test would be ```json { "to": "MYDEVICETOKEN", "notification": { "body": "Test from postman", "icon": "ic_notification" } } ```
Ok, now I am getting: ``` E/FirebaseMessaging: Icon with id: 2131099780 uses an invalid gradient. Using fallback icon. E/FirebaseMessaging: Icon with id: 2131361793 uses an invalid gradient. Using fallback icon....
If someone else is encountering the issue, it seems to be related to `android 8.0` and `firebase-messaging > 11.6.0`. I could not fix it, but this stackoverflow discussion has a...
I am getting this on a raspberry pi 4 ```bash > [email protected] install /home/pi/node_modules/abstract-socket > node-gyp rebuild make: Entering directory '/home/pi/node_modules/abstract-socket/build' CXX(target) Release/obj.target/bindings/src/abstract_socket.o In file included from ../src/abstract_socket.cc:5: ../../nan/nan.h: In...
Ah, good to know and I guess it was introduced with the new application states, so the system can shut down, reboot, and still reopen everything from the last session....
I am not sure if it is the same issue or if I should report a new one. I am running the tool on windows 10 build `19044.2251`. It works...