hashrock
hashrock
@samarkandiy now screenshot scripts updated(you don't need GIMP), try `deno task screenshot [url] [id]`
Got this error: ``` TypeError: Cannot read properties of undefined (reading 'rid') at https://deno.land/[email protected]/node/_process/streams.mjs:137:35 ``` https://github.com/denoland/deno_std/blob/main/node/_process/streams.mjs#L137 I don't know why as this place has not been changed recently and is...
This PR looks good, but seems to cause problems with CI on Windows. ``` fresh-init => ./tests/cli_test.ts:37:6 error: Error: The process cannot access the file because it is being used...
Thank you! Looks good, but I'll look into a way to do it without delay just in case. If not, I'll merge it in.
Close with documenting `_app.tsx`. https://github.com/denoland/fresh/pull/494 Please reopen this issue if you think it doesn't meet your needs.
@lino-levan I think it would be good to add this until the layout feature comes along. I guess the layout feature is still a ways off.
@lambtron Code example updated to the latest. I have also verified that the description is correct, could you double check? The following are memo during confirming what has been written:...
Merged documentation about _app.tsx. Hopefully it will be replaced by a Layout system in the near future.
We already have it. Nice work.
Yeah it's nice to have. Deno by Example is not very well known and needs to be improved. However, in order to add GA, environment variables need to be added...