h

Results 4 issues of h

The regex for `sql_type` in `generator/resources/xsd/database.xsd` is of very limited use; it accepts nonsense like morse code `.-..--.` but rejects ENUMs with characters not listed in the regex. I'd suggest...

Bug

The following will copy `../src/index.html` to _itself_ rather than failing or copying to `../dest/index.html` as one would expect: ``` copy: { main : { files: [ { expand: true, src...

What is the recommended practice to define a sensible CSP to allow socket.io requests? The host name may be known only upon receiving a request with the `Host:`, so I...

Please provide a way to set arbitrary CURL options, or at least all timeout settings. When trying to load large objects, the request may time out. To work around this,...