Bryan J Swift

Results 10 comments of Bryan J Swift

Not sure if this is still on the radar but the folks I'm working with would like the ability to update via rebase and then perform a merge commit as...

Piling onto this discussion; I'd like to be able to use the types generated by Zapatos with a tool like nexus for generating a GraphQL schema. I don't think the...

I'd love the ability to add messages to a frame either when stopping or starting a task. A good intermediate step though would be to allow manual editing of the...

Re-reading this it almost looks like it is about generating HTML pages/files as much as SSR.

> Its seems like vscode automatically upgrade its typescript version to 5.0. regardless of the typescript version that we use in the project workspace. so the solution is : >...

> 2. It appears Chakra `2.5.5` is compatible with Typescript 5 (from this thread), but may not be compatible with Typescript 4.9.x Chakra `2.5.5` is _not_ compatible with TypeScript 5,...

> @bryanjswift A bit of experimentation finds that the problem only reproduces with: > > ``` > "jsxImportSource": "@emotion/react", > ``` > > ...in `tsconfig.json`. Comment out that line and...

I just ran into this same problem, well not with coffeescript but the useful-ness of per-project ignore list would be awesome. Even better would be if it just parsed it...

I get this same problem with some projects while using MacVim. Because of this I've gotten out of the habit of using PeepOpen because sometimes it just kills my computer.

No idea of this is a valid solution or not but adding ``` delete resolvedSchema['$id']; ``` After line 267 in https://github.com/rjsf-team/react-jsonschema-form/blob/e7b82772d4011670dd9f40049b3ba9000431de67/packages/utils/src/schema/retrieveSchema.ts#L248-L267 _looks like_ it resolves this error. I'm going to...