Félix Sanz

Results 26 issues of Félix Sanz

This scope should be `source.pfm` since `source.gfm` is related to GitHub Flavored Markdown. Probably you missed the change when forking?

Since .marko templates uses hot reloading, the server doesn't restart when editing .marko files. The special case is when the app crash because of an error inside the template file....

If you define a mixin like this: ``` @define-mixin square $dimension { width: $dimension; height: $dimension; } ``` And you want to make use of it like: ``` .button {...

Variable `@syntax-result-marker-color;` is used in base.less but it's missing its value. ```css atom-text-editor .search-results .marker .region, :host .search-results .marker .region { background-color: transparent; border: 1px solid @syntax-result-marker-color; } ```

Hi! You're using `` inside `[email protected]` to output the posts. But that looks weird to me! Why you do not use `{@html post.html}` ?

tech debt

In the code: ``` javascript resolve(repo, { limit }) { return getIssuesForRepo(repo.owner.login, repo.name).then((issues) => { if (limit) { return issues.slice(0, limit); } return issues; }); } ``` Looks like you...

### What version of `astro` are you using? v1.0.0-beta.42 ### Are you using an SSR adapter? If so, which one? None ### What package manager are you using? npm ###...

markdown
p2-has-workaround
s1-small

### What version of `astro` are you using? v1.0.0-beta.42 ### Are you using an SSR adapter? If so, which one? None ### What package manager are you using? npm ###...

### What version of `astro` are you using? v1.0.0-beta.42 ### Are you using an SSR adapter? If so, which one? None ### What package manager are you using? npm ###...

p2-nice-to-have

### What version of `astro` are you using? v1.0.0-beta.42 ### Are you using an SSR adapter? If so, which one? None ### What package manager are you using? npm ###...

markdown
p3-minor-bug
s1-small