clarkewd

Results 18 issues of clarkewd

In version `0.7` I had an `application.yml` file with all of my variables and I used `rake figaro:heroku` to upload all of the variables at one time. Upgrading to version...

I don't see a reason to use the label instead of the value: ``` selected_values.push($(this).val() + "-" + $(this).text()); ``` Why not just use: ``` selected_values.push($(this).val()) ``` I was having...

WooCommerce apparently uses ajaxChosen and I've been noticing that when the results are returned it (unfortunately) allows you to add the same selection multiple times. Is there some way to...

One of the steps in the README / instructions is: > Now go to C:\MinGW\msys\1.0 and copy everything over to C:\MinGW. What purpose does this serve? Could we also just...

I'm running the websocat client and noticed that if the server sends a blank line (an empty message) then the client seems to shutdown and further communication with the server...

I've searched but can't seem to find any documentation on how to use the pageSettings option.

I tried this to disable persistence: module.exports = { persistence: false }; But that results in an error: /usr/src/app/lib/cli.js:165 opts.persistence.path = program.db; ^ TypeError: Cannot assign to read only property...

The Injector on OSH Park is labeled "linbus Injector Version C Rev1" and has this layout: ![827bc02839406c97d3ac14fa2afe58aa](https://user-images.githubusercontent.com/156377/26895690-5d59bf2e-4b90-11e7-88f5-789bec121541.png) That's different from the pdfs in `injector/eagle` and `injector/eagle_991_mounted` - probably doesn't make...

On the [configuration page](https://www.pimpmylog.com/documentation/configuration.html) ### SORT_LOG_FILES > How do you want to sort log files in the file selector on top __keft__ ? `keft` should be `left`

It would be nice to have a command to switch the byte-order, i.e. switch a number from little-endian (LE) to big-endian (BE) eg: If I paste a value encoded as...

enhancement
help wanted