Honza Bittner

Results 125 comments of Honza Bittner

Since issues with ktor version are not mentioned, and probably in the future there will be update to ktor 3 even for this package -- see i.e. https://github.com/leancodepl/patrol/pull/2645. So people...

And for anyone wondering, we fixed the version mismatch for out ktor client for home widget and patrol using this ```gradle configurations.all { resolutionStrategy.eachDependency { details -> if (details.requested.group ==...

We also tried experimenting with caching and it had good results. Something could be also added to build_runner itself. Check https://pub.dev/packages/cached_build_runner

I have the same issue, after 3 years. with ``` preview_path: "{{slug}}" ``` I still get url that ends with `-_index` Can this be fixed, pretty please? :)

As a workaround, what I do now, since I define url/slug for each post and it might be different from Decap's slug, which is "file path" basically, I set it...

we should also concider `targetConstructor` vs `sourceConstructor` when `reverse: true`

I have similar issue from `Trace.current(1)` which wraps output of develop.log with `LazyTrace`

Hi, you are reffering to code from README, right? The type is defined as such, with centerPadding property added to it. ``` typedef ExpandRatioBuilderContentCallback = Widget Function( BuildContext context, double...

I want to make clear that `Bloc` itself works as intended, since as you can see you can add bloc to `BlocBuilder` and it will build the last known state...