whchi

Results 8 comments of whchi

solved it with reinstall command line tool 13.4, thanks for your help

@sglebs I have similar requirement, and made a workaround with this, hope this helps 1. load your custom statics with add custom `statics_dir`, should be the same as original ```py...

just met the same issue, I think @pure-blue might modified the `PATH` env in login shell, like ``` export PATH=$HOME/bin:$PATH ``` so all brew installed python path won't locate correctly....

I just had the same issue using `v0.80.0-postgres`. My situation is that I need to restrict sign-ups to only my company's email domain. I wanted to set the "INVITE_ONLY_SIGNUP" environment...

I encountered the same problem. After tracing the code, I found that in the `callSyncEnvVarsFn` function, any errors are caught and the function simply returns without doing anything. Here's the...

you can try ```js import { loadFont } from 'jimp'; ```

I have another workaround. The official Prisma documentation (https://www.prisma.io/docs/orm/prisma-schema/overview/location#multi-file-prisma-schema) says you should put your *.prisma files like this: ``` # `migrations` and `schema.prisma` must be on the same level ....