Ekke Tõiv Uustalu

Results 28 comments of Ekke Tõiv Uustalu

I started work on it a bit and actually have a first working version here - https://github.com/fizure/esbuild-node-tsc/commit/0e3d4075431e4be5bb821652b252678c3a8294d6. The problem is, however that we'd still need to restart the script somehow...

> I am working on a quite large project and the build is pretty slow (10-15s), I don't think I copy files from the node modules. So I think it...

``> If I have: > > ``` > "compilerOptions": { > "sourceMap": true, > "esModuleInterop": true, > "lib": ["ES2020"], > "target": "ES2019", > "module": "CommonJS", > "outDir": "./dist", > "baseUrl":...

Have the same problem, as some calls which are ran on app start fail. Will resort to setTimeout for now, although I'm hoping for a promise-based one.

It seems to be an issue with the bundling itself somehow as even old releases have this issue for me if I build them locally. My guess is that probably...

@amanmahajan7 @nstepien

I think the keys are not relevant tbh. The parent key can be anything (or even generated by rdg). The parent cell positioning is defined by the children's keys, so...

Regarding the child rows, any ideas on what combinations would be required? Or some use cases so that it could be generalized. I am anyway thinking that fixed summary rows...

Not 100%. I'd still prefer multiple header rows. But I am not sure how the api would look in that case when there wouldn't be any parent child relations. Any...