HiDeoo

Results 166 comments of HiDeoo

I added a **basic** support for notes in a [fork](https://github.com/HiDeoo/atom-tasks/commit/bc9096ac517162a6ec90ac9572e3de06b1a20b16) if some people are interested. I define a note as a block of text on the next line(s) following a...

Love the idea and having a built-in snapshot support (like [the example](https://github.com/vitest-dev/vitest/issues/1954#issuecomment-1239034473) from @orta) would indeed be amazing. [tsd](https://github.com/SamVerschueren/tsd) also provides a [`printType()`](https://github.com/SamVerschueren/tsd#printtypevalue) helper which can be handy.

As I've encountered this limitation multiple times, I created [a small wrapper](https://github.com/HiDeoo/zod-matter) for `gray-matter` using `zod` to actually validate front matter and get proper type inference, e.g.: ```ts import {...

I'm also experiencing the same errors after an update from `2.0.0-beta.202` to `2.0.0-beta.209`. From a real quick search, it looks like #3331 may be the only changes related to this...

After a bit of research, this seems to not be "properly" doable at the moment. The `Repository` object accessible through the public GraphQL API (note that the same applies to...

Deploy folder pages reviewed for Steps/visual check! LGTM

Migrate to Astro folder pages reviewed for Steps/visual check! LGTM Markdown content / Middleware pages reviewed for Steps/visual check! LGTM

The testing page is missing a few steps added later in https://github.com/withastro/docs/pull/8096

Had the same requirement multiple times and to make it easier until ([and if](https://github.com/antfu/changelogithub/issues/5#issuecomment-1154179110)) this is supported, I created a [small GitHub Action](https://github.com/HiDeoo/changelogithub-action) which is just a wrapper around `changelogithub`...

> there's still an issue when the content of `head` is a component Another workaround is using this syntax: ```astro {/* https://github.com/withastro/prettier-plugin-astro/issues/316#issuecomment-1400808708 */} {() => } ```