Mustofa

Results 9 comments of Mustofa

Maybe, you should go with [Traverson](https://docs.spring.io/spring-hateoas/docs/current/reference/html/#client.traverson).

I was able to define generic type using following snippet: ```svelte type T = $$Generic interface $$Slots { default: { // slot name item: T index: number } } export...

I like to use GET forms for requests with complex query parameters, such as filtering data tables. This is simple GET forms that I implement my own GET enhance action...

I like to use GET forms for requests with complex query parameters, such as filtering data tables. This is simple GET forms that I implement my own GET enhance action...

If you using default action bar, just call `setupActionBarWithNavController`. To prevent up button in actionbar shown in top-level destination use `AppBarConfiguration(setOf(/* ids */))`. For more info check NavigationUI [docs](https://developer.android.com/guide/navigation/navigation-ui).

> FWIW, I'm able to consistently trigger the hang when I send enough data for a Content-Length of 16384 or greater. 16383 and less work. 16384 is exactly 16 KiB....

> you cannot search for them ![image](https://github.com/sveltejs/kit/assets/25121822/e7912e73-a185-4d94-9a8b-4de7f35f0932)