Florian Schulze

Results 367 comments of Florian Schulze

From what I can see there is some output on the console of the ``python.EXE setup.py sdist --formats zip`` command which breaks this. Could you run that command manually and...

My guess is that the output of commands on Windows is not encoded with utf-8. If someone has suggestions on how to get the correct encoding, please comment here.

It seems like using ``sys.stdin.encoding`` would be the correct fix here.

The problem with the current hooks is the layer they are called in. They basically are database events. So if you do an import they are also fired. This can...

See https://github.com/devpi/devpi/pull/692

@jhermann @hpk42 we block a lot of symbols for user names now, so what about using ``@`` or something as a prefix for an alias?

I thought about something like that before. I would name it ``copy`` though, as it would be a regular new index and there is no relation to the original index...

The files are referenced from the database. The search index is only for search inside the web interface. So a simple copy on the file system alone does nothing, the...

No one stepped up to do it yet.

You are right, the export has to be done by the old version. But it wasn't needed the past years. I expect the next major version to need an export/import...