Tyler Clemens

Results 36 comments of Tyler Clemens

I'm interested in this as well. I'm wondering if we can follow something similar that was done for the `State` where a behaviour is written. The first implementation could be...

@OccamsQuattro Do you have a fallback handler in your bot? ``` # Default Fallback Handler for all events! # This way things don't blow up when you get an event...

@dominicsanto I believe this has been fixed, make sure you grab the latest version from ruby gems. I think the README on the project is still referencing a really old...

Any update on this? I'm seeing temporary files being left behind as well when using `transform` with `convert` ```elixir def transform(:thumb, _) do convert_opts = "-strip -thumbnail 250x250> -gravity center...

I'm more then happy to open a PR if this is something that makes sense

@fotiDim I'm interested in this as well. I have an apple watch. I've read that gathering the wifi data on iOS is either: 1. Not possible anymore 2. Possible with...

> Seen #108? Yea it doesn’t look like anything good came out of it though. According to [this article](https://developer.apple.com/library/content/qa/qa1942/_index.html) we shouldn’t be using `NEHotspotHelper` for this kind of use. Instead...

For reference that was the `Apple80211` library.

Here's an app that allows you to scan wifi and get the information we need without a jail break. It's built by Apple though. https://wlanbook.com/free-wifi-scanner-iphone-ipad-no-jailbreak-required/

Ran into this tonight as well