Charles Phillips

Results 8 issues of Charles Phillips

Add feature to Decode/Unmarshal configuration into a `map[string]interface{}`. This functionality is available in HCL, JSON, YAML and TOML decoders, as [we can see in Viper](https://github.com/doublerebel/viper/blob/cca2c805116e59a0eff0b007aa9124a03517dc36/util.go#L137). This change [enables Viper to...

Hello, I had a need to update my install script when installing on a new VPS. This script may not be perfect -- it probably needs more testing outside of...

I see **@nodert-win10/windows.graphics.directx.direct3d11** is published, so I thought I would give Windows.Graphics.Holographic a shot. Fails with: ``` sh C:\Users\charles\Source\NodeRT>NodeRTCmd.exe --verbose --winmd "c:\Program Files (x86)\Windows Kits\10\UnionMetadata\Windows.winmd" --codegendir c:\Users\charles\Source\NodeRT\codegen --outdir c:\Users\charles\Source\NodeRT\output --namespace...

Posting [re:discussion](https://github.com/joyent/node-triton/issues/102#issuecomment-249009457) with @trentm in #102 > It would be great to filter triton instance list by =~ as is possible with triton image list. That's the only place I...

Recently a user in #tomato was wishing for a search feature. I think this would be reasonably easy to add to AdvancedTomato, since AdvancedTomato is all clientside. It would be...

enhancement

As requested by audience at StereoKit Reactor Redmond meetup, this feature adds support for drawing with both hands. I considered a couple approaches, but extending a single Painting to track,...

Hello, Cloudant requires form encoding for logins, but accepts JSON otherwise. This patch enables the form encoding and is backwards-compatible. I had some trouble getting the tests to run locally,...

Right now, Target Endpoint XML is overwritten with minimal settings [(deploynodeapp.py#L128)](https://github.com/apigee/api-platform-tools/blob/20b97914d4cd5af835ceb0cde9d729cbf66eaae4/ApigeePlatformTools/deploynodeapp.py#L128) on every deploy. I would like to add environment variables to the ScriptTarget node, as described in the docs...