tomasz-grobelny

Results 49 comments of tomasz-grobelny

Not sure why you needed to patch snowmix... anyway, good to hear you managed to get rid of the error. Yes, it should show dead_frame.bgra - did you create the...

> Any suggestions on how this part can be debugged? First I would check the snowmix part by writing a gstreamer pipeline to cast snowmix output to screen (autovideosink). You...

@DylanVanAssche, GStreamer is quite an important part here... certainly there is a way to display some video on your device using gstreamer, even if it is wayland only. And even...

Basic idea is to connect mobile device to openauto/car, dump process memory (pmdump) and search for certificates there.

Hi @gamelaster, I tried to get newer certs by doing pmdump+search as I did previously, but this time wasn't able to get the private key :-( Could you possibly describe...

Do I understand correctly that this function is of primary interest here ``` public static SSLContext m23915f(iwa iwa) throws Exception { SSLContext instance = SSLContext.getInstance("TLSv1.2"); Cipher instance2 = Cipher.getInstance("AES/CBC/PKCS5Padding"); f27646b.mo22711j().mo22663aa(6991).mo22646J("Using...

I have created new PR on files_fulltextsearch side (https://github.com/nextcloud/files_fulltextsearch/pull/19) so that indexing is not affected if metadata app is disabled.

Please have a look at this updated pull request - it uses new extensibility mechanism provided in fulltextsearch and files_fulltextsearch (minor change related to subtags on their side is still...

Now the search by tags should work. You can use it like this: "* meta:tag=Rose". You need the first asterisk as it seems to require as least one non-option word...

Any thoughts? Note that this change works only with latest fts code and this PR: https://github.com/nextcloud/fulltextsearch_elasticsearch/pull/39 (minor bugfix).