Code Monkey home page Code Monkey logo

pypy's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

pypy's Issues

Optionnally pass max chars instead of size

Everyone wants to make the biggest pyramid possible, but depending on your emoji/text length, it's most of the time necessary to try multiple sizes before reaching the length barely under you chat's characters limit.

We could add a -m / --max-chars that would use the size argument as the maximum possible length of the generated message, and generate the biggest pyramid possible based on that, the emoji length and -s.

Most of the emojis have weird lengths if I remember correctly, but we could at least support "text emoji" (like :+1: here or on Slack) easily.

WDYT @fbarrailla @Illu ?

Options cannot be placed as 1st or 2nd argument

This should work:

$ pypy --no-space 5 🌴

But it currently returns an error "Size must be a number".

Right now, options must be placed after the size and emoji. It would be nice if they could be written anywhere in the command, like this:

$ pypy --no-space 3 👻 --no-copy 

👻
👻👻
👻👻👻
👻👻
👻

Crash when generating a very large pyramid

Looks like we run into a heap out of memory error when generating a very large pyramid.
I managed to crash the program with

$ pypy 14000 e

It would be nice to handle this case and display a warning to the user, and ask him to try again with a smaller number.

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.