bulk88
bulk88
https://help.appveyor.com/discussions/kb/48-vs2017 ????
added more comits, here is a before (at commit "eliminate chdir from CacheStat on Win32") and after (at commit "DmStrSpn: use strspn instead of self rolling outselves"). Most notable, 3537077-3343092=193985...
since cors-anywhere uses an old http-proxy version, it is impossible to use cors-anywhere and a modern http-proxy's "selfHandleResponse" flag to intercept and rewrite the steams if necessary https://github.com/http-party/node-http-proxy/blob/v1.11.1/lib/http-proxy/passes/web-incoming.js#L157 no "selfHandleResponse"...
https://github.com/bulk88/devel-nytprof/tree/issue_31 has a fix for GCC, VC6 is more tricky, since it does NOT allow unsigned int64 to double casts. See the workaround in the patch. The problem is NYTPIuint642NV...
I agree, googleapis still return start and end groups.
To be precise, to use gv_stashsv ``` SV * new( const char *class ) ``` needs to be changed to ``` SV * new( SV *class ) ``` also the...
In, https://github.com/xsawyerx/xs-fun/blob/master/chapter_03/chapter_03.pod it says ``` # Perl on GNU/Linux, BSD, Solaris: perl Makefile.PL && make manifest && make distclean # Strawberry Perl on Windows: perl Makefile.PL dmake manifest dmake distclean...
the emacs undump code for win32 is unusable by perl. emacs uses a custom malloc that allows storing and restoring the custom heap from a disk file. I also cant...
https://bugs.chromium.org/p/chromium/issues/detail?id=941297
Cloudflare Workers W3C URL JS class has a well known bug that turns "//" into "/" . The CF bug can be googled.