晨曦
晨曦
> So looking more into this, there are some issues with adding in support. The biggest issue is clipping to an arbitrary border outline. While technically possible, it will introduce...
Maybe you can use outlineProvider(Outline) as a substitute.
Try not to extend LithoView in your project
This works for me, you can create a new Android module and make sure its build.gradle uses Java 1.8,here we temporarily call it "ponyfill". ``` compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility...
However, things are always full of compromises, and I found a case where Jetty called a method that didn't exist on Android. On Android's non-standard jdk, **ServiceLoader** has no **stream()**...
[[](url)](https://github.com/xmake-io/xmake-vscode/issues/229#issuecomment-1769838149) 这个确定不要写到文档里面去吗?折腾了半天了终于才找到解决办法
https://github.com/golang/go/blob/377646589d5fb0224014683e0d1f1db35e60c3ac/src/internal/weak/pointer.go#L51 I see "weak pointer" under the "internal" package. Is there any progress on this proposal currently?