Benjamin

Results 4 issues of Benjamin

Hello, I would like to propose that the project drops the support for older node versions. I'm particularly concerned about node-sass. Unless there's a requirement to run the project using...

Hi, I would like to see an example of the fetchMore for use in pagination, tx

I'm currently using these types `import { TableColumn, TableOptions } from 'cli-ux/lib/styled/table';` from `v4.93` but I want to use a newer version and I see these types are no longer...

unhandled error from calling jwt.decode with invalid/malformed token will crash the app, I sugges you wrap it in a try/catch block: ``` Account.statics.decode = function(data) { 'use strict'; var decoded...