Christopher Pereira

Results 58 issues of Christopher Pereira

Test case: ``` function Test($val) { print_r(debug_backtrace()); } Test('MyValue'); ``` In Zend, this feature can be controlled via option `zend.exception_ignore_args`

:question: question

Is there any option to ignore/hide the Notices (showing in VSCode debug window)? This code should work: `error_reporting(E_ALL ^ E_NOTICE ^ E_DEPRECATED ^ E_STRICT);`

:question: question

In this test case, both eval()'s should be ignored / catched. ``` @eval("

Test case: ``` $descriptor = array( 0 => array('pipe', 'r'), // We will read from stdin 1 => array('pipe', 'w'), // We will write to stdout ); assert(proc_open("/bin/ls 'file'", $descriptor,...

For our use case (identify certificate types) we want to retrieve docs that contain certain keywords without considering the number of times a keyword is present in a given document....

1) Can you please explain why this project is deprecated? Any suggested alternative? I see it is still used by Maverick. 2) which visual simulator are you using? Gazebo? I...

- Implements AprilTags - Supports multiple markers pointing to a relative Landing Point (not necessarily placed on a marker center). This also prevents bouncing between marker centers. - Adds a...

I'm keen on crafting an incremental development solution and would appreciate insights on the current status of the 'incremental' implementation in MetaGPT. Is anyone working on this right currently? What...

### Version Command-line (Python) version ### Operating System Windows 10 ### What happened? `development_tasks` in `breakdown.prompt` contains duplicated entries. Generated prompt: --- We've broken the development of this app down...

bug
*mark*

Hi, I'm the current maintainer of [Rosetta Drone 3](https://github.com/The1only/rosettadrone), a MAVLink implementation for DJI drones. We are testing MAVSDK to send a QGC mission to [Arducopter SITL](https://firmware.ardupilot.org/Tools/MissionPlanner/sitl/) using `fly_qgc_mission.cpp`. We...

bug