Zsolt Ero
Zsolt Ero
Thanks @honglei. I've also found - https://chaoticengineer.hashnode.dev/fastapi-sqlalchemy and - https://github.com/rhoboro/async-fastapi-sqlalchemy I'll personally not use SQLModel. It introduces way too much logic for a simple type checking functionality for me. Duplicating...
Yes, I've done corepack enable the first time I installed it, otherwise I wouldn't have been able to use pnpm. But now, I've run it again, just for testing and...
The path is good, it's the same as it was when the bug was present. ``` which pnpm ~/.nvm/versions/node/v16.17.1/bin/pnpm ``` I definitely haven't done anything with global packages. What I...
Just the npm, yarn, etc. cache folders I found under home dir and Library.
I find it a bit strange that `fast-query-parsers` is included only with `[standard]`, but standard also includes `jinja2`. But jinja2 is quite bloated and makes no sense for a JSON...
Yes, please publish on npm. In the meantime a workaround is to use master branch: ``` yarn upgrade downloadjs@rndme/download ```
Same error with minifierOpts disabled. node script: ``` #!/usr/bin/env node var browserify = require('browserify'); var fs = require('fs'); var bundler = browserify(); bundler.add('app.js'); bundler.transform('jstify', { engine: 'lodash', minifierOpts: false, templateOpts:...
Sorry, it should have been tpl indeed. Yes, disabling minifier fixes it! Thanks. BTW, any reason why minifier is enabled by default? It surely is a strange default settings, some...
Thanks, it's good to know it's documented. I did it. But at this point my account is a non-SSO account, or a hybrid or kind of a strange one. I...
I'm using pnpm, I haven't invested into how to make it work with Lerna. But aren't the examples supposed to be "self-sufficient" that is, they can be moved outside the...