Samuel Richardson

Results 46 comments of Samuel Richardson

I'm seeing the same issue, this is with the custom service provider in place. The full stack trace is: ``` [2019-07-22 23:43:34] local.ERROR: A cell must be a TableCell, a...

Exploring this a bit more. This may be because we had failed jobs lodged before we had implemented the custom service provider. We'll try clearing our existing failed jobs and...

Also doesn't like negative numbers

Okie dokie, I'll send through in about 14 hours :)

I realised that it was handling floats correctly, I was just trying to pass it strings. That said, what do you think about a filter for parsing strings to ints...

Here's the pull request for handling the negative numbers: https://github.com/a8m/angular-filter/pull/76 I think shortFmt should throw an exception if you pass it a string rather than try to handle it. You're...

Keep in mind that theirs at least two other filters that would need to implement string handling like this (`btyeFmt` and `kbFmt`) so you're going to have to share your...

Ok, sounds good. I'm pretty busy again now, @SoundLogic your stuff looks good though, you should pull request it.

Keyboard shortcuts added

You might want to look at setting up Dokku and deploying into that.