cvolant
cvolant
@meabed thank you to take over. Do you plan to make it compatible with Next built-in i18n routing?
Great! And do you think it will support getStaticProps? Like: ``` MyPage.getStaticProps(({ locale }) => { [...] }) ```
That would be great indeed : I defined custom shortcuts in another app, and Productivity Timer (which is great beside that) break them by defining the same shortcuts as global.
First, thanks for your work. This module is very handy. I would like to use the new typescript version with - more important - the updated `cookie` dependency which support...
I had the same issue because `router.replace` (shallow) was executed during the first render. I moved it inside a useEffect and it fixed my problem. If it can be of...
@blutorange I agree that you PR would not bother anyone, and I don't understand the maintainers point, but maybe we can proceed step by step. The first step would be...
We moved too for the exact same reason.
Hi @snk7891, I encountered the same issue as you, and made a reproduction using yarn playground. According to the above message, it must be included in the first post. Could...
I tried the fake extension workaround to run 3 tasks in parallel for a pattern that matches a single file. Sometimes it works, somtimes... it delete all my staged work!...
:smiley: Thank you.