Results 31 comments of Declan McGrath

Thanks @saimn You're fix kind of worked in my case. When I applied it, the actual column values appeared on top of the bars (rather than a distinct legend that...

@saimn Thanks for clarifying that! It now works as expected, with one small change - I had to wrap the labels inside an extra pair of square brackets, for example...

I'm getting this error too and am using the octopus gem. Can't be sure it is at fault but I've ruled out a few other potential culprits.

I have refined the Dustbin test case. It is the table header tooltips in material-ui that are causing the problem. The left hand side of the this diff works fine,...

P.S. With the above workaround I also have to change my require slightly to be... ``` var JsonApiDataStore = require("JsonApiDataStore").JsonApiDataStore; ```

@beauby Ya, happy to PR it. Or @berlincount if this is better solved using #15 and #16 then I will not bother PR'ing this?

Hi, sorry somehow I missed your last message @berlincount. @beauby, thanks for the follow up. I've just retested master but when I try do the require with... ``` var JsonApiDataStore...

Hi @jcsalterego, I've narrowed down the test case. It seems like the length of the last line in my .bash_history file determines the max length at which all other imported...

Ah, the problem isn't the import, it is displaying the output using "select" of sqlite. If we set an explicit with as in https://github.com/jcsalterego/historian/pull/11 then the problem is reduced. That...