Jack Singleton
Jack Singleton
Cool, thanks for bringing this up! As there is already support in Reveal it shouldn't be much work to add.
Hey thanks for looking into this. I'm not entirely against hacky workarounds :) First sorry for the state of the 'static' directory - a lot of it is plain old...
Thanks for the PR Jon. I think I'll have some time to merge and release between now and this coming weekend.
Agreed @ndarilek. Eventually I think Hacker Slides should integrate with a file upload app like Filedrop or Davros via the powerbox and allow any file to be embedded within a...
I also have this issue. As a work around I've removed this hard fail in index.rb: https://github.com/sup-heliotrope/sup/blob/develop/lib/sup/index.rb#L628 (literally just removed that line) The rest of the code seems resilient to...
Started working on this, still wip, see 7d42fa752b27bea7c607c0703957e5e7c9d60a28
I agree, see the amount of setup needed in TopologyMaintenanceSessionImplTest. Heard good things about Guice - I don't think a framework is strictly necessary, pure constructor injection can work, but...
Once I've added a few more test cases to TopologyMaintenanceSessionImplTest my plan is to see how I can refactor TopologyMaintenanceSessionImpl itself to simplify the test setup. We could use this...
Nah not yet - go for it. I did complete the unit testing, will push that now.