Results 7 issues of Bailey Parker

[jonathantneal/polyfill](https://github.com/jonathantneal/polyfill) has polyfills for several DOM methods that autopolyfiller doest not recognize. When running the following: ``` autopolyfiller('IE 6').add( "var abc = document.getElementsByClassName('abc');" + "abc.classList.add('abc');" + "abc.querySelector('span.def');" + "document.querySelectorAll('span.def');" ).polyfills...

I've read through the issues about the `--watch` flag and appreciate the amount of effort that has been put into maintaining it! :smile: The [implementation](https://github.com/sass/node-sass/blob/34db870992bcae17de30dd0e1f0fd8ddb4bcc363/bin/node-sass#L217-L256) is impressively terse and as...

Discussion - Proposal
Module - Watcher

When digging through the source I discovered that the assembler allows you to input decimal numbers by simply not prefixing them with `$`. This is interesting (and not documented...PR to...

Is there a reason why monitor takes a starting address and a length instead of a starting address and an ending address? It seems to me the latter would make...

See #19. This enhancement adds the following features to the monitor: - If the last operation retrieved something from memory (not the simulator getting the PC or argument but explicit...

The monitor is useful for debugging programs, but when stepping through a program it's often difficult to keep track of what is happening in memory. I think it would be...