Dan Oriani
Dan Oriani
### Steps to reproduce 1. Start 1:1 call from anywhere in app 2. Switch apps or turn off screen ### Outcome #### What did you expect? Call should continue as...
# Feature request ## Is your feature request related to a problem? Please describe. When calling an Edge Function using `client.functions.invoke()`, if the function takes longer than 5 seconds to...
When posting files to an API using multipart/form-data, it's often a requirement to send a filename as well as content-type. In Drakma I can do this by sending a body...
According to the documentation, I should be able to make a request like: ```lisp (dex:post "https://httpbin.org/post" :content `(("test" . "string") ("key" ,(make-array 5 :element-type '(unsigned-byte 8)) :content-type "application/octet-stream"))) ``` And...
### Xamarin.Android Version (eg: 6.0): Xamarin.Android 10.1.3.7 ### Operating System & Version (eg: Mac OSX 10.11): Windows 10, Mac Catalina ### Google Play Services Version (eg: 8.4.0): Build from master_based_androidx...
**What doesn't work?** I'm using an Adafruit pitft 3.5" screen on top of octopi 1.1.0 and a rpi 3b+. I confirmed the screen works as expected by loading alternative interfaces,...