-
But I wonder, in Ubuntu you have that "enter" character. However on Cygwin it looks like a crossed box. What are those characters called again? I want to know if I can make Psysh work fully in Windows…
-
Hello,
Today I investigated how to reproduce correctly `psysh` from the sources given the `composer.lock` file you're providing in the release asset (this is an outcome of our discussion in https:/…
-
### Laravel Printing Version
dev-main
### Laravel Version
^9.0
### Print Driver
cups
### Bug description
When I try to run any laravel printing basic operation like `Printing::printers()` with …
-
Hello, thank you for the extension.
> Platform requirements
> PHP 7.3 or later (tested up to PHP 8.1)
> MediaWiki 1.31.x or later (tested up to 1.38.x)
Environment: Synology NAS DSM 7, WikiMed…
-
Windows 7, PHP 7.1.0, PsySH v0.8.1
Since ```\``` character is not escaped properly, it creates ambiguity whether ```"\n"``` is a new line character or a backslash followed by a ````n````.
```
>>> "…
-
Based on http://psysh.org/ or https://github.com/d11wtq/boris
-
Hi, it is about a bug we found in psysh https://github.com/bobthecow/psysh/issues/543;
It seems that, in php 7.3 and php7.2, the following syntax is not legal:
```
$a = [1,,];
```
which means…
-
I'd like to implement tab-completion support in a shell wrapper which doesn't use `readline`, and I suspect that I could work directly with the array output from `Psy\TabCompletion\AutoCompleter::proc…
-
Hey, first.. huge fan of psysh. Thanks for making such a fantastic tool.
My request may already be possible, or may be _im_possible to achieve with PHP. Ultimately it would be really awesome if I c…
-
I get these deprecation's from Symfony 6.4:
- Method "Symfony\Component\Console\Application::configureIO()" might add "void" as a native return type declaration in the future. Do the same in chil…