JulienR2

Results 18 comments of JulienR2

Hi ! I run into this trouble too. More specifically using Angular 2 Universal for which I wanted the server part not to be chunked (https://github.com/angular/angular-cli/issues/7187) I just find a...

I'm also facing this issue, on a Raspberrypi 4 running an Ubuntu Server x64. I've dug a bit further and from what I see, each of Supabase services actually have...

In case it helps, I'm also seeing this issue using Apollo client on React Native, with the following versions: - React: 17.0.2 - React Native: 0.68.2 - @apollo/client: 3.6.8 The...

@BadochAlexandre did you manage to get it working ?! I tried sometimes ago before all the images were compatible, but haven't tried again since then. Really curious to see if...

@notjustinshaw Thanks a lot for the walkthrough and the tips 👌 Make me more confident to try again soon !

Hi ! I'm getting the same error on OSX and using Sphero Mini. I'm connecting via the uuid. Any idea where to investigate ?

Could this be because you're testing on simulators, where the camera isn't available ? > The following hardware is not supported in Simulator: > ... > Camera https://help.apple.com/simulator/mac/current/#devb0244142d

I'm aiming at achieving the same, and I think you could sort it out with custom token https://firebase.google.com/docs/auth/web/custom-auth#authenticate-with-firebase You'd have to set up a server to handle the authentication and...

I've put it to together and it works as expected 👍 Here are the main bits of code: ### Firebase function / Auth Server In a Firebase function (or a...

Glad to read it's working fine with the V3 manifest ! I dug into it for a project that has been dropped since then 😕 It would have been a...