Andrii Kurdiumov
Andrii Kurdiumov
@tsc-aymeric Could you try `xlsx-template@next` and use `${table:sales[0].payments}` inside your templates. I recently add ability to use array indexer for simple cases, but did not specifically check your case. Possible...
I think I finish with your issue @tac-aymeric , could you please try `npm i xlxs-template@next`. Hopefully it will fix your issue since I reproduce your problem.
@evanslify sorry for missing this. If you made PR, I review and very likely accept it.
Couple questions: - What's NodeJS version? - Are this is new test or existing one?
In the offline chat we discover that changing `fs.readFile` to `fs.readFileSync` at least unblock the issue. so far there no conclusive reason why issue happens. I would speculate that when...
This looks like a good proposal and really good value for this library. I does not have obivious issues with proposal. Even if you don't have time now for implementing...
I would like that `microsoft.windowsappsdk` provide small change in `buildTransitive\Microsoft.WinUI.AppX.targets` to provide escape hatch for these who willing to play with NativeAOT and maybe contribute to CsWinRT Right now ILtrimming...
Reason why I decide propose this change following - All commands in this guild seems to be works just fine without assumption of home location if execute sequentially. I cannot...
/cc @kuviman or somebody else can take a look?
> I'm probably not going to get to this as I have to hack the compiler to make it work and I don't understand why. I think that's also reasonable....