s-nt-s

Results 10 comments of s-nt-s

Gracias por la explicacion. ¿hay alguna manera de diferenciar en fisgona (en concreto en el json que se usa para mostrar la página) un auto-descarte realizado por el usuario de...

I'm having the same problem. It will be fixed in a new version?

I have the same problem: ``` $ python3 ./setup.py install --user running install running bdist_egg running egg_info writing Greg.egg-info/PKG-INFO writing top-level names to Greg.egg-info/top_level.txt writing entry points to Greg.egg-info/entry_points.txt writing...

Ok, this would be the messages in English: Line 7: There is no recipient available Line 17: There is no members in group $1 Line 22: There is no recipient...

> #!/bin/bash > > # Create the main PostgreSQL database > createdb newdb > > # List of SQLite files > files=("database" "sqlite_a" "sqlite_b") # Add more file names as...

any progress on this topic? I have the same problem.

I am having the same problem with a sqlite database with [generated columns](https://www.sqlite.org/gencol.html)

Yes, I have tested with master, and It doesn't work. Is sleekxmpp unmaintained? Should I migrate to another library?

new logs: # My environment ```console $ python3 --version Python 3.6.9 $ python3 -c "import sleekxmpp; print('sleekxmpp=='+sleekxmpp.__version__)" sleekxmpp==1.3.3 $ wget https://raw.githubusercontent.com/fritzy/SleekXMPP/develop/examples/echo_client.py ``` # The problem ## suchat.org ```console $ python3...

You can append in `client.ovpn` a line like `askpass pass.txt` where `pass.txt` is a file that contains the password.