Chuck Dumont
Chuck Dumont
It would be nice if this action could support tagged releases. You could key off of the commit message for package.json. For example, "TaggedRelease beta" or "TaggedRelease next 1.2.3-rc2". With...
I have a .gitignore with the following contents: ``` **/* !README.md !.gitignore ``` which basically ignores all files in the directory except the two negated files. Now I want clean...
Proposed changes can be seen here: https://github.com/chuckdumont/docs/wiki/list-of-plugins#dojowebpackplugin- Note that I'm requesting this change in the old document repo because the plugin currently only works with Webpack 1.x. I'm assuming that...
Works pretty well. Only issue I had was that bdload does not pass the config object in the load method. Fixed this by adding the following: config = config ||...
**What is the current behavior? Describe the bug** Cursor is not initially visible in text area when text area has focus in high contrast mode. After start typing and placeholder...