werdahias

Results 159 comments of werdahias

Also, directly calling `/usr/bin/frog` instead of `frog` results in a segfault. Debug: ``` python3.9-dbg /usr/bin/frog Traceback (most recent call last): File "/usr/bin/frog", line 53, in import gi File "/usr/lib/python3/dist-packages/gi/__init__.py", line...

This is no reason to be concerned. Somewhere in the sourcecode is this spelling error and it got detected by the debian package linter

Like that: ``` diff --git a/Cargo.toml b/Cargo.toml index 78655eb..42dee13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,4 +13,4 @@ license = "MIT" [dev-dependencies] tar = "0.4.9" -tempdir = "0.3.5" +tempfile =...

This builds fine for me: ```diff diff --git a/Cargo.toml b/Cargo.toml index 78655eb..42dee13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,4 +13,4 @@ license = "MIT" [dev-dependencies] tar = "0.4.9" -tempdir =...

@TheLastGimbus thanks. [This](https://developer.android.com/guide/health-and-fitness/health-connect-guidelines/migrate/migration-guide#migrating_from_the_fit_android_api_to_health_connect_api ) would be the new API then?

Or just phase out the old API and implement the new one.

Same here. For example Munich to Bordeaux. The site works for Munich to Paris, but Paris to Bordeaux doesn't work. This has to be booked at the SNCF site. I...

+1 for a native deb. The problem here are two main factors when it comes to that: 1. Per debian policy **all** crates need to be available as debian package....

The basic fix would be change the include headers from "something.h" to . I have no idea how to edit the cmake lists to search for a local header first.