WORMSS
WORMSS
Ok, when I am back at work on Monday, I will need to give it a try.. But I will admit, I have No idea what any of the code...
@fbukevin I presume the passprt.serializeUser is a singleton? so if you had multiple routes that were similar to this? eg, facebook/google/blarblar then which ever is called last would have the...
@hemanth with you closing this issue, does that mean its fixed? or you are accepting the hack above as 'the solution'?
I guess that means you think the Hack is 'the solution' then.. Even though the person who wrote it themselves say its not nice rather than have it fixed.
I have made a very rudimentary pivot function but it is by no means up to a standard to use for everything else. There are prob much more efficient ways...
Hello, I am trying to match ``` abc/a.ts abc/b.ts abc/c.ts ``` so I wrote ``` isGlob('abc/?.ts') // false ``` But `isGlob('abc/?.ts')` should return true.. Right? > https://en.wikipedia.org/wiki/Glob_(programming) > The other...
Specifying what the optional defaults should be.
How would one get back to the "default" timezone from a utc one? if we cannot use ``` moment.utc(...).local() ``` Do we have a ?? ``` moment.utc(...).default() ```
Just to confirm, you are saying once you have wrote RT you will come back and fix NVM?
Not stale, still a problem.