Sam Critchley

Results 17 issues of Sam Critchley

Hi, I might be misunderstanding what livereload does, but using the below setup I see changes to the html file be reflected, however changes to assets the html is loading...

v0.8.0 Regarding the discussion at #50. I ran into this because my transformResponse was throwing an error (due the response being some error output and not the expected output). I...

Installation fails to build with this error: I have vs2013, vs2012 and vs 2010 installed ``` > [email protected] install C:\Users\sam.critchley\AppData\Local\Temp\apm-install-dir-114914-3744-vowuva\node_modules\api-blueprint-preview\node_modules\pathwatcher\node_modules\runas > node-gyp rebuild C:\Users\sam.critchley\AppData\Local\Temp\apm-install-dir-114914-3744-vowuva\node_modules\api-blueprint-preview\node_modules\pathwatcher\node_modules\runas>node "c:\Chocolatey\lib\Atom.0.136.0\tools\Atom\resources\app\apm\node_modules\atom-package-manager\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild Building the projects in...

Hi, Just wanted to make a request a markup friendly tooltip. That is a tooltip that I can specify a html body for.

enhancement

Hi, I am using file reader in an angular context. In this particular example I am editing a resource with filereader. It draws the swf on the page. Then when...

The export text is: ``` # HELP uploads_documentuploads # TYPE uploads_documentuploads gauge uploads_documentuploads{planid="9aa6dd9e8e7axxxxx1414621fe9b3249",userid="xxxxxxx-5a2f-47fe-b2f1-865b14661aa1",domain="gmail.com",clientid="5e9d38cc0c7771fe1b6e7bd4bbd5bedd"} 0 ``` for a *counter* created and incremented with: ``` _options = new CounterOptions { Name =...

Like what @rhberro was requesting here -> https://github.com/jondot/hygen/issues/80 In my case I'm trying to write some templates that use prompts to then query some info from a sql database. I...

Hello, I would like to know how this should be written. ``` env { name = "ORLEANS_CLUSTER_ID" value_from { field_ref { field_path = "metadata.labels['orleans/clusterId']" } } } ``` This results...

question

Hey, I am trying to attach a file to a request. ``` let stream = fs.createReadStream(f); r.attach('something', stream); ``` Gives me a seemingly unhandlable error `The header content contains invalid...

Hi, this wiki page - https://github.com/sjkp/letsencrypt-siteextension/wiki/Azure-Functions-Support - describes the process for creating a proxy and function to make stuff work. It shows both the proxy and function being named the...