hashrock
hashrock
It appears that the image is not cached on the browser side even if Cache-Control is returned. Why is that? Avatar always returns the same thing for a URL, so...
We might not do much testing on GitHub Actions(Linux CLI), but at least we can see if the deno execution passes.
to preparing for Deno API changes.
I got this error : ``` $ mammouth -c hello.mammouth env: node\r: No such file or directory ``` `bin/mammouth` is CRLF, I converted it to LF, then it works. Tested...
It can be changed by setting `ctx.lang = "en"` in `main.ts`, but it is better to mention it in the documentation. - Create FAQ section - or, explicitly specify lang="en"...
I got this error: ``` Listening on: http://0.0.0.0:3100/ [uncaught application error]: TypeError - Cannot read properties of undefined (reading 'toLowerCase') request: { url: "http://0.0.0.0:3100/", method: "GET", hasBody: false } response:...
I want to refer to a file in this module, but no response comes back. It seems to be very slow or hung. https://deno.land/x/[email protected]/tsx/accessible.tsx The reason that comes to mind...
- Related to #2381 - Maybe it should be merged into `update-landing-ui` rather than main. - The only significant change is in `Hero.tsx` Preview: https://dotland-9wzm47dwf1w0.deno-staging.dev/hero_preview (broken:) https://dotland--hero-202209.deno-staging.dev/hero_preview
When creating a new project, it would be nice to have auto formatting enabled. It might be a good idea to ask it after "Do you use VS Code?". I'll...
https://github.com/denoland/deno-gfm/blob/main/mod.ts#L95 https://github.com/denoland/deno_blog/pull/118