Giter Club home page Giter Club logo

replesent's People

Contributors

blast-hardcheese avatar daviscabral avatar demobox avatar krever avatar ku1ik avatar marconilanna avatar nequissimus avatar noelmarkham avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

replesent's Issues

REPLesent in sbt console

I would like to use REPLesent in sbt console. Is this possible? A slew of errors pop up if I try to load REPLesent.scala.

The readme says "We recommend you install and use the full Scala distribution (the scala command) instead of just the sbt console.", so it seems like it is possible.

I would like to run some spark snippets in my slides and sbt console works perfectly for this. The full scala distribution raises quite a few dependency conflicts.

Feature Request: compatibility with ammonite

It would be great if REPLesent could be used inside an ammonite repl - which offers greater features, not least better syntax highlighting when writing code into the session, and not so easy to accidentally quit the session!

I had a quick go at trying to do this - I attempted to rename to REPLesent.sc and import into the session but got errors. Maybe someone can help?

REPLesent.sc:120: type mismatch;
found : String("\u001B[0m")
required: ?{def last: ?}
Note that implicit conversions are not applicable because they are ambiguous:
both method StringPath in package ops of type (s: String)ammonite.ops.package.RelPath
and method augmentString in object Predef of type (x: String)scala.collection.immutable.StringOps
are possible conversion functions from String("\u001B[0m") to ?{def last: ?}
private val ansiEnd = RESET.last
^
REPLesent.sc:120: value last is not a member of String
private val ansiEnd = RESET.last
^
REPLesent.sc:267: object Source is not a member of package io
val emoji = io.Source.fromFile("emoji.txt").getLines
^
REPLesent.sc:414: object Source is not a member of package io
.flatMap { name => io.Source.fromFile(new File(pathFile, name)).getLines }
^
REPLesent.sc:415: value toIterator is not a member of Array[Nothing]
possible cause: maybe a semicolon is missing before `value toIterator'?
.toIterator
^
REPLesent.sc:417: object Source is not a member of package io
io.Source.fromFile(path).getLines

Feature Request: Exporting the whole Slide Deck

I have already implemented an export for the whole slide deck in my fork (very hackish - hence, no pull request; needs to be done right and does not support slides with builds currently). It requires ansifilter to convert the rendered slides (with all color codes etc.) to HTML. Maybe something similar could be done for exporting to PDF, LaTex, or whatever for online publishing.

Feature Request: Hidden Code Blocks

Hidden code blocks would be a nice addition.
Sometimes you need to execute some code but that code should not be shown to the audience for the sake of simplicity (e.g., some import statements). Nevertheless, it should still be executed.

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.