Roman
Roman
## Description Going from [12.3.0 -> 12.3.1](https://renovatebot.com/diffs/npm/syncpack/12.3.0/12.3.1) introduced a breaking change (going ESM). I had a CJS package that depended on the types from `syncpack`, and I cannot build it...
For example, it is possible to force all `@aws-sdk/*` packages to use the same version? I know there is this example: https://jamiemason.github.io/syncpack/examples/fix-aws-sdk-version-mismatch/ But it enforces a specific version via `pinVersion`....
### Checklist * [ ] I can reproduce this issue when running this plugin on its own. * [x] I am running this plugin on `.d.ts` files generated by TypeScript....
I moved the config file to my dotfile repo, and then linked it from the original location. Espanso stopped reloading after the config file was changed.
This seems to be not implemented. Instead, the modules finds subscription by `customer_id`. Would be useful to be able to find by `subscription_id` as well. Thanks.
Sometimes it is useful to pass a parameter to build a query. E.g. `with_user_roles($role)`. However, it is only possible to do with a ResultSet, but if calling on a row,...
What do you think about incorporating the "Advanced Search" feature as demonstrated in a [Catalyst Advent Calendar here](http://www.catalystframework.org/calendar/2007/16)?
E.g. I have the following in my Nuxt config: ``` css: [ // Custom Bootstrap build. // resources/assets/scss/app.scss '@/assets/scss/app.scss' ], modules: [ // Use bootstrap-vue but omit CSS, as we...
**First of all, a really nice package! Thanks for that. 🙌🏼** --- Now, to the actual issue... Since the entire point of defining "as code" is to be able to...
I really like this package and the fact that a company with a strong engineering background is behind it. But the use of `any` everywhere is really deterring me from...