rayjlinden
rayjlinden
I'm running kinesis-lite in a docker container with a bunch of other services. We see the CPU for kinesis lite to be VERY high. Even when very little to no...
Has anyone got Logstash kinesis-input-plugin to work with kinesis lite? I have this Logstash config like this: ``` input { kinesis { application_name => "maxwell" kinesis_stream_name => "maxwell" codec =>...
Just installed gohack. Trying first hack I get: open /var/tmp/rayj/gocode/src/github.com/lindenlab/extraction-personas/go.mod: permission denied The repo I'm trying to hack on did get created in $HOME/gohack - it appears to be failing...
[//]: # ( . Note: for support questions, please use Stackoverflow or Gitter**. . This repository's issues are reserved for feature requests and bug reports. . . In case of...
The gid is not being properly set for newly created dirs. Looks like the group "users" is hard coded instead.
Generally et is working great Things will run for weeks on end with no problems. Then something happens (today my Mac rebooted). Then all of a sudden I can no...
**What were you trying to do?** View the field entry.DFIAccountNumber after parsing an ACH file. **What did you expect to see?** The string value to have white space trimmed. **What...
The Treasury's UI also calculates the score used with the phonetic based algorithm Soundex. https://www.treasury.gov/resource-center/sanctions/SDN-List/Pages/fuzzy_logic.aspx This algo should be supported as well and incorporated into the overall search score.
Our bank (CFSB) requires that a supplemental file also be generated with each ach file. Here is their document describing the format of this file (and naming convention). [ACH_Origination_Supplemental_Data_Layout_v1.4.pdf](https://github.com/moov-io/paygate/files/3713882/ACH_Origination_Supplemental_Data_Layout_v1.4.pdf) A...
This is more of a question I suppose than a bug report. But it is about the current architecture of paygate that appears like it could be a problem for...