Felipe Gonçalves Marques

Results 4 issues of Felipe Gonçalves Marques

In Chapter 12, `traverse` is presented out of the blue. `sequence` is explained, but in the section **Type Feng Shui**, traverse is not explained.

TODO

When checking the compatibility with a schema that does not exist in the registry. I expected to get a SchemaNotFound error with some error code like 404. But instead, it...

bug

Hello! ### Problem Version: 0.10.2 The following code fails: ```clojure (require '[clojure.spec.alpha :as s]) (require '[spec-tools.core :as st]) (def strict-json-transformer (st/type-transformer st/strip-extra-keys-transformer st/json-transformer)) (def status-set #{:success :error}) (def reason-set #{:generic-error...

First, thank you for the amazing dataset. As described in the paper, the first step of the annotation process is to classify the question as good or bad. But I...