Ian VanSchooten

Results 155 issues of Ian VanSchooten

### Describe the Bug Using v0.1.0-next.4. If I run prettier on this code: ```astro bar {foo && {foo}} ``` It becomes: ```astro bar {foo && {foo}} ``` I was only...

### Describe the feature you'd like: This is an follow-on to https://github.com/testing-library/dom-testing-library/issues/939. The request is to support fake timers other than jest. For instance, jest uses [@sinonjs/fake-timers](https://github.com/sinonjs/fake-timers) under the hood,...

enhancement

I need to use an npm script with a patched version of chromatic-cli to test out turbosnap support for vite, but I'm having trouble running the command without the official...

CLI

Hi, I'm attempting to run `npx browserslist@latest --update-db` in my yarn monorepo project. When I do, I get this: ``` node:child_process:903 throw err; ^ Error: Command failed: yarn info caniuse-lite...

I'm proposing to add unbuild to a storybook package, but their convention is to place the outputs into different folders, like: ``` dist/cjs/index.js dist/esm/index.js ``` And actually, what I want...

I'm working on an upgrade to astro 1.0.1, and find that my images in markdown files which were using normal markdown image syntax (`[]()`) are no longer being converted to...

Currently, `sharp` throws an error that is not very helpful, just `Input file is missing` without saying _which_ file. I propose logging a warning when a file cannot be found,...

## Issue Type Feature Request ## Issue Description A common problem that `linter-eslint` users encounter is getting an error message like `Cannot find module 'eslint-plugin-xxxxx'`. This is usually because they...

enhancement

**Is your feature request related to a problem? Please describe.** According to https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#string-literal-titles, dynamic titles are going to be prohibited in 7.0. It might be nice to have a linting...

feature request

### Background & Motivation It would be great to be able to cmd+click on absolute paths to resources in /public from within astro components. So, for example, clicking on the...

feature