Ariel Molina

Results 47 comments of Ariel Molina

For recovering people you need to go back in time, so you need git, git is the time stone.

I can test targeting x86 and Raspberry, how do I test it?

Well I tested it but it seems there is an error: ```bash | C++ linker for the host machine: x86_64-poky-linux-g++ -m64 -march=nehalem -mtune=generic -mfpmath=sse -msse4.2 -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security...

By removing: `PACKAGECONFIG_append_pn-gstreamer1.0-plugins-good = " qt5 "` from `local.conf`, it builds okay. Then I put it back and tried without `meta-qt` : ``` NOTE: Resolving any missing task queue dependencies...

Anything I can do? I find the warning misterious because that bug was fixed long before Qt 5.15.

@quaresmajose I tested it by directly cloning your repo, do you have any hint? in order to build it?

By inspecting 1.16x. I have traced this to [this single line in `meson.build`](https://github.com/freedesktop/gstreamer-gst-plugins-good/blob/954af37bc9a31db13e7b2206c3a976177cf6c7b4/meson.build#L20) ```meson # FIXME: automagic have_cxx = add_languages('cpp', required : false) ``` Which in turn makes it believe...

If you push the login button you get the object as parameter but if you refresh the page the function gets called with empty parameters. However FB SDK does deliver...

As a workaroud, I'm catching `@sdk-init` and calling FB SDK to catch a if user is already logged in on a page refresh. It is basically `fb.getLoginStatus((response) => {})` which...