Daniel Compton

Results 358 comments of Daniel Compton
trafficstars

Thanks! I was aware of Pyro but hadn’t thought about using it for HTML.

I think this issue can be closed now?

Hi @mayur-tavisca, are you asking for the the processed request body to be added to the `ctx`, even if the schema validation fails? Would you want it to go where...

I also noticed that exists properties don't seem to be respected for HEAD requests? ```clj (let [handler (yada.handler/as-handler (yada/resource {:id :test :produces "text/plain" :properties {:exists? false} :methods {:get (fn [ctx]...

After talking on Slack, I think the only unexpected behaviour is HEAD requests. For the rest it's entirely normal to POST or PUT to a missing resource.

This causes the form-test tests to fail. I think I must be missing the distinction between `:form` and `:body` here. I would assume that requests for either that were missing...

Hi Tom That all sounds good. Could you expand on > I think it would be best if we developed an approach with examples rather than just dropping a single...

Also, I recall @puredanger mentioning that there is a new Clojure website coming, it would probably be good to design to match the new website, not the old one :)

The `gh` CLI also uses PR templates. By default when opening a PR with one commit, it: 1. Creates a temp file copied from `.github/pull_request_template.md` 2. Adds the body of...

I've looked into it and I think the problem is in https://github.com/ztellman/gloss/blob/0.2.2/src/gloss/data/bytes/core.clj#L236. On a SingleBufferSequence, the limit of the ByteBuffer is set to the minimum of the byte-count or n....