Andrés Correa Casablanca
Andrés Correa Casablanca
Infinite loop in Guzzle's CurlMultiHandler::execute due to an error in CurlHook::curlMultiInfoRead
Hi, I've found a bug in PHP-VCR that is stopping me from recording some HTTP requests in order to create a fixtures set. I'm doing some HTTP calls with Guzzle,...
It seems that the passed regular expression, even if it does not make use of advanced features, is not correctly interpreted. Hi, here is a simplified example of my code...
Hi, is there a reason to not implement the `Hashable` interface on the "container" classes? I think that it will be very useful in order to compare containers. It seems...
As @mmorton75 commented, other Jupyter kernels handle in a different way expression evaluations and data sent to `stdout`. More info about this bug can be found in the discussion of...
It would be awesome to have a logo for this project ^_^ . Anyone around here with artistic aptitudes?
It would be nice to allow install per-notebook packages using composer, with automatically enabled autoloading for those per-notebook packages. BUT, we have to confirm in first place if that's even...
Some things should be better documented - [ ] Jupyter install process. People without experience with Jupyter and/or Python would need easier to read and follow documentation than the official...
It would be nice to add support to some PsySH commands: - [ ] `doc` command: online documentation. - [ ] `ls` command: for introspection. - [ ] `wtf` command:...
Some kernels like IPython allow sending complex objects to the Jupyter Notebook, like tables, plots, or even interactive widgets. It would be nice to add those capabilities to the Jupyter-PHP...