GithubHelp home page GithubHelp logo

ahypnos / io-2012-slides Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 1.22 MB

Automatically exported from code.google.com/p/io-2012-slides

Ruby 0.67% JavaScript 35.21% HTML 12.97% Python 1.41% Shell 0.28% CSS 49.46%

io-2012-slides's People

Contributors

ebidel avatar skaree avatar

Watchers

 avatar

io-2012-slides's Issues

adding support for syntax highlighting for other languages

it seems that the code to do highlighting of code is done in the prettify 
module under ./js/prettify

but even after adding a new js file (eg, lang-pig.js) i can't get it to be used 
by the slides.  after playing with it a bit, i actually can't get it to change 
the highlighting of the samples either.

i take it

<pre class="prettyprint" data-lang="css">
&lt;style&gt;
  p { color: pink }
  b { color: blue }
&lt;/style&gt;
</pre>

the data-lang tag tells the system to use ./js/prettify/lang-css.js for 
parsing?    when i change "css" to "xxx" that doesn't change the highlighting.  
any pointers here?   i'm trying to add support for apache pig.

thanks,

- karan

Original issue reported on code.google.com by [email protected] on 2 Apr 2013 at 1:57

Keyboard/mouse action doesn't work

What steps will reproduce the problem?
1. save the template
2. Open it in Firefox or chrome
3. Try to switch to the next slide

What is the expected output? What do you see instead?
Nothing is appening...




Original issue reported on code.google.com by [email protected] on 12 Feb 2013 at 2:07

Please state dependencies for the project?

What steps will reproduce the problem?
1. Installed via git
2.  Read the readme. Found dependency on Ruby
3. Tried to update as suggested

What is the expected output? What do you see instead?

]# gem update --system
Updating rubygems-update
Fetching: rubygems-update-2.2.2.gem (100%)
Successfully installed rubygems-update-2.2.2
Parsing documentation for rubygems-update-2.2.2
Installing ri documentation for rubygems-update-2.2.2
Installing darkfish documentation for rubygems-update-2.2.2
Done installing documentation for rubygems-update after 3 seconds
Installing RubyGems 2.2.2
RubyGems 2.2.2 installed
/usr/local/share/gems/gems/rubygems-update-2.2.2/lib/rubygems/core_ext/kernel_re
quire.rb:55:in `require': cannot load such file -- json/pure (LoadError)
    from /usr/local/share/gems/gems/rubygems-update-2.2.2/lib/rubygems/core_ext/kernel_require.rb:55:in `require'
    from /usr/share/gems/gems/json-1.7.7/lib/json.rb:60:in `rescue in <module:JSON>'
    from /usr/share/gems/gems/json-1.7.7/lib/json.rb:57:in `<module:JSON>'
    from /usr/share/gems/gems/json-1.7.7/lib/json.rb:54:in `<top (required)>'
    from /usr/local/share/gems/gems/rubygems-update-2.2.2/lib/rubygems/core_ext/kernel_require.rb:55:in `require'
    from /usr/local/share/gems/gems/rubygems-update-2.2.2/lib/rubygems/core_ext/kernel_require.rb:55:in `require'
    from /usr/share/gems/gems/rdoc-4.0.1/lib/rdoc/text.rb:16:in `<top (required)>'
    from /usr/share/gems/gems/rdoc-4.0.1/lib/rdoc/code_object.rb:28:in `<class:CodeObject>'
    from /usr/share/gems/gems/rdoc-4.0.1/lib/rdoc/code_object.rb:26:in `<top (required)>'
    from /usr/share/gems/gems/rdoc-4.0.1/lib/rdoc/generator/markup.rb:59:in `<top (required)>'
    from /usr/local/share/gems/gems/rubygems-update-2.2.2/lib/rubygems/core_ext/kernel_require.rb:55:in `require'
    from /usr/local/share/gems/gems/rubygems-update-2.2.2/lib/rubygems/core_ext/kernel_require.rb:55:in `require'
    from /usr/share/gems/gems/rdoc-4.0.1/lib/rdoc/generator/darkfish.rb:6:in `<top (required)>'
    from /usr/local/share/gems/gems/rubygems-update-2.2.2/lib/rubygems/core_ext/kernel_require.rb:55:in `require'
    from /usr/local/share/gems/gems/rubygems-update-2.2.2/lib/rubygems/core_ext/kernel_require.rb:55:in `require'
    from /usr/share/gems/gems/rdoc-4.0.1/lib/rdoc/rdoc.rb:565:in `<top (required)>'
    from /usr/local/share/gems/gems/rubygems-update-2.2.2/lib/rubygems/core_ext/kernel_require.rb:55:in `require'
    from /usr/local/share/gems/gems/rubygems-update-2.2.2/lib/rubygems/core_ext/kernel_require.rb:55:in `require'
    from /usr/share/gems/gems/rdoc-4.0.1/lib/rdoc/rubygems_hook.rb:73:in `load_rdoc'
    from /usr/share/gems/gems/rdoc-4.0.1/lib/rdoc/rubygems_hook.rb:238:in `setup'
    from /usr/share/gems/gems/rdoc-4.0.1/lib/rdoc/rubygems_hook.rb:151:in `generate'
    from /usr/local/share/gems/gems/rubygems-update-2.2.2/lib/rubygems/commands/setup_command.rb:317:in `install_rdoc'
    from /usr/local/share/gems/gems/rubygems-update-2.2.2/lib/rubygems/commands/setup_command.rb:148:in `execute'
    from /usr/local/share/gems/gems/rubygems-update-2.2.2/lib/rubygems/command.rb:305:in `invoke_with_build_args'
    from /usr/local/share/gems/gems/rubygems-update-2.2.2/lib/rubygems/command_manager.rb:167:in `process_args'
    from /usr/local/share/gems/gems/rubygems-update-2.2.2/lib/rubygems/command_manager.rb:137:in `run'
    from /usr/local/share/gems/gems/rubygems-update-2.2.2/lib/rubygems/gem_runner.rb:54:in `run'
    from setup.rb:45:in `<main>'

What version of the product are you using? On what operating system?
None as yet.
On linux, Fedora 20, 64bit

Please provide any additional information below.
Please state requirement / depends on ruby / sCCS?


Original issue reported on code.google.com by [email protected] on 24 Apr 2014 at 9:49

Links Ipad

Links will not open as intended in ipad2

Original issue reported on code.google.com by [email protected] on 11 Jun 2013 at 2:00

Create metatag that will appear in Google+ descriptions

At the moment when you share a slide-deck on Google+, the description takes 
whatever it can find first.

This defaults to 'testing' if you've no notes on your first slide, or to the 
actual presenter notes.

Would be great to have a meta tag of some sort to define what goes in the 
description, or even pull in by default something cool like a photo.

Original issue reported on code.google.com by [email protected] on 18 Mar 2013 at 6:07

Patch for adding support for ChromeVox APIs

Supporting ChromeVox APIs will make the slides even more accessible.

This patch enables features such as intelligently speaking the contents on a 
slide, working smoothly with speaker notes, and mapping user navigation with 
ChromeVox keys to something sensible for the slides (ie, "next heading" will 
advance the slide deck and focus on the title of the next slide rather than 
failing to find any more visible headings).

Original issue reported on code.google.com by [email protected] on 3 May 2013 at 8:31

Attachments:

Scale with available size

What steps will reproduce the problem?
1. Make any presentation.
2. Change browser width.


What is the expected output? What do you see instead?
The slides should scale to adjust to fit the available area.
Slides have fixed width as defined in _variables.scss


What version of the product are you using? On what operating system?
commit: a94a99dad32b86e04d70f18f5b49401e43fc0a1d
OS: Ubuntu 14.04


Please provide any additional information below.
deck.js has this feature. It scales with browser window size with deck.scale 
plugin enabled.

Original issue reported on code.google.com by [email protected] on 27 Jan 2015 at 6:52

toggleOverview mouse click issue

Issue on Chrome:

under toggleOverview(key O) mode sometimes select slide is not available with 
mouse click. It's happen on the demo page too.

Original issue reported on code.google.com by [email protected] on 12 Nov 2013 at 5:55

iframe load/unload needs to work correctly

Moving back slides (left) doesn't unload them properly.

We always do:
window.setTimeout(this.disableSlideFrames_.bind(this, curSlide - 2), 301);

  this.enableSlideFrames_(curSlide - 1);
  this.enableSlideFrames_(curSlide + 1);
  this.enableSlideFrames_(curSlide + 2);

The first line won't work correctly if you're moving left.

Original issue reported on code.google.com by [email protected] on 10 Apr 2012 at 10:23

Update to chrome breaks print funcitonality

What steps will reproduce the problem?

1. Attempt to Print to PDF using Chrome Version 33.0.1750.117

What is the expected output? What do you see instead?

The next slide seems to overlap the current slide, and the title page seems to 
run off the page.

What version of the product are you using? On what operating system?

Printing w/ Chrome Version 33.0.1750.117
Ubuntu 13.10 (and others, although can't test independently)

Seems to work just fine printing through Firefox and reportedly on Safari as 
well. 

Please provide any additional information below.

Screenshot of issue attached. (Some text whited out for confidentiality 
purposes but one can see the effect I'm referring to)

Original issue reported on code.google.com by [email protected] on 21 Feb 2014 at 4:00

Attachments:

Rotation issue on tablet devices.

When viewing the slides in Landscape format, then rotating the tablet to 
Portrait, then back to Landscape, the slide is too 'zoomed in' and it isn't 
possible to use the pinch action as it has been disabled.

Tested on various iPads


Original issue reported on code.google.com by [email protected] on 17 Jul 2014 at 8:58

prev-slide-area and next-slide-area click don't update hash

What steps will reproduce the problem?
1. Open slide template
2. Click on next slide area, on right of current slide

What is the expected output? What do you see instead?
Next slide is show, but navigation hash wasn't update

What version of the product are you using? On what operating system?
Chrome version 26.0.1410.43 on Windows 8

Please provide any additional information below.
When the methods prevSlide and nextSlide are binded to click event
the first argument is an eventArgument object
so in updateHash_ dontPush argument is an object and test !dontPush is true
To fix-it, I simple change in SlideDeck.prototype.updateSlides_
  var dontPush = opt_dontPush === true || false;

Original issue reported on code.google.com by [email protected] on 29 Mar 2013 at 5:01

scalable slides

It would be really cool if slides could be expanded to fill the browser window. 
Perhaps by a keyboard shortcut, or bound to window resizing. Landslide 
currently has this feature and it is really useful! (see  
https://github.com/adamzap/landslide). Is this possible? 

Original issue reported on code.google.com by [email protected] on 12 Feb 2013 at 10:20

Code snippet higlighting

pressing 'h' highlights code that is surrounded by <b> in a <pre>.

Fixed in : 
https://code.google.com/p/io-2012-slides/source/detail?r=a43294ef655c97758b425bd
7a0c1d005cdd83483

Original issue reported on code.google.com by [email protected] on 10 Apr 2012 at 10:17

Create column layouts

using css columns for flexbox

people will want image on one side, text on another, etc.

Original issue reported on code.google.com by [email protected] on 10 Apr 2012 at 10:26

Allow user to specify event name

The event "Google IO 2012" is hard-coded into JavaScript deck management code 
and keeps showing on the HTML document's <title>. The template would be a 
little bit more reusable if the event title were an entry in the configuration 
data.

A patch for a proposed fix is attached.

Original issue reported on code.google.com by [email protected] on 6 Aug 2012 at 2:55

Attachments:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.