M. Scott Ford

Results 32 comments of M. Scott Ford

I found a comment in the source code for the `` that provides some more context around this error message. https://github.com/auth0/nextjs-auth0/blob/951a24864c61eec98702f91eb7784555d54916da/src/client/use-user.tsx#L97-L115

If this isn't the best place for me to ask my questions about implementing v3/v4 then please direct me to somewhere more appropriate. Is the [sample Ruby spec in the...

It's probably best to make the parser robust enough to handle the yaml version of the file format. I doubt that's the only project that we're going to encounter with...

And when we start grabbing vulnerability data, that would go in there, too.

@airtaxi Happy to help. I'm hoping this PR helps me unlock a problem that I've run into. I'm working on another fork that is based on this one that should...

The action appears to be failing when run from my fork. I'll continue to work on it. https://github.com/mscottford/opencvsharp/actions/

Looks like it's failing in the official build too. But that could be because the ARM packages are not being pulled in.

Build failures appeared to be caused by a change from #1680. The dependency list for x86 builds was modified. After reverting that change in 9dc6040, builds are successfully running on...

There are still some issues with this that I'm working through. - [x] The `OpenCvSharp4.runtime.win` package is missing the arm64 native binaries - [x] The `tesseract_files` does not include `arm64-windows-static`...