Magnus

Results 46 comments of Magnus

> I had a similar issue getting Next.js to work with Pino and was able to get it to work by setting the serverComponentsExternalPackages prop in the next.config.js file. I'm...

I have been facing the same issue. To confirm: 1. Next.js / webpack will not respect running a module once, thus breaking a core principle of how modules work in...

> @magnusriga yes, webpack doesn't respect it intentionally (rude!) because that's the point of chunking the code to optimize load speed. There are some options to mark a file as...

@Saghen Is this working? I have not been able to get it to work with any of the above settings. If I use `copilot` instead of `lsp`, in the recipe,...

What about the new Agent mode? I would say that is more useful than the Edit mode.

Awesome @deathbeam , I will have a look. Just so I understand that PR fully: Does it enable functionality similar to setting vscode Copilot Chat to Agent mode? Meaning, does...

@KostkaBrukowa Interesting, thank you, I shall admit I do not have deep enough knowledge on this topic to properly understand what is going on. For instance, I was trying to...

That is extremely helpful, thank you so much. I will leave the setting alone (I initially thought I had to set it to "change" to ensure it picked up changes...

Thanks @Saghen , just let me know if I can help test further. In addition to the upper/lowercase issue, it seems a bit counter intuitive to show `APP_C...` before `cache`,...

@jjiangweilan I think we can conclude, as @Saghen said, that the issue is with `_`, e.g. `_A_B` in your case, being given too much weight under the hood. It is...