Deni Mintsaev

Results 183 comments of Deni Mintsaev

Yeah, I think this is more in the scope of the `deno init --npm` command.

> 👋 Hi! I'd like to work on this documentation issue. > > I’ve noticed the terminology around Server Functions and Server Actions is inconsistent across the Next.js docs and...

I'm not sure if this belongs here, but I find it annoying that Deno LSP always highlights the process object as a warning, even with the lint rule `no-process-globals` disabled....

> @dmint789 could you please open a new issue for that? This seems like a bug Sure Edit: [#26578](https://github.com/denoland/deno/issues/26578)

I don't think this is a good approach, because some projects don't set the build directories as hidden (e.g. Nest JS with the TS `dist` directory), and it's also feasible...

I'll try to make a reproducible example soon. I do have an open source repo that could be used as an example, just need to fix a couple things first.

@bartlomieju Okay, I have a reproducible example for both the `deno lint` bug and the `deno fmt` bug. The latter explicitly states `Deno has panicked. This is a bug in...

> @dmint789 I tried your repro and here's what I found: > 1. Running `deno task build` (after `deno install`) throws: > ``` > Task build next build > ⨯...