Oren Mittman
Oren Mittman
> I found a workaround in tree-sitter/tree-sitter: > > Adding > > ``` > > //@ts-ignore > delete WebAssembly.instantiateStreaming > } catch {} > ``` > > to the top...
@FonzMP Could I potentially get almost the exact same validation functionality as `dry-schema` with some JSON schema library in `vets-api`?
@stevenjcumming Rather than manipulate the global variable, could we instead `prepend` a `warn` method in `modules/claims_api/config/initializers`? ```ruby if ENV['CI'] == 'true' CombinePDF::PDFParser.prepend(Module.new do SUPPRESSIBLE_WARNING = "Couldn't connect reference for" def...
> @nihil2501 I thought it might be better to keep this more visible since it's kind of random and I don't like surprise patches. But I'm open to other approaches...