steveoh

Results 67 issues of steveoh

This seems to have been ignored for a few releases. Any chance on updating it to make upgrading versions simpler?

I setup the correlation id with `EnforceHeader = false;` and `IgnoreRequestHeader = true;`. T he warning is still emitted. > (CorrelationId.CorrelationIdMiddleware) No correlation ID was found in the request headers...

performance

I made [this online demo tool](https://agrc.github.io/alexa-vote-skill/) to help my people test the utterance generation. I thought you might like to see it because a lot of the other utterance expanders...

A cli with this form ``` Naval Fate. Usage: naval_fate.py update [--table=...] naval_fate.py update schema [--table=...] ``` and this input ``` update schema --table=1 --table=2 ``` produces ```json { "--table":...

I would have expected the bot to find this url and report it. Does the parsing not go through the html pages and only markdown? https://github.com/agrc/gis.utah.gov/pull/1704/ ```sh curl https://www.fema.gov/floodplain-management/flood-insurance-rate-map-firm -I...

how are users intended to use the pr labeler to signify a major version change? With conventional comments its typically with BREAKING.

I'd like to cache the dependencies that this action downloads to speed up the sequential runs. Is this a feature you would want to add to this action or would...

When using the split pane it is very difficult to tell apart the pane from the text area. ![image](https://user-images.githubusercontent.com/325813/38584840-db6f3f3e-3cd4-11e8-8671-dda4e343dfbf.png) It would be nice to add a border to the top...

type-improvement
type-proposal
context-config

**Describe the bug** `IDictionary` serialization as `AnyType` is weird. **To Reproduce** With the following query and output type ```cs public class Query { public Thing Query() => new Thing {...

🎉 enhancement
🌶️ hot chocolate
Area: Type System
📌 pinned

with the file selected, command + shift + p > folderize fails. Right clicking the file and selecting folderize succeeds.