Git Product home page Git Product logo

rafflers's Issues

OCD / inconvenience

The OCD kid in me would really prefer to see the directories named in the form of <language>-<author> or <language>-<variation>-<author>, and not vice versa as it is now. I'm more interested in quickly figuring out if a language is already present or not in the list. What are your thoughts on this?

I'm really disappointed

...that the "java" raffler is only one class.

Hardly Enterprise™, y'all.

We can do better.

image

Relax requirements for test

The test.sh file checks the output of a raffler using:

if [[ "$winner" != *"Reinier Kip"* ]]; then

It would be nice if this was changed to e.g. a "StartsWith("Reinier Kip")" or even a regex of some sort, so that the rafflers can add some details (e.g. an explanation or addendum) to the winner.

Ruby client

As far as I've seen there is only a php and a python client but no ruby. Can we have a ruby client please?

Glitch seems broken?

For the life of me I cant get glitch to work?

#
# Not working... seems like the glitch library (?) or something is missing?
# "[League\Flysystem\FileNotFoundException]
#  File not found at path: var/app/raffler.g"
#
FROM php:7-alpine
MAINTAINER [email protected]

# Create working dir
RUN mkdir -p /var/app
COPY . /var/app
WORKDIR /var/app

RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer && \
    composer install --prefer-dist --no-dev -o

CMD ["php", "/var/app/vendor/bin/glitch", "/var/app/raffler.g", "/var/names"]

This would work... ?

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.