MR4online

Results 8 comments of MR4online

thanks for your quick response! So I have to change all the existing data, when adding new properties in json objects, when I like to search for these 😕

changing the import fixed it for me: `import { StringSession } from "telegram/sessions/index.js";` see https://stackoverflow.com/questions/64449464/error-err-unsupported-dir-import-directory-import-when-attempting-to-start-no

+1 for OpenAPI Export

Hi @paragonie-security, I just found this package and was happy to find the .phar to avoid using composer in a tiny script. May you explain this decision or update the...

I had the same error minutes ago. _Restarting the nodeJs-Service / Docker-Container fixed it for me._ May there an issue like: indexing on service start took too long, so that...

you have to do this by yourself. ...fetch(roomId) only has the Return-Type `Entity`, without knowing your action model properties. you may define a Type: ``` export type Room = {...

No, you can't seach by NULL (see my question https://github.com/redis/redis-om-node/issues/224 ). My workaround is writing `"NULL"` (the string) on it, search for this and replace the js-objects value with real...

if I correctly understand the debug logs, the config-file (when adding with -f ) is acknowledged, but ignored. However: when I just exec `npx @hey-api/openapi-ts -d` the config file is...