Rodrigo Pombo

Results 216 comments of Rodrigo Pombo

We have the same need: use the built-in locale detection without the `accept-language` header check. Another backward-compatible API could be: ```ts import {defineRouting} from 'next-intl/routing'; export const routing = defineRouting({...

It's possible. The key is in the last paragraph of that page: > If you need a more complex behavior, you could add a React Context Provider to the HoverContainer...

can you tell me more about your use case? seems interesting we may be able to add an option (I don't want to always expose the raw markdown because in...

Hey, thanks for the PR. It's an interesting feature but I'm still not sure if it's the right API. I'll wait for more use cases before committing to an implementation....

Hi! looks good. I don't see it as a codehike feature, the goal of codehike is to be flexible enough to let you build UIs like that one in userland.

also fail or warn if the codehike remark/recma plugin haven't run to make it easier to debug issues like https://github.com/code-hike/codehike/issues/503