sgpinkus

Results 73 comments of sgpinkus

Just completed, looks good. Used vendor namespace "F3" as guess that would be the preference given its succinct and all. See #112 and bcosca/fatfree#901

> Would jQuery give up the $ because you want it? False analogy. Yes, Javascripts are expected to respect namespaces. Take a look at npm ...

:+1:. All tests passed, but a branch would be great to get this change some real life testing. I would start using that upstream branch if you created one. Why...

Yeah I think it's node relying on system crypto libraries.

> AFAIK Node.js statically links the OpenSSL lib into their binaries. Our CI downloads the libs direct from nodejs.org Hmm, I'm not sure TBH. Maybe it depends? Local system was...

Makes sense. > I'm pretty sure, otherwise Node.js wouldn't need to make new releases when there is an OpenSSL security vulnerability? OK confirmed it's statically linked SSL and most things...

Need this too: I.e. allow to customise the way a request is associated with its session, as opposed to hard coded dependency on sid-cookie. @em92 `genid` does not appear to...

BTW to test this: ``` git clone -b namespace-fatfree-core https://github.com/sam-at-github/fatfree cd fatfree/ git rm -rf f3/ git submodule add -b namespace-fatfree https://github.com/sam-at-github/fatfree-core f3 php index.php # or setup HTTP server...

So, I think `Cursor` needs to be re-written significantly to utilize the data store more efficiently, in order to achieve @slifin's suggestion. In the meantime, I think it would be...