Michael Corrigan

Results 8 comments of Michael Corrigan

@andidago This seems like a question about Flutter and Firebase then it is about GeoFlutter. Take a look at this example in the FireFlutter project to see how to handle...

Oh man, I finally got this working. Turned out to be a few things that made it work. First, I had to do what @kekeqy suggested: ``` module: { noParse:...

Also having this issue with 0.9.8+1. ## Steps to Reproduce 1. Create new flutter app (flutter create test) 2. Add deps: `[email protected]+1` and `[email protected]` 3. Paste the demo page for...

For anyone still interested, I have been working on this lately for a project I'm working on. I also ran into some frustration trying to get things to work properly....

> Hi > > I ran your tests locally with (I use PowerShell on Windows), and fixed a couple of errors. > > ```powershell > > $env:GS_RECORD_MODE="all" > > $env:GS_CREDS_FILENAME="tests/creds.json"...

I had no idea that existed, it looks awesome! Probably would work for what I'm trying to do here. I'll look at trying it out with my code. Thanks!

Maybe you already can do this, but one thing that would be nice is if there was a simple interface to performing batch operations in gspread like exists in gspread-formatting...

@fruiz500 I am also interested in filtering control of playback in Jellyfin (with fairly granular control). As a long-time programmer, I realize there are quite a few pieces needed to...