Christian Svensson
Christian Svensson
There is already mocks/spying in the `@std/testing/mock` package? What I wish though is that it would be possible to use these with expect correctly: ```ts import { expect } from...
My comment was mostly because the issue title was not clear whether this was about adding something new or re-exporting/wrapping `@std/testing/mock`. And I was not commenting at all about who...
I also found this confusing, since [ESLint docs](https://eslint.org/docs/latest/use/configure/configuration-files#configuration-file) explicitly stated that `.js`, `.mjs` and `.cjs` should all work without extra config.
I just encountered the issue this PR fixes for toolbar icons when trying to adapt the M3 theme. Is this PR being blocked by something? I can't see this fix...
I have the same issue but for CSS. That might be better as a separate issue, but I tried both of the below options: ```css /* deno-fmt-ignore-file */ html {...
I just encountered the same problem. I'm not certain about `_500`, but in Fresh v1 at least the `_404` page would run `_middleware` before. I needed similar things, parsed cookies...
A workaround I found for `_middleware` that does not do anything with the `Response` I found is to call `_middleware` manually in `_error`. This way if there's any state set...
> I need help on finding a reproduction for this issue. I tried a few things but I'm not able to reproduce it. The `_middleware` is included for me. I've...
This issue affects not only decorators with TS type, but also when using `@example` code blocks that show code that uses `@`, e.g. Angular or Svelte (I think?): ```ts /**...
I could not reproduce this after opening the dev app and pressing the buttons after running the following: ```sh deno run -A -r jsr:@fresh/[email protected] deno task dev ```