yiku

Results 8 comments of yiku

For most people, the core of retrofit, which is the most popular feature, is that it makes the network layer implementation of the application **declarative** (describe the API by interface...

same issue with `v2ray-core_4.44.0-1_mipsel_24kc.ipk`: > root@GL-MT1300:~# v2ray --version Error relocating /usr/bin/v2ray: __nanosleep_time64: symbol not found my `/etc/openwrt_release`: > root@GL-MT1300:~# cat /etc/openwrt_release DISTRIB_ID='OpenWrt' DISTRIB_RELEASE='19.07.8' DISTRIB_REVISION='r11364-ef56c85848' DISTRIB_TARGET='ramips/mt7621' DISTRIB_ARCH='mipsel_24kc' DISTRIB_DESCRIPTION='OpenWrt 19.07.8 r11364-ef56c85848' DISTRIB_TAINTS='busybox'...

Well, both sides seem to be a bit extreme...really sad about the situation :(

> Sorry, I don't quite get the idea. You mean that you want inline classes to be serializable as regular classes, without any inlining? yes, this is exactly what i...

We also encountered the same problem while using `kapt` (for dagger) together with `serialization` in a same module: ```kotlin @Serializable data class A(val p1: Int, val p2: Float) @Serializable data...

I have searched around and didn't find any working solution, tried wrap with a `NestedScrollView` as metioned in this: [1270](https://github.com/google/accompanist/pull/1270) which introduce a height problem, and tried using gesture detector...

and the `hierarchicalLoggingEnabled` is designed for "allow fine-grain logging and configuration of loggers in a hierarchy", and when i read the source code at https://github.com/dart-lang/logging/blob/575781ef196e4fed4fb737e38fb4b73d62727187/lib/src/logger.dart#L202-L206 it makes me confused, is...

I've tried install from both pip and source code, but no luck 😢 ```shell $ pip install flash-attn --no-build-isolation Collecting flash-attn Using cached flash_attn-2.4.2.tar.gz (2.4 MB) Preparing metadata (setup.py) ......