Stephen Margheim
Stephen Margheim
The version on [Packal](http://www.packal.org/workflow/zotquery), which is the repository for Alfred Workflows, should always be the most stable. Right now, I think version 8.5 is up there. That is way more...
FWIW, you can easily accomplish this behavior with the `evalutate` method along with setting the `minChars` value to `0`. Using some simple jQuery: ``` var awesomplete = new Awesomplete(document.getElementById('awesomplete'), {...
The "scroll to selected item in dropdown" functionality can be achieved easily by adding one line to the `goto` method: ``` goto: function (i) { var lis = this.ul.children; if...
@reidmorrison: I have found the source of the problem. The filter that I set in my configuration is never passed to the initialised loggers when the Engine is mounted. Consider...
To clarify, because Heroku requires logging to STDOUT (https://logger.rocketjob.io/rails#log-to-standard-out) and thus requires disabling the file appender, currently any of the options passed and used to configure the appender are ignored
@hubert That does fix my problem, but I'm not certain it's the best general fix. What is the point of `parse_root_in_json true` if it doesn't actually parse the root key...
I may just put in a PR with this suggested fix.
This initially appears to be the same sort of issue as mine in #380. Though it might be related to the formatting of the response. A stack trace would clarify...
I am going to revert the Gemfile.lock change, as that seems to be the issue with the Actions
@excid3: Yep, got ahead of myself. Reverted those changes, merged in the most recent pushes to `master` and now everything is green