-
When including libui-ng as a meson subproject on macOS the build fails with:
```sh
subprojects/libui/meson.build:73:1: ERROR: Function 'add_global_arguments' cannot be used in subprojects because …
-
A general question, not blocking just trying to understand the guarantees.
I'm looking at how to ensure we use the right network for downloads.
The WorkManagerScheduler code https://github.com/a…
-
A Google app has seen a cluster of new crashes with `UnsatisfiedLinkError` [in FlutterJNI.java](https://github.com/flutter/engine/blob/5c09604bd6de0755d48ca2a3ae645c9c36781b9d/shell/platform/android/i…
-
It would be nice if there was an option for easytags to look for the nearest ancestor that contains a .git, .svn, .hg, etc. file, and put the .tags in there. Similar to how CtrlP lets you use the 'r' …
-
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
Cause: null pointer dereference
x0 0000007fcda60a00 x1 000000722dc489c0 x2 0000000000000000 x3 0000000000000000
x4 0000000000000000 x5 0000…
-
Hi,
I have noticed that the URI with an empty (not null) fragment parsed from the string is not equal to a URI with an empty fragment created with `Uri.Builder` (the URI created from the builder do…
-
# Overview
おそらくこのpresentationTimeはPTSから計算されているのだと思うので、まずそれを確認したい
-
-
https://cs.android.com/android/platform/superproject/+/master:packages/modules/adb/protocol.txt;l=82-88
```
--- STLS(type, version, "") --------------------------------------------
Command cons…
-
It's not clear why the following would fail:
## Case 1
1. C++ side: `eglSwapBuffers(display_, surface_);`
2. Java side: `assertTrue(imageReader.acquireLatestImage() == null);`
## Case 2
…