• Joined on 2021年04月27日
sph commented on issue natkr/flickboard#353 2025年07月14日 19:43:37 +02:00
Support Android 8

Great! I installed v0.2.7-beta2 it and used it a bit. After I have changed the swipe length to a bigger amount, everything works (mind you, I have a really small screen, which was probably the...

sph commented on issue natkr/flickboard#353 2025年07月14日 11:25:10 +02:00
Support Android 8

Thank you, @natkr! I am looking forward for the .apk, so that I can try it.

sph commented on issue natkr/flickboard#353 2025年06月24日 09:48:08 +02:00
Support Android 8

That's ok with me. I only thought of the new issue, because the tag has changed ...

sph commented on issue natkr/flickboard#353 2025年06月24日 09:45:19 +02:00
Support Android 8

That would be great!

Should I open a new feature request issue asking for it?

sph opened issue natkr/flickboard#353 2025年06月23日 17:07:36 +02:00
Minimum Android version?
sph commented on issue xfoil-python/xfoil-python#32 2024年07月03日 15:05:04 +02:00
Support for checking if panelling failed for an Airfoil.

@atharvaaalok: Did the above workaround solve your problem for now?

sph commented on issue xfoil-python/xfoil-python#32 2024年06月24日 17:24:44 +02:00
Support for checking if panelling failed for an Airfoil.

I am afraid, this is currently not possible without a workaround (see below). When I find the time (and a way to stuff all the warning messages into a Fortran string array – any volunteers?), I...

sph commented on issue sph/licence#1 2022年12月31日 19:30:17 +01:00
Where do you find the definitions of the headers?

Sounds interesting! Any chance to join forces instead of having two separate packages?

sph commented on issue sph/licence#1 2022年12月31日 14:31:47 +01:00
Where do you find the definitions of the headers?

The headers are stored in the licence file under the section header, e.g.:

# header:
# Copyright (C) $year $name_email
# header: end

https://codeberg.org/sph/licence#user-co...

sph commented on issue sph/mopidy-autoplay#9 2022年11月22日 16:09:54 +01:00
auto play not work with ytmusic

Your configuration looks ok.

The log file contains a lot of errors for YTmusic that it cannot load playlists. That might be a problem for Mopidy-Autoplay, if the track last played is from a...

sph commented on issue Trails/Trails#20 2022年11月17日 21:14:45 +01:00
Concerned that codeberg is too high a barrier for entry and lacks exposure to the wider FC community

Thanks for reaching out!

Sorry, all my fault: I was hoping to make a release here and on PyPi. The I somehow lost my latest changes in my (local) git repository and before I could unearth them,...

sph commented on issue Trails/Trails#19 2022年10月08日 18:55:35 +02:00
Failed to run trails/run/run.py gui in dev branch

@GuillaumeG May I ask you, if all tests are passed successfully? I now get 4 failures:

=========================== short test summary info ============================
FAILED trails/tests/...
sph commented on issue Trails/Trails#19 2022年10月07日 21:46:51 +02:00
Failed to run trails/run/run.py gui in dev branch

Done in bfa9c58ed8 and 6503a6ba8c.

If there is...

sph pushed to dev at Trails/Trails 2022年10月07日 21:45:26 +02:00
6503a6ba8c Fixes calling of scripts in CHANGELOG.md.
bfa9c58ed8 Fixes CHANGELOG.md re. script reorganization.
Compare 2 commits »
sph commented on issue Trails/Trails#19 2022年10月07日 21:38:27 +02:00
Failed to run trails/run/run.py gui in dev branch

You are right, that entry in the changelog is not clear. This meant one of the many other starter scripts, which also happened to be called run.py. Now there is only one: run.py in the root...

sph commented on issue Trails/Trails#19 2022年10月07日 21:26:35 +02:00
Failed to run trails/run/run.py gui in dev branch

But there is one: run.py!

If I run run.py in the root folder, everything works, but as you have noticed, running trails/run/run.py has problems importing the trails module.

run.py...

sph pushed to dev at Trails/Trails 2022年10月07日 21:24:45 +02:00
58e71db32d Fixes import of threedsmax in trails/run/run.py.
sph commented on issue Trails/Trails#19 2022年10月07日 19:42:17 +02:00
Failed to run trails/run/run.py gui in dev branch

Since the update of upsilonconf, the FileNotFoundError has disappear 👍 .

Good to hear (even if I don't have a clue, what has changed in upsilonconf between 4 and 5 regarding the...

sph pushed to dev at Trails/Trails 2022年10月07日 19:38:40 +02:00
c3cd665ff4 Fixes wrong call to impex_menu.addAction(). (See #19)