MichealReed
MichealReed
Changing the line endings didn't seem to do much. Probably could be caught by a generalized null character stripper during your serialization process. Seems Windows creates the files with additional...
Both are created UTF8 encoded, only visible difference in the newly created file is the line endings. CRLF (Windows), LF (Linux). Changing the windows generated file to LF does not...
@jonahwilliams any workarounds to serve https until then?
No worries, easy enough to deploy a test site via firebase.
Seeing many cases of this, especially when accessing env variables. Opened issue https://github.com/invertase/dart_edge/issues/33 originally but am experiencing this with flutter web as well now which led me here.
@pauldemarco is this on the roadmap to be merged? Lots of people needing this functionality.
@rmawatson I tried to merge your branch with the latest from master, but it seems this commit introduces a new issue. **My fork:** https://github.com/MichealReed/flutter_blue/tree/background_feature **Commit with issue:** https://github.com/pauldemarco/flutter_blue/commit/0879f5f26e1f2afced197bab22e0bcb615e7eed1#diff-2d2a8584d0b1a81f07c64ac07f23ee36 **Trace:** ...
@edsonboldrini are you using this with an isolate in the background?
Seeing this on the flutter web side.
I noticed this, it builds if you add --dev `edge build supabase_functions --dev`