André Costa
André Costa
would you guys be open to making `createEnv` an async function? there are some considerations regarding top-level awaits, but maye we can figure something out
hey, folks! I'm the maintainer of [TypeSchema](https://github.com/decs/typeschema), which lets libraries like sst support any validation library. I made a quick prototype and the integration seems straightforward: https://github.com/decs/sst/commit/ded29788b2e3bb40d8ba55ff506ce77801e9dd2d. with this, people...
hey, @TheEdoRan! thanks for investigating and reporting! I spent some time looking on this and learned that the Edge runtime has a limited API, which doesn't support dynamic imports (`await...
Done! Updated to `v0.39.0`
Thanks for the fix, @lobomfz!!
solved, thanks @nlfmt for the fix!
for sure! this is out as `@typeschema/class-validator v0.3.0` thanks for the fix, @niemyjski!!
The peer dependencies on `typeschema` are all optional, just to ensure that you're using a version that's compatible with the adapter. Installing `typeschema` shouldn't install any peer dependencies. I looked...