Richard Ayotte
Richard Ayotte
Here's a workaround. Let me know what you think about the strategy and I might be able to send you a PR, without the dependence on [jquery-aop](https://github.com/gonzalocasas/jquery-aop) of course. **Oct...
I'm working with a highly dynamic form, without a framework like Meteor, React and Angular and I've added the following to help with debugging. ``` js if (!field) { throw...
I like the missingField option or maybe an `environment` option with some defined behaviours. ``` js environment: 'dev' | 'test' | 'live' ``` `dev` would throw `test` would console.error() `live`...
Yes, `.validateAll` is the culprit.
The project is new and I believe it arose out of the need for http2 support. Perhaps @ronag can tell us more?
**Update**: Works fine 2.9.4dev On a fresh install, I'm seeing this possibly related error. ``` extract search terms for: Alien Strike word: alien - new_word: alien - sub_words: ['alien'] -...
@fengyuanzemin the code you posted here works fine. I suspect that the middleware that threw the error `ctx.session.isNew undefined` was used **before** the koa session middleware was used and the...
Here's a quick script that whipped up that restarts the miner every hour. ```bash #!/bin/bash trap ctrl_c INT function ctrl_c() { /usr/bin/pkill silentarmy exit } while : do /usr/bin/pkill silentarmy...
Maybe a dup of #30
I reported the issue but didn't submit a PR. The fix is simple though, just add #include to the top of capture.h.