Austin Cheney

Results 53 issues of Austin Cheney

This is a really cool. I looked at the code see you are referencing the innerHTML of a given node for text replacement. This is risky in that innerHTML returns...

enhancement

# getNodesByType This is a suggestion for a new method to return a node list of descendant nodes of a matching node type. ## Purpose More directly access any part...

needs implementer interest
addition/proposal

Perhaps there should be a utility to provide error handling. This utility can accept a title, message, and stack trace and format that information properly to the executing environment whether...

enhancement
help wanted

# Description > This is the default template for bug reports, if you have a more general > issue, question, or request, you may ignore this template and write freeform....

type: bug
type: enhancement
language: javascript
status: blocked

### Details I am streaming a file from a server using this logic: ```javascript const hash = createHash("sha3-512"), readStream = createReadStream(data.path_source), compress = createBrotliCompress({ params: {[constants.BROTLI_PARAM_QUALITY]: data.brotli} }); readStream.pipe(compress).pipe(socket); ```...

stale

The first step is to pass data into functions opposed to referencing from globally stored properties. The most obvious offender is `data,input`. As much of this stuff as possible must...

enhancement

Currently installing biddle looks like biddle install http://prettydiff.com/downloads/prettydiff/prettydiff_latest.zip which is far more frustrating than the NPM and Homebrew way npm install prettydiff The frustration grows as the length of applications...

enhancement

* `location` - outputs the absolute path of an installed application - input: `biddle location prettydiff` - output: `/Users/austincheney/biddle/applications/prettydiff/` * `origin` - outputs the absolute publication point of an installed...

enhancement