John Chapman (@amzn)

Results 12 comments of John Chapman (@amzn)

I would be interested in testing Metal support on Intel Macs with my eGPU.

For building, etc., AWS has bare metal Mac mini EC2 instances, the mac1.metal: https://aws.amazon.com/ec2/instance-types/mac/. Being Mac mini’s, this likely means an Intel GPU, with too little GPU memory for actual...

It would be helpful to abstract all database calls so that we could add our own custom data stores for implementations. Personally, I would probably go the DynamoDB route for...

FeathersJS sounds promising. Have you tried plugging it in yet?

The goal here is to have either 0 or 1 (first applicable) condition in a list of conditions apply, making each condition mutually exclusive, but not requiring any of them....

The `firstOf` idea looks promising syntactically. How would it behave though? With `oneOf`, for example, one entire nested schema must be valid. If that worked the same way here, both...

Looking around to see what others have done in other schema formats. Here is an example of XSD-based modeling to express these concepts: - https://ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/datacollection_xsd/complexTypes/IfThenElseType.html - https://ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/datacollection_xsd/complexTypes/ElseIfType.html Following a similar...

> This sounds like a niche usecase to me. To accommodate these kind of use cases `$vocabulary` was introduced in `2019-09`. I don't think we should bloat the core spec...

> @chapmanjw Is this related to json-schema-org/json-schema-spec#152? > I'm having trouble following you, you listed `1.111` twice in your example. What would be some code I could use to validate...

> @chapmanjw Can you elaborate more on why `"multipleOf": 0.0001` doesn't satisfy you? What's a reason you'd want to make `1.1` invalid? @awwright I am working on taking certain existing...