Jason Barry

Results 26 issues of Jason Barry

``` SyntaxError: Unexpected token (112:13) at Parser.pp$5.raise (./node_modules/babylon/lib/index.js:4454:13) at Parser.pp.unexpected (./node_modules/babylon/lib/index.js:1761:8) at Parser.pp$9.jsxParseIdentifier (./node_modules/babylon/lib/index.js:7029:10) at Parser.pp$9.jsxParseNamespacedName (./node_modules/babylon/lib/index.js:7040:19) at Parser.pp$9.jsxParseElementName (./node_modules/babylon/lib/index.js:7055:19) at Parser.pp$9.jsxParseOpeningElementAt (./node_modules/babylon/lib/index.js:7145:20) at Parser.pp$9.jsxParseElementAt (./node_modules/babylon/lib/index.js:7169:29) at Parser.pp$9.jsxParseElement (./node_modules/babylon/lib/index.js:7224:15) at...

bug

It would be nice to be able to specify how many items there are per row, instead of always assuming 1. I have a container whose elements are inline-block, so...

I think Plasma would benefit in having deployment previews on every pull request, that way we can generate an automatic build of storybook on every PR rather than having to...

I'm a new user reading the [documentation](https://redocly.com/docs/) for the first time. I don't understand the relationship between - [redoc](https://www.npmjs.com/package/redoc) - [redoc-cli](https://www.npmjs.com/package/redoc-cli) - [@redocly-cli](https://www.npmjs.com/package/@redocly/cli) Are some of these deprecated? `redoc` says...

Type: Docs

I have `paths` set in my tsconfig like so ``` "compilerOptions": { "paths": { "~app/*": ["src/*"] } }, ``` But when I try to run ts-node-test, I get ``` Error:...

https://platform.openai.com/docs/api-reference/organization-optional states that you can pass in an organization ID when initializing. Is that supported in this package? Thanks!