Dean Attali

Results 542 comments of Dean Attali

@helgasoft @adigherman when you used coveralls with github actions, did you get the badge to work? I'm getting "unknown" in the badge, and I suspect it potentially could be because...

Ah you found out the secret ingredient, that I just figured out myself after looking at coveralls documentation. "CI_BRANCH" envvar is required. So you hardcoded it in, which works for...

Please **always** test every line of code that gets modified. Even very small and innocent-looking changes **must** be tested before committing. The variables `fileName` vs `filename` will cause this code...

@mayeulk do you have a specific use case in mind, of a dataset that would work well with timevis and with another crosstalk widget?

If you could provide me with some sample csv data that can be used for timevis and other widgets, that would help. I'm currently trying to implement crosstalk support, but...

Thanks for the file With this csv, what code would you use to create the timevis? (because I don't know which columns here are "id", "start", "end", "content", etc). And...

I tried looking at that file but it's huge and very difficult to pull out demo code to test with. Are you able to provide a code sample? I'm looking...

Thanks for all your time! I got your app to run, but I'm still not sure how to use this for a crosstalk test, because there is no crosstalk used...

Ah nice, yes that's what I'm looking for! Ideally something with this structure but that also holds some data that makes sense so that the example would be practical rather...