nulltoken

Results 105 comments of nulltoken

> > > @linkdotnet Can we at least deprecate > > > ``` > > > AddJob( > > > Delegate jobDelegate, > > > string cronExpression, > > >...

@ayonious The lib takes care of ensuring that it still works with quite a few no longer supported Node versions (14, 16, 18, 20). Is this still a requirement? Another...

> I would also suggest to add more tests like test/features/groupedColumnHeaders @ayonious Will do. Although I'm not sure what is the proper balance between what's expected to live under `test/features/groupedColumnHeaders/render.tests`...

> Will push something and let you decide ;-) Done. Moved everything under `test/features/` and added one global rendering test in `test/render.tests.ts`

> Lets first maybe brainstorm and see if we can come up with something simpler. That's the simplest I've been able to come with. How would you approach it?

@ayonious Thanks for the feedback. Let me see what I can come up with.

> @ayonious Thanks for the feedback. Let me see what I can come up with. @ayonious Here's a new version exposing a column name based aggregation definition. Thoughts?