Andreas Maier

Results 152 comments of Andreas Maier

To give one practical example where it is necessary to understand this: Adding this to the CSS file: ``` table, tr, th, td { border: 1px solid black; page-break-inside: avoid;...

+1 for a resolution to this issue. It prevents using v3 of the editor for larger projects.

@jayfk I'm also interested in a future support of environment markers such as `python_version=='2.7'` and others. A support for that however would require that a pyup run is performed in...

@cirodrig I did not find your documentation issue, can you post a link? I think the documentation should point out what the recommended loader is now that users need to...

I'm not arguing that the command line should be intuitive without reading the command's help. WHat I'm arguing for is to remove confusion that arises *despite* having read the command's...

The command's help in my examplke command shown above is: ``` Usage: cmd.py [OPTIONS] COMMAND [ARGS]... Options: -h, --host HOST Hostname or IP address. Default: localhost. -v, --verbose Verbose mode....

According to the POSIX rules I mentioned above, this behavior of `make` would fall under "ensure continued operation of historical applications". All I'm asking for is not to be forced...

Agreed that it needs to be compatible for existing applications.

If you implement a scrolling sidebar, please provide an option to have it not scroll, like today. For people without that syndrome, it is useful to have the sidebar visible...

I rebased this PR to latest master.