Justin Dearing

Results 22 issues of Justin Dearing

My daemonise builds were failing with `Could not find composer` I have phpci in /usr/local/phpcu like so ``` bash-4.3$ ls -l /usr/local/phpci total 3656 lrwxrwxrwx 1 jdearing 0 60 Mar...

If I want to extend that context I need raw access to the request and response object.

Sometimes when I do a "hub remote add" to a project the remote is set to `[email protected]: . . .` instead of `[email protected]: . . .` aitized example: zippy1981@zippy1981-Inspiron-15-7568:~/src/corporate-project$ hub...

bug

Alpine linux uses a smaller libc than ubuntu and redhat and produces really small docker images. There are [official php docker images on docker hub](https://hub.docker.com/_/php/) that use this. One installs...

feature request

## Summary of changes Added a ToString to ImmutableInstrumentationSettings ## Reason for change So I can see them all as a list in the visual studio debugger. ## Implementation details...

Files that get created if you have nCrunch installed in Visual Studio ## Summary of changes Added gitignore entries and tetrunner names ## Reason for change I don't want to...

One problem I've had at my client is while APM traces capture all the SQL and http client child traces of our ASP.NET Core MVC calls, HttpTriggers and OrchestrationTriggers. However,...

I shouldn't have to manually download set Visual Studio to use TrustFrameworkPolicy_0.3.0.0.xsd as a schema. It should be hosted at a public url so I can do `xsi:schemaLocation="http://schemas.microsoft.com/online/cpim/schemas/2013/06 http://whterver.xsd"`. If...

I can open separate issues for these, but I think the "should we" needs to be discussed together. It would be cool to have some powershell methods for switching the...

If I call to a non existent R script I get a 500 error instead of a 404 error. The rscript handler shouldn't process non-existant scripts. My conf: ``` #...