-
I believe @EliAndrewC has done some work on this already in an upstream (downstream?) fork. I don't know how the current implementation works, so this is a proposal of how I think it _should_ work. As…
-
I struggle a long time to understand this **12-factors** point about env-powered configurations.
I've read through all issues of this and the mirror Ruby repos. Through a number of stack overflow thr…
-
File stored remotely
``` javascript
import env from './manifest.json' // { "token": "ACCESS_TOKEN_VAR", "secret": "CLIENT_SECRET_VAR" }
const keys = {
token: process.env[env.token],
secret:…
-
When running services in Mesosphere/Marathon cgroups, the framework sets a random number to PORT variable for the service. It would make Mesos deployments way easier if Rocket would respect the variab…
-
First of all, thanks for all the work on Fastlane. We were able to rebuild the pipeline in no time at all, first time in my life didn't have to mess around with provisioning profiles, etc.
We also us…
-
# Pilosa Configuration Proposal
**Authors**
* Yuce Tekol
* Cody Soyland
* Matt Jaffee
**Change log**
* 2017-02-27: Updated default data directory
* 2017-02-09: Updated *Address* to i…
-
On [my profile page](http://exercism.io/ErikSchierboom?all=true), the tracks I've completed are listed. However, there are two tracks that aren't listed, for which the CLI doesn't fetch any new exerci…
-
when selecting sharping stone recipes the game crashes well at least it does if you select the obsidian one lol here is the crash log for you
---- Minecraft Crash Report ----
WARNING: coremods …
-
Here is the current list of problems with the number of submissions per each problem.
@hankturowski you are right about the Bob problem. 54% of people drop out of the track on the second problem!
Le…
-
In the [readme](https://github.com/sinatra/sinatra#using-sessions) and [intro documentation](http://www.sinatrarb.com/intro.html#Using%20Sessions), we describe how to set a session secret manually wit…