steveoh
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...
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.
Caching
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.  It would be nice to add a border to the top...
**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 {...
with the file selected, command + shift + p > folderize fails. Right clicking the file and selecting folderize succeeds.