Dr Nic Williams

Results 138 issues of Dr Nic Williams

Hello happy ppl. Could your CI publish linux/darwin binaries to github releases?

I'm going to raise this issue here as I can't reproduce it deploying apps normally. I am running the `cf dea-ads` command from https://github.com/cloudfoundry/tools-cf-plugin/ so I can see the number...

I had two fronius inverters installed recently and I got `example.js` working with the following config: ```js var fronius = require('./index'), util = require('util'), options = { username: "admin", password:...

``` $ cf copyenv my-first-app export VCAP_SERVICES='{}'; $ cf set-env my-first-app PERSON "Dr Nic" $ cf copyenv my-first-app export VCAP_SERVICES='{}'; ``` Is this a bug or a feature you'd like...

``` The current PATH is: /usr/bin /bin /usr/sbin /sbin Please add the directory containing “gocode” to PATH in TextMate's Shell Variables preferences. Alternatively, the PATH can be retrieved from Terminal...

I've built `uaa` with golang 1.10 and I tried the following env vars but `uaa` is not using the socks5 tunnel. Could we please add support (or is there a...

unscheduled

Currently `uaa target` only supports `--skip-ssl-validation` to ignore custom root certificates. Could we add support for a `--ca-cert` flag too please? Related to https://github.com/cloudfoundry-community/go-uaa/issues/5

unscheduled

An example usage is in https://github.com/starkandwayne/ultimate-guide-to-uaa-examples/tree/master/ruby/omniauth-resource-server

unscheduled

If I've already logged in with `uaa` v0.0.1, and then try to upgrade to master branch I am rewarded with an ugly panic. Perhaps instead, politely suggest to the user...

unscheduled

This block is ultimately passed to Faraday. For example, to enable low-level faraday logging: ```ruby llm = Langchain::LLM::OpenAI.new(api_key: ENV[OPENAI_API_KEY]) do |f| f.response :logger, Logger.new(), bodies: true end ``` See more...