Luccas Maso

Results 9 issues of Luccas Maso

Hi, The first step I'm trying to accomplish for now is just to have runtime dependencies shared by engines [to be in one place](https://youtu.be/P6IXPM3zFTw?t=1043). In order to do that, I've...

Diving into some implementation codes of Bouncer I concluded that the redis design for storing the sessions is: 1. `[key] token - [value] JSON encoded` with TTL 2. `[key] user_id...

By default this option ``` updated_at: { type: DataTypes.DATE } ``` will create a column with `timestamp with timezone` data type. Is it possible to configure `timestamp without timezone` instead?

type: feature
dialect: postgres
topic: dates & times

It should be fixed to ignore case. Example: "JPG" is a valid extension. This plugin should call the method `check_whitelist` from carrierwave instead of creating its own, because in carrierwave...

bug

The first case is when passing an empty string, the resulting object asserts `true`. It was supposed to return false, right? ``` import pagarme from 'pagarme' ... console.log(pagarme.validate({card: {card_number: ""}})))...

bug

Given the url to linkify: `https://www.site.com/someimage.jpg?var=1&option=1` The `href` attribute for the `` tag has some characters (&) escaped to html entities. `https://www.site.com/someimage.jpg?var=1&option=1` This way the url cannot be achieved. I...

Hi! I saw that the [https://www.npmjs.com/package/adbkit-logcat#constants](https://www.npmjs.com/package/adbkit-logcat#constants) has options for priority. Could this be integrated with the `openLogcat` here? Thanks ``` The priority is one of the following character values, ordered...

I would like to know if there is some configuration for accept ONLY char diff like: http://kpdecker.github.io/jsdiff/ So this way it keeps all in one unique text, instead of a...