Marcel Märtens
Marcel Märtens
This is a blocker for https://github.com/veloren/veloren/ to be distributed by flatpak. In case we ever want to produce a flatpak package it needs to be automatized, and flathub seems like...
#13 worked for me too. I installed it directly from claneys via ``` bash pip install --upgrade git+git://github.com/claneys/pygodaddy.git ``` and upgraded to python3 (but i dont know if this was...
My last succesfull Domain Record change was on 2015-06-17 4am, Since 2015-06-18 4am it fails everyday
that would prob work for me, if it's fine for you from the Api side
just a quick followup. We are switchitng to `native-dialog` in veloren: https://gitlab.com/veloren/veloren/-/merge_requests/1373 and i found that moving the `MessageAlert` into another thread seems to work. I wasn't able to reproduce...
For reproduceability you can prob checkout `68168b0ae44debbdc6f3107c14874a50bf04cd3d` and remove the thread spawn here: https://gitlab.com/veloren/veloren/-/merge_requests/1373/diffs?commit_id=68168b0ae44debbdc6f3107c14874a50bf04cd3d#4b0f39d36087ef74b645c8a4c9e7e1a9c79c935e_110_124 What i noticed was a windows sound, but no visual window poping up. The window only...
any update on this ? 👀
Hi, I am currently on pinnaclewm which depends on ext-workspace for bars. I would be very happy with a basic implementation that does not implement for now. And then wait...
> I was able to trace the crashes to `src/AModule.cpp` in `AModule::getScrollDir()` > I can confirm this behavior. But for me its at the beginning of the function ```cpp //...