Alistair MacDonald

Results 29 issues of Alistair MacDonald

I get the following output when I try and install docco-husky in Windows: c:\Program Files\nodejs\node_modules>npm install -g docco-husky npm http GET https://registry.npmjs.org/docco-husky npm http 304 https://registry.npmjs.org/docco-husky npm http GET https://registry.npmjs.org/dox/0.1.2...

I'm trying to figure out how to interpret the time in the hourly weather, eg: `0`, `300`, `600`, `900`. What are these times? At first I thought `300` was `0300`-hours...

### Describe the bug When using `appTemplate` and `routes` in `storybook.config.js`, `@storybook/sveltekit` cannot find files from the storybook directory. ![image](https://github.com/storybookjs/storybook/assets/1218446/3c200778-6c32-4ad2-8f01-5e7dde12f9b6) However, when using the standard config, everything works as expected....

bug
needs triage

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

How should `upgrade-insecure-requests: 1` be handled when encountered in the response header? ```js { host: 'localhost:8443', 'user-agent': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0', accept: 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8', 'accept-language': 'en-US,en;q=0.5', 'accept-encoding':...

I'm wondering if the coverage port should be the same as the port I am running the browser on? Should the collector port and the baseUrl port be the same?...

Everything seems to work fine, until protractor_coverage starts up from within grunt. I can run protractor outside of grunt and everything is fine. But from grunt I get this... ```...

Added ability to get names of imports: ```js import {foo, bar, qux as fizz} from 'baz' ``` ..yeilds... ```js result = { expressions: [], strings: ['baz'], imports: { baz: ['foo',...

Hi @thlorenz I am wondering about your use of offset line. I've taken your code and tried to add a third file to the map: ``` javascript var convert =...