kir4ik

Results 7 comments of kir4ik

Thank you for your response and the explanation of how error handling works in ts-sql-query. Your information has been very helpful. In my case, it makes sense for me to...

Hi Nice try)) but there are problems. For example, if you change the query, then the result no longer matches, but no errors appear ```ts const store = await connection...

no, unfortunately this only works when ts knows exactly which fields are requested, but then the type is already inferred without any extra effort. It doesn't work for dynamic fields:...

all difinitions from first comment, need only replace method async getStore

tsconfig.json ```json { "compilerOptions": { "target": "es2019", "module": "commonjs", "jsx": "preserve", "lib": [ "dom", "es2018", "esnext" ], "baseUrl": ".", "moduleResolution": "Node", "strict": true, "allowJs": true, "esModuleInterop": true, "skipLibCheck": true, "sourceMap":...

> If child component is updated, this is not supposed to be tracked in snapshot. but it is covered in timer-based check. Then new hight is calculated and applied. What...

> I don't think it is a good example with timeout 0 > > More realistically it would be smth else like this https://codepen.io/nkbt/pen/rNdxjoy?editors=0010 > > As long as timeout...