Ian Eure

Results 43 issues of Ian Eure

This PR adds support for R/O and R/W fields. Properties with a JSON Schema `readOnly` or `writeOnly` set will have a `jsonSchema` struct tag added, with a `readonly` or `writeonly`...

I have a schema with a UUID property. It has a regexp to validate its contents, but isn't marked as required: ```jsx "uuid": { "type": "string", "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$" } ```...

I thought I'd generate structs for the JSON Schema meta-schema (the schema for a schema expressed in JSON Schema), so I could build my schema and let Go's type system...

I've been using weechat.el for a little bit, and one of the major issues I have is that when lines wrap, words get broken apart. Example: ![weechat-wrap](https://user-images.githubusercontent.com/35252/41426997-53eed678-6fba-11e8-9c34-73b3e557cf2f.png) Is there any...

It looks like the default behavior in `authenticate*` is `allow-anon? true`. This makes the example extremely misleading, since the supposedly secured app allows any request by default, and you must...

doc

This adds support for per-field boost values (set in the document metadata) and query explanations. Example of boosting: ``` clojure (let [i (memory-index)] (add i (with-meta {:planet "Earth Mk. II"...

I'mt trying to upload [nssh.el](https://github.com/ieure/nssh-el/blob/master/nssh.el) to Marmalade. When I try to upload it, the process takes forever and eventually times out. The package is never added.

It would be terrific if there was a better way to attach images (or whatever) to posts. - Support for org attachments. This is the flow I use for most...

feature request

When I run `butler-status`, I get this error: ``` deferred error : (error "Bad bounding indices: -6, nil") ``` I'm not sure how to figure out the source of the...