Robert Churchill

Results 23 issues of Robert Churchill

**Describe the bug** The `netlify dev` command correctly starts the gatsby server on port 8000, which is then running correctly. The most common scenario is there is a long pause...

type: bug

### Describe the bug The parser syntax errors on valid TypeScript, involving: - conditional expression - arrow functions - brackets () # [Example 1](https://play.swc.rs/?version=1.2.218&code=H4sIAAAAAAAAAz2KuwqEMBQF%2B3zFlL4aW%2BXqtxjJVu5VYgIB9d%2FXCO5Uh5nj0rb6wLzqHvgoQjF1aPxa5xvsO0%2BNy1IiA4fhxrsQvWIREXJ7bGYk5Vuiomipmcp%2F6t5UYx%2FZm6s3P7I0fzuCAAAA&config=H4sIAAAAAAAAA21PywqDQAz8l5w91B6K%2BA%2F9hhK2UbbdR9isUpH990bxQaGnJDOTZGaGlxhoZ2BMQmnpZAoZP9BCnpjEJMsZKsiiUIdOqOiAqaesEpLrpW6UdjEKbYIKvA22m5ZjJnpOJHJSGHpHC5UjOxrJHdSbiB%2FGoUhAT%2FKLd38wTnbETFojn5Sl5ugFO0y2vuzWi5r38TlsDjTgGuIG5TS9n5H7Jsxp0JnCuO6s0fUbQClfija3Dj4BAAA%3D) - original (fails) ```ts export const...

C-bug

I've not thought this through fully, but is there a good reason not to allow access to dependencies in a decorator? I've had a few situations where I want to...

enhancement

### Describe the Bug The latest published tag is v1.4.0, but the latest release shown is 1.3.4. ### Expected Behavior Maybe this can be automated — can the text for...

### What version of Turborepo are you using? 1.3.1 ### What package manager are you using / does the bug impact? pnpm ### What operating system are you using? Mac...

### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...

Release 8.x
Bug
Needs Triage

I was investigating a problem that appears to be fixed in 7.3.2 (relating to semver changes), but the built code doesn't include this work. For example: ``` # node_modules/gatsby-source-sanity/package.json {...

I'm wondering what is the expected way to handle arguments or options that are not supplied. To give one example, I have an option which should be true by default:...

Question

I have a gulp task like this: ``` js gulp.task("jscs", function () { gulp.src(["**/*.js"]) .pipe(plugins.jscs()) .pipe(plugins.jscs.reporter()); }); ``` Depending on when errors are encountered they do not seem to be...

Hi, I notice the lastest main branch version shows 0.8.0, but npm has 0.9.0: https://www.npmjs.com/package/react-static-google-map?activeTab=versions https://github.com/bondz/react-static-google-map/blob/6c6fed141aff9b2cc39d5f3e274d7aaeeeab14b2/package.json I was looking for a changelog and/or any breaking changes between 0.8 -> 0.9...