Ayush
Ayush
I have created flatpak manifest and other required files. They can be found [here](https://github.com/Ayush1325/flathub/tree/appflowy). I am able to install and run it on my local system. It would be great...
> Any progress on rhis? Well, last I checked, the flatpak I created worked fine. It can be submitted directly to flathub but someone probably needs to become a maintainer...
> Hey there, thanks for reporting and sorry for the late answer. > > Does the notification center print any error messages when clicking a button? Nope, it's almost like...
Ok, thanks. I will work on it if possible.
Ok, so I tried the rudimentary approach of using a global doc variable and create a new page by **(.newPage doc)** but that does not seem to work inside the...
> Hmm, not sure why you're not seeing the arguments. If I run the following, I'm seeing what's expected: > > ```clojure > (pdf > [{:on-section-start (fn [writer doc position...
Can confirm, using **(.newPage doc)** in the on-section-start seems to work, even with subsections. That makes me wonder why it doesn't work using a global variable or something.
Yeah, I can do it easily for my particular case, but don't really know any general implementation since the `on-section-start` function doesn't really get any meta of section either, just...
> I think it would be valuable to have a single Qt binding crate that could be used both within C++ applications and within Rust applications. This could enable long...
> To be clear, you would like to use cxx-qt-lib in qmetaobject? I didn't propose that before because I figure it would take a large effort, maybe as much work...