Matthew Peveler

Results 298 comments of Matthew Peveler

How are you running slate (natively, docker)? Would you be able to share your `index.html.md` file?

What version of slate are you using? Is this a fresh installation, or are you upgrading from an older version of slate? Your issue looks similar to the one fixed...

Could you paste the contents of your gemfile? Alternately, are you able to provide a link to the repo that has your code?

What are you doing to run slate? Natively? Vagrant? Docker?

Could the function be made such that if you pass in a length that's greater than any word, it caps the value to the max word length? The few times...

Adding to this, I had a downstream consumer of one of my projects hit this issue. My use case is exporting data from a DB into CSV/TSV. Interestingly, it seems...

Given these two files (produced using above code example): [unquoted_cr.csv](https://github.com/adaltas/node-csv/files/7393368/unquoted_cr.csv) (using `quotedMatch: '\r'`) [quoted_cr.csv](https://github.com/adaltas/node-csv/files/7393367/quoted_cr.csv) (produced with default settings) How do they open on Windows / Linux in popular spreadsheet software?...

What database adapter are you using? What's the version of the database you're connecting to?