bulk88

Results 15 issues of bulk88

fix a syntax error with VC 6, make a "release" optimized VC 6 option, VC 2005 and newer warnings fixes, a slight perf improvement on VC 2005 and newer as...

This is part of my effort to implement a rule cancel feature (see https://www.gnu.org/software/make/manual/html_node/Canceling-Rules.html ) in dmake to speed up perl world building by trimming irrelevant extensions from being stat()ed/executed...

If a Github Pages repo, is accessed through githack, in many cases a website will render and operate as intended locating all resources through githack instead of Github/Fastly, the user...

Read commit comments. A Cors-anywhere instance behind Cloudflare's WAF/reverse proxy, is unusable because of the "//" to "/" bug that is all over CF's technology. Why someone would use cors-anywhere...

I decided to look inside NYTProf on Win32, since Ive used it a couple times, but it has some dire warnings about it using Time::HiRes added in https://github.com/timbunce/devel-nytprof/commit/bc9145ae999fa4bc6670a6df852976b90884b5c9 , but...

enhancement
Windows

``` /* bless into the proper package */ RETVAL = sv_bless( self, gv_stashpv( class, 0 ) ); OUTPUT: RETVAL ``` https://github.com/xsawyerx/xs-fun/blame/master/chapter_03/chapter_03.pod#L170 you should use gv_stashsv instead of gv_stashpv since your...

Last week I took most of the changes you did in 2017 to XSConfig and put them on cpan Tests look good http://www.cpantesters.org/distro/X/XSConfig.html . There are 2 commits I didn't...

**Describe the bug** This ticket is informational, there probably is no solution to fixing it. 2 months ago, my site site was white listed/removed from this DB. About 2 weeks,...

bug

https://github.com/balvin-perrie/Access-Control-Allow-Origin---Unblock/blob/5bc0f77f88e3dce37c2b5a1d588bbec2b94a2f48/v3/worker.js#L50 https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Methods string "*" can't be used in a response if web code uses XMLHttpRequest.withCredentials. ``` 'value': prefs.methods.length === self.DEFAULT_METHODS.length ? '*' : prefs.methods.join(', ') ``` should be changed to...