@kskrygan Big time WebStorm fan, but the (unfortunately) abysmal performance over recent years and the outright mid AI integration compared to Cursor made me step away from it. Really hope you guys can get back to it asap
@tannerlinsley We have a fairly large monorepo with internal packages that export server and client related code from the same index, for Next this wasn’t an issue, but its a big task for us to first try and split those before we seem to be able to move to Vite
@tannerlinsley We are still on pages router. I have tried many times to migrate to Start but always ran into issues mostly around packages that end up in the client but dont/cant work in the client. This is no negativity, just frustration as Start would solve a lot of problems for us
@timneutkens Since 16.2 our dev server will randomly hard refresh the page consistently every X seconds or so. Usually when it tries to refetch the page you are on, logging a 304 in the terminal. Is this a known issue I can follow or?
@josefbender_ github exposes /home for this use case, which I think is the best way. Other than the occasional exception, why would I ever want to see the homepage over the authenticated stuff
@flybayer Do you use a monorepo? If so, did you move from a package and individual tasks to root tasks? And if that, did you have multiple eslint base configs before but moved to 1 config?
@Cameron_C2 Need a good guide how to migrate from a monorepo eslint setup with a base package and individual configs to whatever it should be with oxlint. I know there is an eslint migration thing but it assumes you only had 1 config