flbraun

Results 11 comments of flbraun

The changes to the drag area and the tooltip are looking great! However, regarding the button size: Are you sure space in `TabularInline` is an issue? We set the border...

@jrief Any update on this?

>btw. In 99% of my use cases, I always use StackedInlineAdmin-s. That's funny, for us it's 99% `TabularInline`. >please go ahead. Sorry, I don't understand. What do you want me...

@Ndragomirov Any update from you? Was the extension deliberately pulled from the Firefox store? Can we contribute anything to bring it back?

+1 to remove them from the readme. I just checked `jest-localstorage-mock` out for the first time in a project that doesn't even use redux and was slightly confused until I...

@jat255 @Aruscha I just discovered Paperless for me (personal use). I am very impressed with the OCR output quality and search, but I have to admit that I was a...

I'd like to emphasize the importance of this feature for ruff's usability. There are some situations where you _need_ more sophisticated rule control, for example this: ```python def get_all(cursor, table_name):...

> Why don't you pass it as a param like you should? Sorry, but this is a perfectly true positive, even if in THIS particular case it's safe - until...

`pathlib` was introduced in Python 3.4, but furl still officially supports Python 2.7, so it cannot be used without breaking compatibility. Also, `pathlib` is meant for representing filesystem paths, not...

@radiac Could you please take a look at this issue and the provided PRs? We have to add a lot of unstable workaround code to circumvent this issue, which is...