Giter VIP home page Giter VIP logo

jinput's People

Contributors

edrands avatar jasonmortonnz avatar yobrojas avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

jinput's Issues

Parentheses problem

The text

Remove the ink from the whole system (tubes, printheads,...) 

is changed to

Remove the ink from the whole system (tubes, printheads,...) 

Why?

License?

Hi,

Do you have a license for your code?
Thanks!

Request: Tag Project

Hi Jason

I recently had massive fiasco on my hands when a live site was completely trashed because of an update to Ardent. After two late nights and lots of coffee I vowed never to use "dev-master" in my compser file again, and always code against a specific version of a project

I could use a specific commit id (in this case 1a61b42), but we'd loose out on the advantage that Semantic Versioning (http://semver.org/) give us. The basics are

Given a version number MAJOR.MINOR.PATCH, increment the:

MAJOR version when you make incompatible API changes,
MINOR version when you add functionality in a backwards-compatible manner, and
PATCH version when you make backwards-compatible bug fixes.

I'd like to use your code and would appreciate if you'd consider tagging it.

Thank you.

PHP-Requirements and short Array Syntax

Found your Jinput-Class just when I needed something like CI's XSS-Functions in a new Laravel 4 Project a couple of minutes ago. Thanks for that. ;-)

In your composer.json you are specifying a requirement of PHP >= 5.3.0 - but you are using the "new" (PHP >= 5.4) short syntax for arrays (Jinput.php, line 37).
Better to change the array declaration than to bump up the requirements, I guess...

get doesn't work with multiple fields

Jinput::get('images') doesn't behave like Input::get('images') when you have multiple fields that use the same name and a key, like so: images[0], images[1], images[2].
In fact, it triggers an exception due to the fact that it uses trim on the value, which in this situation is an array, not a string.

Error installing via Composer - Repo not found

With: "jasonnz/jinput": "dev-master"

Updating dependencies (including require-dev)

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.