Lukasz
Lukasz
For me it's good approach to create `isString` like methods. It increases readability of code. There are methods like `isTrue`, `isFalse`, `isObject` in `shared/util`, so why don't create similar for...
As a workaround it is possible to use: const DEVICE = { 'name': 'iPhone 6', 'userAgent': 'Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko)...
Hi @nvie - thank you for your quick response and for the suggestion of a "forgiving array" helper decoder. I have implemented it and it does help in handling the...
Thank you for this - it works for me! :pray: I still encourage you to consider extending the library API.
In the implementation I did in my project I've used `tolerantArray` as a name and callback for every rejected item instead of `skippedItems` array: ```ts tolerantArray( itemDecoder, (rejectedItem: unknown) =>...
@OpticFusion1 OK - I'll move it - I posted it quit long time ago here and need to recall my needs :)