Morgan PERRE
Morgan PERRE
After some deeper investigation it's related to `multi-semantic-release` that doesn't provide `packageName` within `pluginConfig` but a property `name` instead.. I came up with a trick doing the job in our...
It's now (for a while) supported. Thank you all for your contributions. #697
It has been fixed for a while now. Before you needed to manually set the CLIENT_ID used to handle multi-instance authentication. It's not needed anymore.
Same issue here. While trying to use a reverse-proxy and proxy-socks. ``` at Login7TokenHandler.onErrorMessage (/node_modules/tedious/lib/token/handler.js:245:19) at Readable. (/node_modules/tedious/lib/token/token-stream-parser.js:26:33) at Readable.emit (node:events:513:28) at addChunk (node:internal/streams/readable:324:12) at readableAddChunk (node:internal/streams/readable:297:9) at Readable.push (node:internal/streams/readable:234:10)...
I just check and you are right. We export type through a public repository **Definitely Typed** It is a project that provides a central repository of TypeScript definitions for NPM...
Task linked: [CU-860rvqggm feat(webhooks): webhooks decorator](https://app.clickup.com/t/860rvqggm)
To prioritize.
Task linked: [CU-860rvqeqw feat(approval): allow developers to request approval from the code](https://app.clickup.com/t/860rvqeqw)
You should probably change the `packages/forestadmin-client/src/schema/types.ts#ForestServerActionField` too.
What about old widget definition? ``` widget: null | 'belongsto select' | 'file picker'; ```