Felix Divo

Results 38 issues of Felix Divo

**Is your feature request related to a problem? Please describe.** In our team, we want to assert that at least 80% branch coverage are reached. Meanwhile, statement coverage should also...

enhancement
target

could you make `SubsamplingScaleImageView.sourceToViewRect()` protected or public? I need this method in my custom overlay and do not see why it should be private while at the same time `SubsamplingScaleImageView.viewToFileRect()`...

I distilled it to this reproducer. I'm on `1.1.0-alpha1-dev550`. ```kotlin import androidx.compose.foundation.* import androidx.compose.foundation.layout.Box import androidx.compose.ui.Modifier import androidx.compose.ui.window.Window import androidx.compose.ui.window.application fun main() = application { Window(::exitApplication) { val state =...

crash
AK

As mentioned in #191, we might consider dropping support for python 3.5. It [reached EOL](https://devguide.python.org/devcycle/#end-of-life-branches) and, for example, *numpy* is already dropping it (see [here](https://numpy.org/neps/nep-0029-deprecation_policy.html#support-table)). [Github accidentally flagged it as...

new feature

This website (https://earth.nullschool.net) is gorgeous! Thank you very very much for developing it. Would you be thankful for a German translation? Shall I simply put it here: `earth/public/templates/il8n.json`?

When you open different views using the navigation drawer and then press back, it plays back the stack of previously opened views. This was unexpected for me since since I...

android-ui

[Here](https://github.com/hardbyte/python-can/branches/all) are all breaches (and some useful stats like the last activity and diff to `develop`). Most are release branches, some are open PRs. And two are neither and we...

QA
devops

Currently, a fallback to `pkg_resources.iter_entry_points` is used in `can/interfaces/__init__.py`. However, the [setuptools docs](https://setuptools.pypa.io/en/latest/pkg_resources.html) state: > Use of pkg_resources is discouraged in favor of importlib.resources, importlib.metadata, and their backports (resources, metadata)....

minor
api
QA

AppVeyor was removed in #940 but is still run for any pushes/PRs. However, it can be removed from the project settings since [it does not run anything useful any more](https://ci.appveyor.com/project/hardbyte/python-can/builds/39514341).

devops

It is crucial to limit the scope of the `python-can` library to keep the maintenance effort manageable. However, many users will probably look in the docs of this library seeking...

enhancement
docs