Chris

Results 11 comments of Chris

See https://github.com/philsturgeon/codeigniter-oauth -- Twitter does not yet talk OAuth2.

The issue is not whether this code supports Twitter. It is: Does Twitter support Oauth2? Twitter has recently added support for application authentication with OAuth2: https://dev.twitter.com/discussions/22274 https://dev.twitter.com/docs/auth/application-only-auth This does not...

I installed `dokku-volume` and then applied this patch against `/var/lib/dokku/plugins/available/volume`. Once I realized that `docker-ags-deploy` needed `chmod +x`, everything began to work correctly. This patch has my vote.

How difficult would it be to let us configure the location for sunset/sunrise? I work on remote desktops where the location services would be inaccurate if they were enabled.

I am not really a .NET developer, but let me know if you want some help with this. A rudimentary location implementation could use the [Windows GeoCoordinateWatcher API](https://docs.microsoft.com/en-us/dotnet/api/system.device.location.geocoordinatewatcher?view=netframework-4.8) with an...

> Something exactly like this website but in app whould be nice. > https://www.latlong.net/ Are there any free geocoding services?

This is a duplicate of #24.

Open plugins\bootstrap-file-upload-2.1.1\dependencies.groovy. Change ``` compile ":twitter-bootstrap:2.0.2.25" ``` to ``` compile ":twitter-bootstrap:2.0.2.25" {excludes 'svn'} ``` Now if there is a way to make this happen automatically...

@machinegod's script works well to solve this issue for ICS files containing a single timezone. My import has more than one timezone due to the locations of several people who...