Ariel Silverman
Ariel Silverman
Hi @dakrone - I wanted to get your thoughts on providing a predicate function that can be used in conjunction with clojure spec called json? that one could add into...
When running go-jsonschema on the payload below, no struct is being generated ```json { "$schema": "http://json-schema.org/draft-04/schema#", "id": "http://hl7.org/fhir/json-schema/HumanName", "$ref": "#/definitions/HumanName", "description": "see http://hl7.org/fhir/json.html#schema for information about the FHIR Json Schemas",...
Hi, I tried to use this by running a plantuml server locally from docker (`docker run -d -p 8888:8080 plantuml/plantuml-server:jetty`) and specifiying the following `settings.json`: ```json { "plantuml.server": "http://localhost:8888", "plantuml.render":...
Consider the following struct ``` type Entry struct { Bananas []int BananasCount int } ``` The field BananasCount must be consistent with len(Entry.Bananas) How can one create this kind of...
Execute the code example found here: https://pkg.go.dev/gopkg.in/square/go-jose.v2/jwt#example-Encrypted The resulting JWT token is invalid, it has no contents `eyJhbGciOiJkaXIiLCJlbmMiOiJBMTI4R0NNIiwidHlwIjoiSldUIn0..JY8-0PpFpvdrKEf8.f_7kAbKUHASjdv4Tuz14b2fUDPRm8uPIiRGmcNY27WA.YxpmkzkaVwzrU1-gjkAKYA`
I would like to use this template for my application, however there is no getting started guide or explanations regarding the proper use and extension of this template. A Getting...
**Description of the problem/feature request** Our project contains a `third_party` folder containing yaml files that do not concern us, I would like an option to ignore all files under that...
Currently the transformation is unidirectional clojure.spec -> JSON Schema. Is it possible to go from JSON Schema -> clojure.spec?
As a k8s user, I would like to be able to define and retrieve resources from Azure App Configuration
First, spf13/cobra is just brilliant and elegant! Also, it is extremely popular and broadly used. I was inspired by a functionality that exists in [`azure-cli`](https://github.com/Azure/azure-cli/blob/dev/src/azure-cli/azure/cli/command_modules/feedback/custom.py) that automates and makes more...