James Lucas
James Lucas
Now that the repo has been moved to Github actions will this PR be re-evaluated for inclusion?
Without any error messages it is hard to tell what the issue could be. However you are setting a layout in build(), do you have the layout 'break' configured in...
@kevinchappell , The eval is injected by webpack 4.4 node.js global polyfill https://github.com/webpack/webpack/blob/webpack-4/buildin/global.js `new Function("return this")()` the simplest method to fix this is to disable injection of the polyfill in...
> Got a similar error, seems to load in a lang file. > > I uglified the min file. I think you see which part of the code is trigger...
I'm not the maintainer and won't comment on the feature, however this PR does appear to modify (and in some cases revert recent changes) many files outside of the actual...
Support for TLS >1.1 in PHP 5 was lacking before 5.6. Should the tests be marked as Skipped for these older versions?. There is no sense in enabling old SSL/TLSv1...
Hi @clue, That makes sense, I saw the stream_socket_enable_crypto() used in sockets so I'll take a look there. I wanted to keep the DoTLS implementation fairly strict with TLS version...
@clue I've re-implemented the TLS setup using stream_socket_enable_crypto() The additional workarounds that you allude to, are these the two at the top of React\Socket\Connection?
@clue I've ported over the various workarounds I found in reactphp/streams and socket to the DNS component. PHP less than 5.6 is not supported. The two major DoT providers Google...
Updated README Updated test cases. HHVM failing on un-related tests to the code that has been modified. testQueryRejectsWhenClientKeepsSendingWhenServerClosesSocketWithoutCallingCustomErrorHandler seems flaky as it doesn't always fail on the HHVM test runs....