Jaap de Haan
Jaap de Haan
By using the info from [here](https://storybook.js.org/docs/addons/writing-presets#previewannotations) and changing `preview.js` to ```js import { withRoundTrip } from '../withRoundTrip'; const preview = { decorators: [withRoundTrip], globals: { mockData: [], }, }; export...
@tofi86 I did a cleanup and adapted for redmine 5. I did not test back on older pre-redmine 5 setups since I do not care at all on our side....
For us problems with module federation (stack trace within a federation entry file, i[e] is not a function on the console => i[e] is a chunk usually but appears to...
I'm not very familiar with the codebase here, but formally there are tests and maybe something needs to be adapted here as well to provide/enable testing? https://github.com/sahib/rmlint/blob/a7e1df4b22a1be67597d46438193132464cf27d2/tests/utils.py#L49