王腾达

Results 4 comments of 王腾达

the antd [README.md](https://github.com/cljsjs/packages/tree/master/antd) say ![image](https://user-images.githubusercontent.com/17254793/155845632-0f41a183-bfa5-4432-8d2a-22f25dc74572.png)

Should I copy `cljsjs/antd/production/antd.min.inc.clss` from in jar to `resources/public/` ? It's awkward...

![image](https://github.com/user-attachments/assets/8a745c1b-4c80-4000-bb3c-b559a06405e9) interface/interface.go ```golang package _interface type Foo interface { Foo() Bar } type Bar interface { Bar() string } ``` pegomock/pegomock_test.go ```golang package pegomock import ( "github.com/petergtz/pegomock/v4" "github.com/stretchr/testify/assert" "testing" )...

there is a `RETURNS_DEEP_STUBS` in mockito https://github.com/mockito/mockito/blob/52fdc52c874ec309116288ba8b1617764e2b24a4/src/main/java/org/mockito/Mockito.java#L1827