Nick Leslie

Results 9 comments of Nick Leslie

Could be but no error is thrown on my end. The token is valid but the response I get back from flutter_facebook_login is incorrect. This is due to Facebook returning...

What about maintainers such as https://github.com/bugsounet/snowboy ? Edit: And it's gone :(

Any update on this? It seems that the "node-record-lpcm16" version used by Sonus ("^0.3.1") doesn't support Pause/Resume until version "1.0.0". Attempted to rectify the issue by using "npm install sonus@next"...

I gave it a go and managed to have some success. I tested it on a Raspberry Pi and it seemed to be working. [https://github.com/ncpleslie/sonus](https://github.com/ncpleslie/sonus)

I was having a similar issue and believe it could be due to missing values in the csv file(s). In my `profile.csv` file, the second line had something like this:...

> > I was having a similar issue and believe it could be due to missing values in the csv file(s). > > > > > > In my `profile.csv`...

> Nope, it still doesn't work. I'll try to download the original archive again, just in case I messed something else up, but I don't think your fix solves the...

I was struggling with the same issue. Here's how I fixed it. I am using tRPC 10, by the way. Updated `plugins/client.ts` by exporting the `client` as a type. ```TypeScript...

Yip, I agree. Its obviously an issue with our (@kylegl @robsel118) set up but didn't want to see a closed issue without a potential solution. Alternatively, according to this [stack...