Jan Killian
Jan Killian
@newhouse there're also many more redirects in https://github.com/nokeya/direct-links-out. Should I convert them to a PR?
@75b I was trying if `ws` can add CORS headers to the proxied api server inside a locel docker: ``` ws -p 8000 --rewrite "/(.*) -> http://localhost:7000/$1" --cors.credentials -v ```...
@75lb I used the [nginx solution](https://gist.github.com/iki/1247cd182acd1aa3ee4876acb7263def) in meantime, but I can test your solution later this week and send a PR
@Akxe @0xsven nice hack with replace-in-file, but it doesn't trigger when nexus is generated by the dev server on model/api change. To use nexus-plugin-prisma with prisma above 2.14, we can...
@Ishaan28malik great, used it on our project and it aligns with other circles perfectly, thank you! @tangjinzhou @yesmeck @wendellhu95 @afc163 any plans to merge it?
@scscgit Thanks for the command, saved my day. Agree that automated install is useful and luckily quite common nowadays. ```sh choco install visualstudio2017buildtools --params "--includeRecommended --add Microsoft.VisualStudio.Workload.VCTools --add Microsoft.VisualStudio.Component.VC.140" ```...
+1 same for me
+1 to support composite/compound primary keys, almost any existing db uses them in m:n relations
@kierangraham there may be also `NaN`s as a result of Xpath `number()` expressions, you can use `stripNullish` on the result data: ```ts import { isArray, isObject, isUndefined, isNull, isNaN }...
Love Volta, on Windows it's probably the only sane Node version manager allowing me to work with multiple projects/components smoothly. That said, I don't want (and sometimes just can't) push...