Andre-John Mas
Andre-John Mas
In doing the work in PR #97 I realised that we didn't really have a chart indicating what the behaviour expectations should be. The current implementation follows the 'good enough'...
@Pomax I am not sure what event you are referring to when you mention 'manual entry'? It is typing, pasting, selecting from the drop down, or something else? In the...
Alternatively, see if there is a way to change the implementation to use iteration.
Just saw this is covered by issue #373. It would still be good to have an a FAQ or somewhere in the docs that deals with this?
In many ways the Jekyll team should be choosing a multilingual solution and pushing it on the community. I ended choosing Hugo for my pages, since multilingual support is part...
I ran into the same issue. The first thing to check is whether you have done: ``` app.use(passport.session()) ``` This solved things for more, since `deserializeUser()` is part of the...
@normdoow check to see that that express is creating the session cookie and you see in the browser. Then do a simple session test by setting a session value and...
@normdoow a pleasure. Normally cookies are automatically sent back as part of the request, for same domain or same host. Do check what the context is set on the cookie....
@AliLozano is the documentation still good for the latest version? Edit: Actually see the documentation is no longer good
Might be worth pushing these types to https://github.com/DefinitelyTyped/DefinitelyTyped in the short term?