Chris
Chris
Hmm, this doesn't work within any apps I know of though. The apps above are still using 24h when running them as flatpaks.
How about: ```rust // Uses `Eq/PartialEq` #[property(get, set, check_eq)] pub child: RefCell, // Uses custom function that takes two of `T` #[property(get, set, check_eq = compare_address)] pub ip: RefCell ```
Huh? This would definitely be helpful. Apps currently use a macro for this.
Has anyone started working in that direction?
Have you tried asking upstream? (@thermatk , you should try making this part of the issue template)
Oh, I forgot to git add src...
The current issues: * ~~There's no way to authenticate from the UI, which means you can't actually publish from the app~~ * [x] The current way of saving drafts doesn't...
Once we get the last two worked out can we merge this? It will be much easier for me to work on number 1 after that
In addition: should I look into getting flatpak CI set up, or should I make that a separate task?
Ah, apologies. The xclip issue is the only one that blocks publishing, then.