Tim Costa
Tim Costa
### Overview If you are not aware yet, Hapi v17 is making the transition from callbacks to `async`/`await`, as well as deprecating some other rarely used functionality. This is a...
### Overview If you are not aware yet, Hapi v17 is making the transition from callbacks to `async`/`await`, as well as deprecating some other rarely used functionality. This is a...
Hello! Thanks for this great library. It's been super helpful and works well. I'm wondering if its going to be possible ever to trigger a manual cache clear. Say we...
Hey all - I'm trying to use v4 with Material-UI Checkboxes, and am experiencing some strange behavior. ```javascript const Checkbox = ({ field, label, checked, }) => { const {...
It doesn't look to me like the playback rate is being maintained when switching plugins. If I set the rate to 2.0, and then change the resolution for high to...
Is there a way to defer initialization of Summernote using this? I want to initialize it when the user clicks something, and right now as soon as is seen in...
## Describe the Feature Currently `utils_deep_merge_yaml` and `utils_deep_merge_json` are implemented as normal data sources, not [local-only data sources](https://www.terraform.io/docs/language/data-sources/index.html#local-only-data-sources). This causes changes to the yaml files on disk to not take...
I'd like to suggest either incrementing the Bcrypt library version so that it is compatible with io.js or switching to Bcryptjs which is also compatible with io.js.
Has supporting rich math input been looked into yet? Using a library like MathJax, rich math input could be achieved similarly to how links are currently rendered. If you guys...
Is it possible to add automatic link parsing to this? For instance, if I type http://www.google.com, I think desired functionality would be to make that into a link immediately.