Anton Gilgur
Anton Gilgur
#12533 duplicated this, but had some code analysis that might be useful: > I look into the logs of the workflow-controller and find some clues: the template name is not...
### doable now This is now doable with the SQLite DB from #13021 / #12736. It previously was not possible for non-archived Workflows as k8s/etcd has no such native filter...
> * Why for workflow templates do we have `NamePattern` as it's own a query parameter instead of a listOptions ? Should I implement it as it's own query parameters...
> I'll make the filtering archived/non-archived WF on a separate PR to make the review easier. Let's split that out into a separate issue as well and link back to...
This library [doesn't pin a minor version of `autolinker`](https://github.com/jonschlinkert/remarkable/blob/87ac3c39d7c69bac58d0eba4fe24a705af835921/package.json#L81), so you can just update `autolinker` to a newer minor+patch in your lockfile.
@techieshark could you elaborate on your use case for disabling minification? A workaround was provided by OP using `tsdx.config.js` and #136 is possible via that route as well. If others...
@techieshark the `.esm` file is also unminified as that relies on bundlers to minify, but if you're building a Node library then your consumers wouldn't be minifying anyway, so you...
Left this as a Draft PR for now as it is breaking, and I think we should get in a patch release and stabilize MTS/CTS support beforehand. #453 would be...
ooo tests caught that devDeps need updating too! awesome to see integration tests reaping rewards 🙂 updating Rollup to 3+ requires updating several plugins as well, so I'm gonna need...
Proactively [bumped the repro template](https://github.com/agilgur5/rpt2-repro/commit/ebf554eab293ec5dd92b0e01ed36e636834befae) to use Rollup v3 (and TS v5 and rpt2 v0.35)