Migush
Migush
_(I edited my message above to show how I pass data along from the resolver and because the pagination query wasn't cached together with the main query correctly)_ Yeah, you're...
Oh alright I see now what you mean.
I find it really weird that when recording the while loop execution time in `faceit_live.py` there is no difference between python running on all six cores or on only a...
Commenting out the process_image function at line 141 and directly writing the video_capture frame to a cv2 window has no performance issues (33fps camera footage and low cpu usage), so...
Purpose `"maskable any"` is actually discouraged and rejected by tools like www.pwabuilder.com, so being able to define icons separately is crucial. Check out https://github.com/pwa-builder/PWABuilder/issues/2379
I am also experiencing this issue. It's also an Oracle ARM server. The docker machine is located in my home network, but the portainer instance is running in the London...
I need this for my homework
@jundellagbo I've done it using a PWA config similar to the one below: ```js { pwa: { manifest: { icons: [ // we want to define 'any' icon type manually,...
It works for me as the are only 'any' and 'maskable' separately
Update: see the updated example above