-
- Write down the problems
- Propose quickly the approaches to solve the performance issues
- Share with the team the ideas and define the final ticket to be implemented
-
**为了防止被滥用,目前仅仅支持一次同步一个镜像**
**Issues 必须带 `porter` label,** 简单来说就是通过模板创建就没问题,别抖机灵自己瞎弄。
**标题必须为 `[PORTER]镜像名:tag` 的格式,** 例如
- `[PORTER]nginx:alpine`
- `[PORTER]gcr.io/google-containers/federation…
-
Hi David,
I recently bought the ATU100 Extended (China mfg, firmware 3.2) and modified to tuner for QRP according to the nice video by IK3SSG. (5 turns in tandem-match + parameter updates in EEPRO…
-
Hi,
Please let me know if this libray can use in react native or not
Thanks,
-
-
**问题**
某些场景下,比如数据A变化后需要调用B数据接口去拉取数据,如果用useRequest发出请求,data会一直存在,即使请求失败了也会存在旧的data数据,导致业务逻辑出现异常。
这时就不得不本地存一个data状态,然后在`onBefore`和`onSuccess`来清理和保存返回的数据,这样的话使用useRequest的意义就不大了。
**期望**
能否提供一个`ke…
-
I've gotten remote content static-site-generation working two different ways now:
- fetch, reverse engineered from https://github.com/shuding/nextra/pull/1166
- octokit, perhaps a bit cleaner
…
-
Major API calls should be cached in memory (redis to scale) and returned instantly without a database query. Whenever new data arrives in the database, trigger a cache refresh. Also whenever a user re…
-
I found this code to not be true for us:
```typescript
const focusCount = useRef(
Platform.select({
// react-navigation fire a focus event on the initial mount, but not on web
web: 1,
…
-
I tried this for record sample data
```
PipedOutputStream pos=new PipedOutputStream();
FFMpegFrameRecorder recorder=new FFmpegFrameRecorder(pos,channels);
PipedInputStream pis=new PipedInputStream…