Jónatan Núñez

Results 21 issues of Jónatan Núñez

In tuenti.com all ajax urls has 302 status (without a new location), and they sent the htmlOutPut. So, I have needed do this change in FiresheepWorker.js Change if (req.status ==...

bug

Firesheep should remove the "www." from the domain name when stores a cookie. For example, tuenti.com needs the change. In ff-sidebar.js Search: deleteDomainCookies(cookieUri); Add later: var domain = cookieUri.host.toString(); if...

bug

# Bug report phpstan doesn't allow to check if the return is `void` (aka `null` in php) ### Code snippet that reproduces the problem https://phpstan.org/r/b32fbc35-f688-4240-89f7-9ca3d6fc69ae ### Expected output phpstan should...

https://github.com/CodelyTV/php-ddd-example/commit/f7e7bed9c0596e4a5587559604c8731bc69a19cb broke some actions If we use `request->getAlpha` we loss some chars like dash, space, numbers, etc

I was testing with google cloud storage and seems that content is uploaded twice using StreamWrapper. The test: ```php

It throws some errors ``` WARNING in Entry point '@angular/common/http' contains deep imports into '/path/to/project/node_modules/amazing-time-picker/node_modules/rxjs/operators'. This is probably not a problem, but may cause the compilation of entry points to...

The elastic [guide](https://www.elastic.co/guide/en/apm/guide/current/reduce-apm-storage.html#_reduce_collected_stack_trace_information) says: > Elastic APM agents collect stacktrace information under certain circumstances. This can be very helpful in identifying issues in your code, but it also comes with...

enhancement
agent-php

When php-curl-class sets `CURLOPT_CUSTOMREQUEST` to `null`: https://github.com/php-curl-class/php-curl-class/blob/57745cabd6077c2f4ac7fed837e246d83e18ec74/src/Curl/Curl.php#L754 `CurlHandleTracker` checks if the value of `CURLOPT_CUSTOMREQUEST` is a `string`: https://github.com/elastic/apm-agent-php/blob/a457869b0c15e95b61a41bd75da7208a64b18c94/src/ElasticApm/Impl/AutoInstrument/CurlHandleTracker.php#L350-L352 Becase of it's `null` the agent throws an error: ``` InternalFailureException: Unexpected...

bug
agent-php
triaged
priority: high

I have a default config for .ini files but I can't overwrite them with ENV config. Seems like the configuration first looks in ini file and if it exists returns...

enhancement
agent-php

I have a custom plugin, it works but PHPStorm doesn't recognize it as plugin. Plugin: ```js define([ 'consts/locale' ], function(locale) { 'use strict'; const lang = locale.lang; return { load:...