User Details
- User Since
- Mar 13 2019, 10:14 PM (318 w, 6 d)
- Availability
- Available
Sep 12 2023
Jun 28 2023
There's still Units.qml file in org/kde/breeze/impl, but other than that I think we got rid of everything else?
Jun 1 2023
Mar 23 2023
Feb 18 2023
Aug 24 2022
Any progress on Grantlee?
Aug 13 2022
Just wanted to drop a word on it. I'm all in favor of Option, Result and other algebraic rusty types. But how is it going to integrate with QML runtime? JS can only meaningfully represent either external nullability or special type-specific internal 'invalid' state using regular methods like 'isValid()' etc. The whole language seem to revolve around the concept of external null/undefined values, which can be seen in the recently added Optional chaining (?.) operator. (idk if it's already there but) special support definitely can be added to the QML/JS engine so that it would convert std::optional back and forth between languages boundary, but of course that raises a usual question: what if Some(null) is a valid state that should be representable?
Jun 26 2022
Jun 15 2022
Rewriting it 1:1 as it is without regressions would be a good start. But sure, there are ways to improve it further from there :)
Jun 2 2022
Feb 19 2022
Any updates on this task?
Feb 2 2022
Oct 18 2021
waiting on the group's telegram admins
Oct 17 2021
May 13 2020
Cool thing. Makes me think of Nintendo Mii, and their open source counterpart, bloke (which is not really used anywhere, but whatever).
May 8 2020
May 27 2019
May 19 2019
It is my first contribution to KDE/Plasma, so I do hope that I don't have a commit access.
May 17 2019
Bump (again)
May 15 2019
Double checked on my system. Nothing bad happened so far.
Rebase on most recent master
Even with extra-cmake-modules 5.58, kcoreaddons needs to be updated as well... work in progress... please, be patient: i have autism^W slow hardware.
So, I've merged done git rebase on master — just one conflicting line, rewritten after me in a better way. But now I have no way to test it, because CMake Error Could not find a configuration file for package "ECM" that is compatible with requested version "5.58.0" and even all-up-to-date Arch Linux does not provide those pieces. I've installed the latest CMake from the testing repository, but other versioning issues showed up.
May 14 2019
Oh, nevermind. I forgot I should be using arc indeed.
My parent commit was 169238848136; current master is f8d5e1a2. While on master, I am doing git diff --summary 169238848136. There is no intersection in changed files with my pull request. Still patch (as you aforementioned) can not be applied to master without tweaking.
I'm afraid the more we wait, the more code base is diverging, which will require more patches for this pull request to be accepted. Btw, I'm still stuck with pinning old version in my package manager.
Mar 18 2019
Any progress on this one? Does it usually take long to review?