Haff
Haff
> Should this not be > > ```js > deepmerge.customMergeIgnoreEmptyValues = (key, target, source) => !target || target === '' > ? () => source > : deepmerge; > ```...
> > No it's meant to be used as customMerge option. if you look at the test i provided on test/merge.js line: 680. Maybe i should have named it differently?...
tip: might want to look into this https://www.freecodecamp.org/news/how-to-check-internet-connection-status-with-javascript/ the online event has problems as it doesn't really know if you have an internet connection. PS. I'm often wrong
+1 here need some way of handling this
This is more for the case of frontend people working towards a monolithic big boi backend. I wouldn't dare go in there and change stuff and this allows me to...
> @TheHaff Very impressive work! > > But I have to ask: [input.override.transformer](https://orval.dev/reference/configuration/input#transformer) isn't it suitable for the task of path filtering? You could use `input.override.transformer` to filter paths, but...
I have this as a patched version in my project for now, If this makes sense for the project it would be great to get this in. Maybe my case...