Austin Cheney

Results 87 comments of Austin Cheney

list user { key "name"; leaf name { type string; } leaf full-name { type string; } leaf class { type string; } }

https://github.com/Unibeautify/parse-framework/blob/tests/runtimes/httpserver.js The SGML tags here need a new lexer. Either they are broken or not accounted for.

@AkshayIyer12 Excellent! I am not picky about style or presentation so long as the code passes the validation build. I updated the original comment in this issue to better describe...

@AkshayIyer12 I just updated the code so that all the application code necessary to run in the browser will be in a single dynamically written file. The file is *js/browser.js*...

It looks like Robot Framework is a framework written in Python. I am not yet supporting Python. But Python would be a popular target for a next language.

I am not properly supporting PHP at this time, so I am marking this as an enhancement. If full support were present then this would be an HTML document containing...

I am really faking it a lot with a generic script parser. In most cases this isn't an issue, but I need to perform an audit and write a bunch...

It looks like `next` is not installed. You can install it globally with `npm install next -g`

This is beneficial means of CSS(like) beautification. As a proof of concept try the *compressed-css* option of Pretty Diff to play around with a vaguely similar idea. This option has...

Although the rest of your process continues to consume a large amount of memory it does look like your RSS object is being garbage collected with a large amount of...