Florian Wendelborn
Florian Wendelborn
Is there any HTTP 2 support for spirit? Is it possible to implement this with the current middleware API? Combining resources would be the most important bit for my use-case,...
As far as I was aware, object order isn't guaranteed and just a side-effect of specific browser implementations. This seems [to have changed](https://www.stefanjudis.com/today-i-learned/property-order-is-predictable-in-javascript-objects-since-es2015/). Since this will be a very common...
In very large and nested type definitions, I’ve noticed that this plugin needs up to 5 runs in order to fix all reported sorting issues. First time it finds ~3000,...
Currently, ```typescript UPDATE_OFFER_DETAIL: MaterialsState['offerDetail'] UPDATE_OFFERS_LIST: MaterialsState['offerList'] ``` gets sorted because `_` is considered to be after `S`. This unfortunately clashes with expectations and with other sorting extensions. IMO, the most...
Still in a weird draft state.
I’m still not 100% sure regarding including a default email validator. Perhaps it actually is a good idea after all. Will un-draft after I’m done experimenting with `zod` Closes #228
1. Rename `KtTranslationContext` to `KtI18nContext` 2. Add Generic Date Format Customization to `KtI18nContext` 3. Use Date Format in 1. `KtComment` 2. `KtFieldDate*` 3. `KtFieldTime*`