tmax22

Results 13 comments of tmax22

i can confirm that giscus-react works on private repos as well (no matter what the mapping is). just make sure you are using the correct `repoId`, and correct `category` and...

no it does not work. in my case `--schema=./my-schemas/schema.prisma` reference to javascript worksapce, and this command just re-generates the javascript client in node_modules folder instead of generation python client on...

please update the docs about it 👁️

how to disable warning for specific access made in our class internally(to copy the old name to the new one if exists)? ```python class MyClass(BaseModel): def __init__(self, **data: Any) ->...

actually the does not relate to my question. @Viicos but i we want to skip certain warning we can just use `warnings.catch_warnings` with `warnings.filterwarnings`: ```python def __init__(self, **data: Any) ->...

we got this error ``` import { ZenStackMiddleware } from "@zenstackhq/server/express"; ^ SyntaxError: The requested module '@zenstackhq/server/express' does not provide an export named 'ZenStackMiddleware' at ModuleJob._instantiate (node:internal/modules/esm/module_job:132:21) at async ModuleJob.run...

actually, in v2, `import { ZenStackMiddleware } from '@zenstackhq/server/express';` works just fine for me

Version: 1.88.1 Commit: e170252f762678dec6ca2cc69aba1570769a5d39 Date: 2024-04-10T17:34:12.840Z Electron: 28.2.8 ElectronBuildId: 27744544 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Linux x64 5.15.150.1-microsoft-standard-WSL2 snap

I'm not sure what happened, but now vscode error has gone, but the same error appears on Webstorm now 🙃