Skip to content

General

58 results found

  1. robux

    robux

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. 3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. 1000

    100000

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Support Markdown in text cells

    Notebooks like https://tonicdev.com/tonic/welcome/ highlight the strength of having both text & code cells.

    Support for basic text formatting features like ordered/unordered lists, emphasis, etc would make this advantage over, says, Gists even stronger.

    89 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. Running TonicDev locally

    I want to be able to run TonicDev locally. For two reasons mainly:

    1. Performance with the network latency is too much for TonicDev to be a pleasant developing experience.
    2. Without any internet connection, I can no longer access my things.
    28 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. Document the formatting options for text cells

    URLs appear to be automatically converted to links. Are there any other formatting options?

    6 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Scammers!

    My Idea is...
    You all should not fall for all the bullshit peole set on good/websites/anywhere! Wtf, If you get scammed your own fault! Because YOU didn't listen to it and YOU FUCKING FELL FOR IT

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. Really hack

    Hack other players

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. efdewfdewf

    thregvrefvdv

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. Yarn and Webpack

    Support Yarn, Webpack

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. Orchestrate

    var db = require('orchestrate')(process.env.ORCHESTRATE_KEY)

    exports.tonicEndpoint = async function(request, response)
    {
    await db.newPatchBuilder("counts", process.env.TONICMOUNTPATH)
    .upsert(true)
    .init("count", 0)
    .inc("count")
    .apply()

    var hits = await db.get("counts", process.env.TONIC_MOUNT_PATH)
    
    response.end(hits.body.count.toString())
    

    }

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. Better handling of long console output

    More freedom in visualization of console output.
    Now it only supports six short strings per page.

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. How big is this package really (with all its dependencies)?

    This is a bit tough but say a standard API that npm packages can expose so that runkit can benchmark and compare different packages that implement the same thing. That's probably too hard but maybe there's an idea there.
    Another idea would be to determine how many npm packages a package depends on by walking the module dependency tree. This could produce a code volume metric for browser applications. E.g. If you use this package in your browser it will require up to 100 MB to download with all its dependencies!

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. Support scoped npm packages

    NPM now supports scoped packages which look like "@scope/packagename"

    It seems like currently any packages that depend on a scoped package fail and the user gets an error.

    More info here https://docs.npmjs.com/misc/scope

    5 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. tonicExample in package.json should allow array of strings

    The tonicExample key should allow an array of strings instead of just a string where each string would be separated by a new line delimiter when processed. This will allow to create shorter examples without the need of making a separate. Thanks

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. Improve npm search

    Ruby has a great tool for viewing packages by category and then comparing them by total downloads, latest release, project age, how active it is, number of watchers/forks on github, etc. It would be great to have something like this for npm

    https://www.ruby-toolbox.com/categories/encryption

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. Show readme on "share this code" links

    Linking to "share this code" will give you only the code and not the readme underneath.

    It should be possilbe to give a parameter to the link so that the readme is shown underneath the code

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. Github login

    Github login

    5 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. Report Style Notepad

    Private notepads
    Output Only publish mode (hide source code)

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
← Previous 1 3
  • Don't see your idea?

General

Categories

Feedback and Knowledge Base