Results 1383 comments of Vincent Prouillet

There is no tool/library for i18n in pure Rust as far as I know though, there's a couple of gettext crate but nothing really good apparently. The shared approach is...

> For gutenberg, that only talks about what variables are available but not how you set it up. It's in https://www.getgutenberg.io/documentation/content/section/ In short you just set `paginate_by` to a positive...

No worries take your time it's a new project. I'll probably try `redux-async-connect` today or tomorrow so maybe i'll do a PR for the docs at that point :)

Using this issue for an unrelated thing, just switched it and it works great. One problem though: is there a way to not reload data on query change in the...

Thanks for the docs! Could we get the location from the router than just the params? An alternative for avoiding refetching would be to add a props `shouldFetch` to ReduxAsyncConnect...

Just tried, the issue is that you don't get the previous location with redux-simple-router so you have nothing to compare. Ideally you would have something like `shouldComponentFetch(prevLocation, nextLocation)` Ended up...

Yeah this was for my particular usecase

Yep i return undefined depending on what the method above returns in my static fn

Does it still work as static method in 1.0 or are decorators mandatory? I'm getting `Uncaught TypeError: asyncItems.reduce is not a function` because asyncItems is a function if it's a...

Wrote an article showing how to migrate an example boilerplate: https://blog.wearewizards.io/migrating-to-gulp-4-by-example Let me know if I got anything wrong and/or missing !