Andrei Neculau

Results 172 issues of Andrei Neculau

A schema with `"$schema": "http://json-schema.org/draft-06/schema"` i.e. no trailing `#` will make jesse believe this is not a draft6 schema, and complain about unsupported schema. `http://json-schema.org/draft-06/schema#` is equivalent to `http://json-schema.org/draft-06/schema` and...

enhancement
help wanted

subset of @lazedo 's #42 --- This change is [](https://reviewable.io/reviews/for-get/jesse/52)

enhancement
help wanted

see https://github.com/for-GET/jesse/pull/47#issuecomment-922510588

enhancement

I don't know if it's only me, but this is how opening a .patch file (a diff) shows up with the dracula-theme in Emacs 26.3 (in iTerm2 with dracula-theme as...

new-face

as per https://tools.ietf.org/html/rfc7159#section-4 > The names within an object SHOULD be unique. yet JSX works like this: ``` 1> jsx:decode(). [{,},{,}] ``` Consider adding `no_duplicate_keys` as as flag part of...

feature request
future

This is described in the wiki as > This is used similarly to content_types_provided, except that it is for incoming resource representations – for example, PUT requests. Handler functions usually...

`known_content_type` is supposed to return true/false and thus trigger a 415 response code, based on the request-content-type. What is the idea behind this callback, given that there is already a...

Has anyone looked into decision F6 ? https://github.com/basho/webmachine/blob/master/src/webmachine_decision_core.erl#L279 Why set a content-type header when the response can easily be 204 No Content or 303 See Other or 201 Created, etc?...

in https://github.com/for-GET/katt/blob/master/src/katt.erl#L296 and output meaningful messages (e.g. the error code itself). Now it simply crashed because it doesn't match a katt_response record. example: `{error, econnrefused}`

bug

after a failed rollercoaster in finding a load-testing tool (ab, httperf, siege, tsung, loader.io, loadimpact, ... , some others still to be investigated), I was thinking "how hard can it...

enhancement