Sasha Sorokin

Results 128 comments of Sasha Sorokin

Per https://github.com/nuxt/nuxt/issues/20707, Nitro-only reproduction: https://stackblitz.com/edit/github-afydgr?file=package.json (`npm run build` to build normally, `npm run build:workraround` to apply manual workaround).

According to my knowledge, ‘additional files’ are designed for things like source and documentation artifacts of mods exposed on Modrinth Maven, they're not designed for actual *additional files*. The interface...

This issue specifically can probably be worked around by running the following code before the ad script is loaded, which effectively prevents it from overriding `globalThis.Function`. Kinda cursed. ```ts if...

You are likely having completely unrelated issue to this. Clear your browser cache and see if that fixes the issue for you. Otherwise, if that does not help, check the...

I mean it's *kind of* possible https://github.com/brawaru/bucket/blob/main/bucket/modrinth-app.json :)

> You can set it as a user env variable via env_set in the manifest. Yeeeah but I don't want that, because that would mean that any Modrinth App running...

@pi0 I have quickly checked the 1.3.0 and it doesn't seem to produce valid output in the updated playground: https://stackblitz.com/edit/node-yk5rfx?file=package.json&view=editor :( In the playground the output of mkdist should match...

For me this keeps giving the "[plugin:vite:vue] Duplicate attribute." error, but I am on Vitepress 1.6.4, so I imagine that's the reason. I do like that more than my original...