Nick Manning
Nick Manning
Please allow others to manage this repo if you do not have time to properly review PRs and Issues!
@wyyerd it may be a good idea to give certain contributors write access to this repo so we can ensure it's maintained promptly. CC @seanpianka
Great work on this. FYI (unless I get a chance to submit a PR myself), the magic link option (under the form) always appears and it seems it should be...
When starting the rails server using Jruby 1.7.3: ``` ruby LoadError: load error: jruby-openssl -- java.lang.VerifyError: class org.bouncycastle.asn1.ASN1Primitive overrides final method equals.(Ljava/lang/Object;)Z require at org/jruby/RubyKernel.java:1027 require at /Library/Frameworks/JRuby.framework/Gems/1.9/gems/bundler-1.3.5/lib/bundler/runtime.rb:72 each at...
Hello. I have a table view controller working fine with the ability to swipe the row and expose a Delete button in iOS 7. But if I use this library,...
Would be nice to have this feature in case the agent hostname changes. What about something like this? ``` - name: Check current agent hostname shell: "sudo le whoami |...
Hey there. I noticed that is the service is stopped for some reason, there's no way to make sure it is indeed started. We have a "Restart logentries" handler but...
Useful if folks want to change the hostname config var if re-deploying, no? Right now it only sets this `when: result|failed and logentries_set_key is not defined` i.e. https://github.com/ricbra/ansible-logentries/blob/6b72f788f9e60ffaed9a3867664330b999bfd30e/tasks/main.yml `- name:...
Useful when the browser redirects back to an in-app page using URL schemes.
## Expected Behavior I am able to follow the following code snippet cited [here](https://www.contentful.com/developers/docs/javascript/tutorials/using-js-cda-sdk/#retrieving-entries-with-search-parameters) in the documentation: ``` client .getEntries({ skip: 100, limit: 200, order: 'sys.createdAt', }) .then(function (entries) {...