Patrick Steele-Idem

Results 6 issues of Patrick Steele-Idem

- [ ] When JS file is modified, only restart the server if that file is loaded on the server - [ ] Add support for hot reloading specific types...

```marko style { div.__colors { /* ... */ } ul.__colors { /* ... */ } __colorLI { /* ... */ } __disabled-button { color: grey; } __enabled-button { color: yellow;...

type:feature
status:todo
proposal

Currently, Marko does not enforce any restrictions on naming a component. That is, a UI component can be all lower case, all upper case, have dashes, not have dashes, etc....

type:maintenance
status:needs review
proposal

For more information on Raptor Templates: Raptor Templates is an extensible, streaming, asynchronous, high performance, HTML-based templating language that can be used in Node.js or in the browser. Raptor Templates...

I ran into problems when trying to use this module. I added the following code for debugging: ``` javascript var t = require('true'); var myTrueValue = t(); console.log(myTrueValue === true);...