Collin Allen
Collin Allen
/remove-lifecycle stale
While I haven't tried it, it appears you need to include hls.js in your `` to make it available: ```html ``` Then, wherever you invoke OvenPlayer, tell it to use...
Today: https://twitter.com/luckymarmot/status/1304171065032278017 >OpenAPI 3 is coming in a few weeks too π
I've run it via the command line in the past by calling `master/Source/Bundler/bundle-tool.sh` directly, with a command like: ``` path/to/bundle-tool.sh \ --source-app path/to/iOSApp.app \ --template-app path/to/Launcher.app \ --device-family "iPhone" ```...
@cvitan I'd be interested in putting your code through its paces β I've got some Ansible scripts to work on and would like to continue using Vagrant 1.1 with VMware....
I wrote a new Vagrant plugin for 1.1.x that does most of what vagrant-ansible does: https://github.com/mitchellh/vagrant/pull/1465 https://github.com/hashicorp/docs.vagrantup.com/pull/10 The only thing it doesn't do is the temporary inventory file, because using...
My experience with making days unavailable has required two steps: 1. Make the day _actually_ un-selectable by returning from the `calendarView.daySelectionHandler` in `makeUIView` when an unavailable day has been tapped:...
@bcbnz Any plans to merge this? Thanks!
Merge please? ππ»