James Beem
James Beem
### Describe the feature Currently, when you open a scala file in one project and metals attaches and loads up, and then you switch to a file in a different...
In an attempt to reject payloads with extra fields our project brought in the circe extras library and replaced our standard semi-auto codecs with the extras semiauto deriveConfiguredCodec. The result...
Should generators respect validations on schemas, and schema instances created from transformOrFail?
Current behavior: 1. Create a schema with a validation, then derive a generator for that schema. running that generator produces values that do not meet the schemas validation. 2. Create...
Current behavior: Gen instances for a string are automatically set to Gen.anyString Problem: Gen.anyString can produce a character that postgres doesn't like, `\u0000`, which causes tests against a postgres db...