Denis Mukhametov

Results 7 comments of Denis Mukhametov

I see your point I used to think that the library quotes all strings with `windows` and `unix` delimeters no matter what `record_delimiter` is. I did some testing and it...

I also have this problem. We use recursive types for app state, and we use the `@reduxjs/toolkit` package to manage state, which uses `immer` under the hood.

I don't know how next works under the hood. To me, it does look similar but not related. Let's see when these changes land to canary

The (.) naming is a required convention for Intercepting routes (1 subtree renders instead of another subtree). Without it it would be regular parallel routes (2 subtrees render at the...

I'm just so frustrated with intercepted routes... I think i've ran into another bug, but i'm not sure if it's a bug or it's me being dumb, and i don't...

I can provide logs, if you tell me how.

Just wanted to mention that it's not allowed to use `next/font` if you use the custom babel configuration, which is required if you want to use the stylex plugin.