Kieran Wood

Results 10 comments of Kieran Wood

Just tried out your example code from: https://www.d3-graph-gallery.com/graph/barplot_animation_start.html It throws a console error about a missing function: ![image](https://user-images.githubusercontent.com/22761705/128959001-c624e430-4bbf-4db6-91d3-ec61c3211065.png) I checked and even on a page without webslides it throws the...

@ramanshsharma2806 I know it's been almost a year since your comment, but for anyone else who finds this issue I have taken up a role as a maintainer on Hyde...

Since this commit is the one i'm using on the project board I will use this commit as the primary hub for collecting information for 1.0.0. It looks like there...

Will validate this when working on next release and once it's reconfirmed I will fix in version 0.9.0

I can't verify if the checks are failing due to the issues resolved in #329 because travis CI is down. I will pull and rebase this branch off the current...

@Teamtigers256 That's great to hear, thanks!. @yash982000 Check this out for details on auth layer for actions, the above setup is custom and likely won't work for you: https://docs.github.com/en/actions/reference/authentication-in-a-workflow

@yash982000 I haven't used this project in a while so I don't remember what scope it needs. I would personally use the built-in `${{ secrets.GITHUB_TOKEN }}` if you just need...

I had to modify the file in `.github/workflows/graphs.yml` (in my case I added a [single space](https://github.com/Descent098/up/commit/45b20e977dcdebbd619485c5d8c9d74c6d7c5146)). Once I modified it github recognized the file as a workflow file. So I'm...

@yanyao2333 no worries, I think @finalgamer is correct. I'm guessing the initial method github is using to find the workflow files is failing on initialization, but adding the space basically...

Thanks for the report. I don't think there's actually any particular order because it just grabs the paths currently. I think most recent first order makes sense. I'm thinking I...