Eric Gjertsen
Eric Gjertsen
I think you can do this already by defining the column with the `decreasingOrIncreasingBy` sorter, no?
I use this library for paginated data. The key thing to recognize is the data is not part of the state of the table, it's passed in in the view...
:+1: similar issues: #12, #14, #19 . For now you could do via CSS by wrapping the table in a ``, and `.mytable > table { ... }` etc.
:+1: similar issues: #12, #14
In my opinion, no. But even if you do want to put it there, you run into the problem that it's hard to write CSS rules to apply to particular...
In other words the underlying issue is **how to set attributes on the header cells without having to override the default thead function?** This is just a motivating case for...
Hmm, I see what you mean, but it doesn't work like that for me... I get `./gs/bin` followed by `~/.rbenv/shims:~/.rbenv/bin` in the subshell. rbenv 0.3.0 .
I'm confused by this pull request. If I have something on a stream that predictably throws, I would store it on the stream as an `Either Error x` -- either...
You can see my -- as yet unmerged -- pull request that fixes this [here](https://github.com/jnunemaker/crack/pull/27). If you're using Crack through HTTParty, you can get around this by using a different...
PS. the commit to pull from is a44fda2. The further commits listed above are for features I've started to add to my fork - namely, ability to configure bots from...