Oscar Javier Gentilezza Arenas

Results 14 issues of Oscar Javier Gentilezza Arenas

## Issue Creation Checklist - [x] I understand that my issue will be automatically closed if I don't fill in the requested information - [x] I have read the [contribution...

Hi, I'm developing an application with cordova for android and I'm using this library for local persistence with backbone, but I have an error when I do a fetch with...

Add functions `col`, `fn` and `literal` methods to `Sequelize`.

Add instance.increment[0] and instance.decrement[1] methods emulating the original behavior 0: http://docs.sequelizejs.com/class/lib/model.js~Model.html#instance-method-increment 1: http://docs.sequelizejs.com/class/lib/model.js~Model.html#instance-method-decrement

Add support to URLField ``` website = forms.URLField(required=True) ```

According [the documentation](https://github.com/gruntjs/grunt-contrib-jshint#specifying-jshint-options-and-globals) the specific options replaces the global ones, but, It's does not work, I have: Gruntfile.js (Not complete) ``` js jshint: { options: { jshintrc: true }, grunt:...

## Issue Creation Checklist - [x] I have read the [contribution guidelines](https://github.com/sequelize/sequelize/blob/main/CONTRIBUTING.md) ## Bug Description After an `instance.update` using `Literal`, I get the Literal value in the `afterSave` hook: ```js...

type: bug

Hi, I'm trying to sync a local directory with a mega folder, but megacmd repeatedly freezes when a file upload is 100%. ``` Copying a/b/somefile.mp3 -> mega:/a/b/somefile.mp3 # 100.00 %...

I have this error: ``` [exos@Coopx xiki]$ xiki /usr/lib/ruby/1.9.1/rubygems/dependency.rb:247:in `to_specs': Could not find xiki (>= 0) amongst [bigdecimal-1.1.0, io-console-0.3, json-1.5.4, minitest-2.5.1, rake-0.9.2.2, rdoc-3.9.4] (Gem::LoadError) from /usr/lib/ruby/1.9.1/rubygems/dependency.rb:256:in `to_spec' from /usr/lib/ruby/1.9.1/rubygems.rb:1231:in `gem'...

Sorry my english, this is a small commit. Actualy you need start with "/" and apply the ".json" extension in methods get/post's urls. This does not intuitive: ``` js get('/users/show.json',{screen_name:...