niktek

Results 18 comments of niktek

@benzara-tahar happy to let you have a go at it!

Just moving to here: ![](https://user-images.githubusercontent.com/52020637/195505811-e8bc55f1-8840-4455-aa80-22087468c9bd.png) Issues with column collapsing on individual rows

Just as a note: There were two exports from DataTableService that are used internally of DataTable.svelte (sortAsc and sortDesc), then there is a mapTableSource that is used in the doc...

https://github.com/carbon-design-system/sveld is the most promising looking option so far and might give us more than just what jsdoc can provide.

Duh, so I commented out the AfterExecution process and did a straight deploy and everything worked as expected, so it is indeed being overwritten by the AfterExecution process.

I'm thinking this is more due to my unfamiliarity with how processes work and whether they had any connection to the preview/deploy commands. It's easy enough to work around the...

What there doesn't seem to be is a way to do a Process _only_ on deploy without checking the args passed into Main(). For instance, I only want to do...

Just to add another scenario for monorepos- our SK lib requires entries in the "exports" field of the dev version of package.json that point into /src/lib/xyz. svelte-package keeps these incorrect...