Jim Preston
Jim Preston
Thanks Matt, that is the trick. Seems for UX we shouldn't have to know that though.
Well, I've spent days trying to figure out how to convert a blob into a jpg and have an open Stack Overflow issue on that posted yesterday. I've never worked...
I’m using Postgres. It will accept the object but images are supposed to be in folders, not db’s, from everything I’ve known over the years. S3 is a common setup....
By the way, I tried to use Discord. What a train wreck they are. Their MFA implementation is stupid. Please find another solution. > On Oct 22, 2019, at 11:08...
I’ve looked at that but it doesn’t seem to turn the dataURL back into a binary jpg. So what this does is turns the dataURL into a file is my...
Nest compiles the schema in one root schema. This example is missing a key setup in app.module.ts. Notice the path join to compile one graph from each module's graphs. This...
> Hello @jmpreston , probably there are some left `gql` import from `graphql-tag`. Be sure to have replaced all `import { gql } from 'graphql-tag';` to `import { gql }...