Tisza Gergő

Results 27 comments of Tisza Gergő

> Is there currently a way to re-print the most recent return value? Yeah, `dump $_`. But the more intuitive (to me) version is $foo = someCommand(); $foo where the...

You could try to disable autocompletion when on a line which only contains tab characters; it is [apparently possible](https://news.ycombinator.com/item?id=5660401) with the Python readline bindings at least. Or simple replace tabs...

Just for the record, the new(ish) `edit` command is totally awesome and mostly fixes this issue for people who are stuck on libedit.

IMO the bridge's job should be to translate messages with a look and behavior as close to the original as possible, to avoid creating disconnects between the two groups of...

As with #505, this would increase the security footprint of PsySH significantly. I can see it being very useful, especially on crappy webhosts which do not give SSH or XDebug...

This would very significantly change the security footprint of PsySH. Right now there isn't much risk in making it available on a production server - anyone who can get a...

Also clicking on the back icon while stuck leads to this very scary sounding message: [](https://github.com/vector-im/element-android/assets/145412/184f462c-8a02-4b69-bfe4-0baffd58e614) and doing that and clicking "Skip" is the only way of getting out of...

> in order to make the keepasshttp plugin work I had to do : sudo apt-get install libmono-system-xml-linq4.0-cil libmono-system-data-datasetextensions4.0-cil libmono-system-runtime-serialization4.0-cil mono-mcs Confirming, that fixes the issue on Ubuntu 16.04 (specifically,...