Joshua Clanton
Joshua Clanton
I also ran into this issue when using negative lookbehind in the regex pattern, and it took me a while to understand what the problem was. Any chance we could...
It doesn't seem to. I tried both: ``` "go.alternateTools": { "golangci-lint": "../bin/golangci-lint" } ``` and ``` "go.alternateTools": { "golangci-lint": "bin/golangci-lint" } ``` And the autocomplete suggestions provided seem to indicate...
I would also like to see something like this, as I need to customize the markdown quite a bit more than the current GenMarkdown* functions allow. For the time being,...
It is now possible to change the port that Azure Web Apps for Containers looks for: https://docs.microsoft.com/en-us/azure/app-service/configure-custom-container?pivots=container-linux#configure-port-number
@MichaelRFairhurst Is that related to this grunt task? Seems like an issue for htmlmin instead.
@MichaelRFairhurst What does your grunt config look like? You can exclude SVGs there.
@MichaelRFairhurst Could you create two subtasks for ngtemplates? One for HTML that includes htmlmin config, and a second for svg that excludes htmlmin. Then concat the two JS files. May...
I think most of the potential audience for ahkpm can be described along two axes. 1. Familiarity with AutoHotkey itself: from (a) newbie to (b) old hand 2. Familiarity with...
Here's a possible documentation outline that accounts for most of the things mentioned above. - Introduction - Commands - All the commands... - Guides - How to install and use...
Thanks for the bug report, and sorry for the time you wasted fighting it! Should have a fix for it in the next couple of days that: 1. Allows "UNLICENSED"...