Vaughan Rouesnel

Results 201 issues of Vaughan Rouesnel

On Reddit.com: ![Screen Shot 2022-08-04 at 2 43 29 pm](https://user-images.githubusercontent.com/281413/182850866-ce57cfdc-1f6c-4c72-b149-802d57fc05cb.png) It's a very common pattern in React to have deep chains of components with only one single child. # Options...

Type: Feature Request
Component: Developer Tools

Following instructions from [here](https://github.com/oven-sh/bun#verify-it-worked-macos): ``` ➜ bun (main) ([email protected]) (node:v18.3.0)$ (cd test/snippets && npm i) added 117 packages, and audited 118 packages in 5s 12 packages are looking for funding...

``` /opt/homebrew/opt/llvm@13/bin/clang++ -DDU_DISABLE_RENAMING=1 -lstdc++ -fno-keep-static-consts /Users/Vaughan/dev/fork/bun/src/bun.js/WebKit/WebKitBuild/Release/lib/libJavaScriptCore.a /Users/Vaughan/dev/fork/bun/src/bun.js/WebKit/WebKitBuild/Release/lib/libWTF.a /Users/Vaughan/dev/fork/bun/src/bun.js/WebKit/WebKitBuild/Release/lib/libbmalloc.a -l icucore /opt/homebrew/opt/icu4c/lib/libicudata.a /opt/homebrew/opt/icu4c/lib/libicui18n.a /opt/homebrew/opt/icu4c/lib/libicuuc.a -I/opt/homebrew/opt/icu4c/include -L/Users/Vaughan/dev/fork/bun/src/deps -larchive -lz /Users/Vaughan/dev/fork/bun/src/deps/picohttpparser.o -lmimalloc -lssl -lcrypto -llolhtml /Users/Vaughan/dev/fork/bun/src/deps/libbacktrace.a -larchive -lbase64 -ltcc -lusockets /Users/Vaughan/dev/fork/bun/src/deps/libuwsockets.o /opt/homebrew/opt/libiconv/lib/libiconv.a -I/Users/Vaughan/dev/fork/bun/src/deps/uws/uSockets/src...

https://pnpm.io/continuous-integration I will be setting this up soon, so I can prob contribute this.

area: documentation

## Expected Behavior ``` const foo = 'foo' const cmd = `${foo} bar` console.log(cmd) $(cmd) ``` Works. ## Actual Behavior I doesn't work properly. --- I want this so I...

``` Error: parse-filepath expects a string. ``` ``` if (parsePath(manifest.main).extname === '.html') { if (!process.env.WCJS_RUNTIME && !inf.runtime) runtime = 'nw'; } ``` `manifest.main` might not exist if user is using...

bug

### First check * [x] I used the GitHub search to find a similar issue and didn't find it. * [x] I searched the FastAPI documentation, with the integrated search....

question
investigate

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

kind: bug
area: turborepo

Link from readme http://troybetz.com/react-soundcloud-widget/ returns 404

``` xxx/node_modules/.registry.npmjs.org/babel-types/6.26.0/node_modules/babel-types/lib/definitions/index.js:161 throw new TypeError("Property " + key + " expected type of " + type + " but got " + getType(val)); ^ TypeError: foo.js: Property value expected type...

help wanted