Bengt Lüers

Results 49 issues of Bengt Lüers

Suppose we have a function with both named and unnamed parameters: ```Python def print_characters( foo, /, *, bar, foobar, ): print( *foo, sep=foobar, end=bar, ) ``` Currently, Black does not...

T: style
F: empty lines
S: needs discussion

Currently ansi-html supports only some colors. There is no support for all 256 colors, [which is supported by many terminal emulators](http://misc.flogisoft.com/bash/tip_colors_and_formatting#terminals_compatibility). When one tries to use unsupported colors, they do...

To test the code against the latest released version of `flake-builtins` and demonstrate its usage.

A setting to switch between light and dark themes as in https://github.com/richrace/highlight-selected would be nice and allow specific color settings. For example using a light theme, I ended up with...

I have code with a long import like this: ```Python from vr_backend.shims.torch_shim.get_first_dataset_entry_with_label_module \ import \ get_first_dataset_entry_with_label ``` I run isort on that file like so: ```Bash venv/bin/python -m isort --line-length...

I have imports like so: ```Python from vr_backend.shims.tensorboard_shim.tensorboard_writer import \ TensorBoardWriter ``` I run isort on that file like so: ```Bash venv/bin/python -m isort --profile hug --line-length=79 -m HANGING_INDENT main.py...

When I start Unreal Engine 5, the button "VR Preview" in the play mode menu is greyed out. Steps to reproduce the behavior: 1. Start the VR Template Project in...

bug

pur currently updates gevent to 1.5a4: https://pypi.org/project/gevent/1.5a4/ I would like to avoid installing such releases that are not considered stable. Could a command line option be added to prevent or...

feature request

The `Packages` section of Atom's settings view gets out of sync with the installed packages when they are upgraded or downgraded via other means than the gui. This is misleading...

enhancement

## Motivation As a user, I want to specify my style in an `ini` file so that I do not need to introduce two files and two linters to all...

design proposal