Simon Massey
Simon Massey
(My apologies if this is just a simple mistake on my part as I am new to scala) I checkout and build jacks and added two of my own classes...
If there are files that don't have a column header it would help to be able to specify the key and ignored columns by column number e.g., `0,3,6`. This can...
### Summary Duplicated rows appear to be ignored and the user is told that `files are identical`. ### Minimal Reproducible Example ``` 2019-05-22 06:03:45 ⌚ |2.4.4| MacBook-Pro-3 in ~/projects/csvdiff ±...
This tool looks just what we need so I thought to kick the tires and look at the issue to understand any limitations. I noticed that folks are not reporting...
I have setup bashdb and visual studio code on my macbook to be able to step through the code to debug it. I have created a gist that outlines how...
There is a note in the git-secret-hide docs that all the files should be hidden all the time to prevent the committed keys having changed but the files not having...
This ticket is to implement the RFC: https://github.com/sobolevn/git-secret/blob/master/RFC/RFC001.md Here is some awk to "[subtract one set from another](https://github.com/UniqKey/openshiftbot/blob/f6244fcb7049833e08fea7dd6f7bdc60cc1c51c3/bin/imagechecker.sh#L32)". That script uses that awk to figure out "what is upstream that...
If I look in `config\cors.php` it has a line: ` 'allowedOrigins' => env('CORS_ALLOWED_ORIGINS') ? explode(',', env('CORS_ALLOWED_ORIGINS')) : ['*'],` I was unable to get anything working until I had set an...
I did some performance tests of creating a CompiledScript version. Here is a screenshot of 100 runs https://www.dropbox.com/s/xozu28o2axddet0/Screenshot%202018-02-14%2011.01.56.png?dl=0 it was coming out at about 13% faster.
With a spec: ``` describe 'hello-world', -> beforeEach -> @room = helper.createRoom(httpd: false) afterEach -> @room.destroy() context 'user says hi to hubot', (done) -> beforeEach -> co => yield @room.user.say...