-
在koom-demo中build.gradle中新增:
`ndk {
abiFilters 'armeabi-v7a', 'arm64-v8a'
}`
使用
`ForkStripHeapDumper.getInstance().dump(
this.getFilesDir().getAbsolutePath() + …
-
Submitted By: jeffrey.marks
Topic: Something Else
Team: Tier 1 Support
Hi there. I'd like to upload an RSA private key so that our app can access in /srv/vets-api/secret. I haven't set this up befo…
-
Hi Team, I have been using Paparazzi for snapshot tests of our views built using Jetpack compose. We are using Reflections API to scan the code to find the method annotated with previews. These method…
-
**Alopecurus doesn't return any info through the species API**
Colleagues working with rgbif tried to download occurrences linked to Alopecurus genus but nothing comes up, contrary to other taxa …
-
### Description
Private Endpoint IPv6 settings (`isIPv6EnabledPrivateEndpoint`) cannot be configured through Bicep, but consistently show up as differences in what-if analysis. This leads to perpetual…
-
### Introduce the problem
The OS abstraction layer defines and uses a single name "lvglDraw" for all LVGL threads when LV_USE_OS is enabled.
Because a single thread name is used this can lead to…
-
API Flat related show private field
-
I can't see anywhere that I can use .p8 to create a token. What can I do now? I can't keep create Server API token every week :/
-
### Describe the bug
Hey Frog team, I am making a bug report on behalf of @artlu99, it seems that there is a lack of input validation for requests - we cannot figure out why this [request body does…
-
it's not a good practice to use non-public api. it would be nice to have a rule warns its usage.
```js
// invalid
var foo = require('foo/bar.js');
// valid
var foo = require('foo');
/* esl…