E. M. Bray

Results 253 comments of E. M. Bray

Another subtle reason not to just treat Cygwin as Windows, which just cost me several hours of headscratching: When a process is forked in Cygwin it doesn't necessarily copy all...

This is subtle. This action is using the [minimatch](https://github.com/isaacs/minimatch) package which in turn is using bash's semantics for how to iinterpret `**` ("globstar"). From `man bash`: * Matches any string,...

On the other hand, I tried it with minimatch directly and it does not appear to follow this rule: ```node > minimatch('example/foo.txt', 'example/**/*') true ```

On one hand, the wording "[the] format keyword allows for basic semantic validation on certain kinds of string values", does not explicitly imply that it can't also be used with...

Thank you--yes, I had seen that posted in another issue but it's good to have here too.

@karenetheridge @Liturgist is probably referring to [this table](http://json-schema.org/understanding-json-schema/reference/type.html) which lists JSON type analogues in different languages. Unfortunately it currently only lists Python and Ruby. I see no reason we couldn't...

I think it would be even simpler and clearer to write something like: > Generic annotation keywords may be used in any schema, including sub-schemas. Basically anywhere a schema is...

@jmuhlich Nice hack, thanks. Worked for me. I feel like I proposed adding a similar feature to line_profiler ages ago, but never ended up going anywhere with it; I forget...

Since it seems this project is no longer maintained, does anyone know an alternative?

Thanks, I didn't see there was an issue for it.