Jimmy Forrester-Fellowes
Jimmy Forrester-Fellowes
Hi, I would like to access the `context.rawRequest['ip']` from a callable but it appears that you're not exposing the `rawRequest` in `CallableContext`. I realise I could get the IP by...
Hi, is there a way to get hold of the current page widget (for `childCurrent`) from `generateRoute(RouteSettings)` ? If so it would be great to maybe add that to the...
Hey, I'm utilising the `blank.css` override for some custom style stuff. I was hoping i could just create the equivalent `static/scss/extended/blank.scss` file and I'd get sassy css instead, but it...
Hey, this is a great package however it regularly crashes my development enviroment and also sometimes crashed on my pixel 3 device. I think it's because it's applying each filter...
Hope everything is going okay over there. I have started getting dependency issues with aqueduct: Because `googleapis_auth >=1.0.0` depends on `crypto ^3.0.0` and `aqueduct 4.0.0-b1` depends on `crypto ^2.0.6`, `googleapis_auth...
Hey, this is one of the few packages my app depends on that doesn't yet support null safety, are you planning to update? Thanks
Thank you for the iframe, seems great so far. However I cannot find how to switch to fullscreen mode programatically. I see in the example you have omitted the fullscreen...
For some reason the timezone is coming through as `GMT-0100` to javascript apps. I created this test page to see what was going on: https://jimmyff.github.io/timezone-test-web/ On Alpine Linux I have...
Hi, This looks great, I'm currently using `firebase_functions_interop` on 3 production projects but as it seems that project has become unmaintained I need an alternative. I don't believe firebase functions...
Hi, I'm moving over some of my Pub Sub endpoints to `functions_framework` (from `firebase_functions_interop`), I've just started with the package so still finding my way around. I've seen support for...