Michael Hladky

Results 191 comments of Michael Hladky
trafficstars

@calvinmetcalf Great job! I would also need more information. I need to use the -u 3 options programmatically. A quick explanation in a comment would help. cheers!

THX @calvinmetcalf for your answer! Here is some source code as documentation for the options: ```javascript .option('-u, --up [levels]', 'slice a path off the bottom of the paths', parseInt) .option('-a...

Hi @caroso1222! I added a view more checks with comments if they are imho not right... https://regex101.com/r/M6pB9M/6

Yes I think the same... I already added more rules)Tests here: https://regex101.com/r/vIRDKR/8 There is a Version select at the top where you can change to latest... Currently im not into...

I updated the readme. At the moment we don't have tests on windows, I can maybe set it up after the migration to v17. Could you try `npm ci`.

We could add the data at one place e.g. ```typescript routes.map(addIsrOptions); function addIsrOptions(route: Route): Route => { route.data = {...route.data, revalidate: 60 }; return route; } ```

Yes, all improvements that are unchecked are available. But I would wait for the migration to 17 before getting active.

The idea was to have all features of the app tested with userflows. I guess the old folder is a mit of old code the will be deleted and code...