dadepo
dadepo
...and as @temiyemi already mentioned, if we would have to go with any framework, Angular would be a better choice as we already have it in the tech stack. Introducing...
@Mich5 Yup, something like polymer sounds like a germane approach. I have not used it myself and I cant say if it brings in any overhead (I read though that...
Hi @Yetunde79 Thanks for the contribution. There is just one issue with the changes you proposed. It would appear empty since there is no text in between the tags. If...
Hey @Yetunde79, not sure I understand the question :/ mind expatiating? Which data are you expecting for the hbs files?
Take not to check issue #40 while fixing this bug.
Instead of showing the email, we should be showing the names instead
Regarding the `toString/parse` repercussion, perhaps the implementation of the `parse` needs to be updated? In a world where the `Asn` class which represents a single-valued asn has a `asRange` method,...
I ended up reaching for [Ajv](https://github.com/ajv-validator/ajv) to perform the validation of response object against the schema, but the problem is, the beacon-api spec does not have any of the properties...
> just generate testers from the OpenAPI schema @dapplion do you by chance have any tool in mind that does this? The ones I see are for either [generating client...
> https://github.com/openapi-contrib/openapi-schema-to-json-schema This does not generate testers though, but converts OpenAPI 3.0 to JSON Schema Draft 4. The output of the conversion, can't also be used directly for comparison in...