Massimo Galbusera

Results 18 issues of Massimo Galbusera

test.php is the same code as the [php sdk guide](https://blackfire.io/docs/reference-guide/php-sdk#profiling-consumers-and-daemons): ```php $ cat test.php

## Description When an exception is thrown in group.setup(), nothing is shown and the test doesn't run. See the error below: ```js group.setup(async() => { app = await setupApplication(); await...

This allows to actually use this package with typescript, otherwise I receive an error with the following code: ```ts promiseIpc.on('sample-event', (url: string, pos: string, country: string) => { return new...

``` location_type count memory_usage ============= ===== ============ ZendOpArrayBodyMemoryLocation 964 758080 ZendStringMemoryLocation 8396 628116 ZendArrayTableMemoryLocation 515 299768 ZendOpArrayHeaderMemoryLocation 998 239520 ZendArrayTableOverheadMemoryLocation 467 125280 ZendArgInfosMemoryLocation 811 50976 ZendClassEntryMemoryLocation 80 39680 ZendArrayMemoryLocation 412...

question

**Is your feature request related to a problem? Please describe.** I have an external phalcon library that I need to use in multiple projects to set additional headers in a...

new feature request

I have a type which has some parameters that come from GET (and requires validation), others are filled later using request headers and protocol and other stuff (which don't require...

I'm using webpack-dev-server to avoid having to refresh the extension popup page, so I'm not currently starting webpack with `webpack -w` but with the following code: ```js var compiler =...

Is there a way to pass a consumer group name?

I've had a lot of segfaults with xdebug enabled, which are hard to reproduce in simple test cases, and I only found out by running php through gdb. In my...