Alvaro Fernando García

Results 80 comments of Alvaro Fernando García

I've made some progress with FizzBuzz example, but I got stuck making method callback work. The code is [here](https://github.com/rainbyte/libqmlbind/blob/examples/examples/fizzbuzz/main.c) (it needs lots of cleanup). Thanks in advance!

Signal inputChanged is working as expected. The [original qml file](https://github.com/seanchas116/ruby-qml/blob/master/examples/fizzbuzz/main.qml) was not modified. Methods: - `quit` is called, but I don't know how to call qt app.quit(). - `onInputChanged`, which...

@seanchas116 , I've made a pull request [here](https://github.com/seanchas116/libqmlbind/pull/33)

Each qml binding has its own backend, maybe it would be better to have just a single one.

If fonts are included, then it would be useful to have at least some variants, eg. a Kai font could be used as alternative to see how characters should look...

I didn't know KanjiVG had this kind of information. I will read a bit about that before opening an issue. Thanks for the information :)

Maybe checking if some font is available, and displaying a warning otherwise, would be enough for a good user experience. The warning msg could recommend some good looking font or...

is this library still maintained or there is other recommended replacement for Linux ibus?

I just installed the last updates: - rocblas 6.2.2-2 - ollama-rocm 0.4.2-1 And run ollama with this command: ``` ollama serve ``` Then I got this error as before: ```txt...

It would be nice to highlight which part of the upstream version changed and to include release number for package re-builds. Important news from repo can also be shown to...