Results 6 issues of laishere

## Issues and steps to reproduce recyclerView.xml ```xml ``` item.xml ```xml ``` bug on release 3.0.0 FlexboxLayoutManager.java ```java // 1. line 1470 int childTop = layoutState.mOffset; // 2. line 1745...

I found the lib doesn't work with genrtics type. for example: ```kotlin data class Result( val code: Int = 0, val data: T? = null ) // after definition of...

https://github.com/PavelDoGreat/WebGL-Fluid-Simulation/blob/54ed78b00d7d8209790dd167dece747bfe9c5b88/script.js#L910 should change to ```glsl velocity.xy -= vec2(R - L, T - B) * 0.5; ```

When I tried to compile quickjs, I found there's a missing macro check in bf_atof_internal function. https://github.com/bellard/quickjs/blob/36911f0d3ab1a4c190a4d5cbe7c2db225a455389/libbf.c#L3110 `bfdec_normalize_and_round` is defined under `USE_BF_DEC` flag, and `bf_atof_internal ` trys to access it...

bug

The uncaughtable error can be thrown by an interrupt handler. Noticed that the `fail` logic of `js_async_function_resume` function doesn't check if an exception is caughtable before sending it to the...

**tsx with `worker_threads` is fine, but not `piscina`** To reproduce: worker.js ```js import libsamplerate from "@alexanderolsen/libsamplerate-js" console.log('libsamplerate', libsamplerate); // can be any module from node_modules ``` ## worker_threads main.js ```js...

bug