Michael Cereda

Results 38 comments of Michael Cereda

I personally think that changing the naming scheme will solve the problem. For retro compatibily we can just add a flag that stores the package version (or similar) and updates...

i'm on windows too, 8.1 On Fri, Jun 12, 2015 at 12:49 PM, Delaney [email protected] wrote: > Yes, I'm on win7 & 8.1, same issues in both. > > —...

Citating the example in README.md, you can add user-specific properties in this way ``` var sess = req.session; if (sess.views) { sess.views++; } else { sess.views = 1; } ```...

Yes, I know that, but I'm guessing why it should be necessary? you can already interact with session using getter/setter.

ok so you need to fire an event when session "data" is changed...isn't it?

Yes, a major release will be a good thing and allows to implement other breaking feature requests.

The generator still works using the `nullable: true` key. This is a workaround, especially if you want to use OpenAPI 3.1

Hi, First of all, you can create any Custom Field you want that has any custom behavior you can think. If i have to tell you the truth i followed...

oh. great.. would you mind to submit a pr? I'm afk now, but I'll check the code later. Thank you for using my project On Fri, Aug 19, 2016 at...

Yes.. I bet that this is the goal of everyone ;) Can I see a screenshot, i think that it's actually very easy to solve. Which react native version are...