General
58 results found
-
robux
robux
2 votes -
Download geometry dash subzero
Download geometry dash subzero
3 votes -
1000
100000
2 votes -
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 -
Running TonicDev locally
I want to be able to run TonicDev locally. For two reasons mainly:
- Performance with the network latency is too much for TonicDev to be a pleasant developing experience.
- Without any internet connection, I can no longer access my things.
28 votes -
Document the formatting options for text cells
URLs appear to be automatically converted to links. Are there any other formatting options?
6 votes -
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 IT1 vote -
Really hack
Hack other players
1 vote -
efdewfdewf
thregvrefvdv
1 vote -
Yarn and Webpack
Support Yarn, Webpack
1 vote -
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 -
Better handling of long console output
More freedom in visualization of console output.
Now it only supports six short strings per page.2 votes -
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 -
1 vote
-
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 -
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. Thanks1 vote -
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
1 vote -
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 -
Github login
Github login
5 votes -
Report Style Notepad
Private notepads
Output Only publish mode (hide source code)1 vote
- Don't see your idea?