Results 14 issues of Tim

### Describe the bug It was suggested that the Discord support thread I raised should be logged as an issue, so here goes: Why does button 1 generate a warning?...

bug

### Describe the bug In SolidJS, trying to `setFields` to Infinity/-Infinity, or even the string values of them causes a ` The specified value "-Infinity" cannot be parsed, or is...

bug

I've got a structure like this: ``` emails |->welcome |->email.html |->registration |->new |->email.html |->referral |->email.html ``` I cannot get copyfiles to copy the 'empty' registration folder and it's contents over....

I have a 3rd party component that relies on a `document.getElementById` call to find a DOM node in my components `onMount` function. Works great with the normal transition, until I...