Neo

Results 16 comments of Neo

Yeah. I think that line should be something more along the lines of: ```php if (stripos($url, 'http://') !== 0 && stripos($url, 'https://') !== 0) { // Make HTTP URL }...

Are you looking for an actual database you can query or would having an HTTP API suffice for the request?

The inheritance should be non-breaking and would work yes. I guess I was coming from the perspective of discovering the library interactively so the displayed exception is what matters and...

The more general discussion around this is in #72.

Also just ran into this. Why does the Sentry SDK need to access `request.data` or `request.form`? If the SDK is already accessing the data (and triggering it being parsed into...

From reading the code I've gathered the following: ## Mutation rates The mutation rates, e.g. `weight_mutate_rate`, apply to every instance of a thing that has that property. For instance, with...

Okay...so "ALL" isn't a valid DNS query type. That was silly of me. However, I'm running into a similar issue with `--query-type = A` as well, only with this traceback:...

@duan602728596 Did you compile TS to JS then through Terser using Gulp? Would you mind sharing a sample Gulpfile that does this if you did? From looking at the code,...

I think you might need both the DSN and `sys.nodes`. Perhaps the DSN might specify only two of the cluster members (supplying one risks supplying a member that is out...

Would it be possible to supply a minimal test script that reproduces your problem?