Joseph Kolhoff
Joseph Kolhoff
Any maintainers still checking this repo? It seems like currently any attributes with single quotes turn into the attribute name, i.e. class='page-wrapper' will turn into class="class". Single quotes are valid...
Something like this would allow the quote used in the original html, e.g.: custom-attribute='valuewith"double"quotes' to preserve its original value unmodified and to not terminate the string early by printing double...
**Describe the bug** TypeError: Cannot destructure property 'log' of 'undefined' as it is undefined. at new Client (/Users/username/home/company/td-scheduler/node_modules/serverless-finch/lib/plugin.js:14:41) at PluginManager.addPlugin (/Users/username/.nvm/versions/node/v14.19.0/lib/node_modules/serverless/lib/classes/PluginManager.js:92:28) at /Users/username/.nvm/versions/node/v14.19.0/lib/node_modules/serverless/lib/classes/PluginManager.js:141:33 at Array.forEach () at PluginManager.loadAllPlugins (/Users/username/.nvm/versions/node/v14.19.0/lib/node_modules/serverless/lib/classes/PluginManager.js:141:8) at...
With the Sharpex2D-1.3.0 release, as in the tutorials, it works right out of the box by adding the existing Sharpex2D / Sharpex2D.CSCore projects to your new project, but on the...
Sometimes, projects require more than one CDN. Could we make baseUrl an array, so multiple CDNs can be used?