yaodong-li

Results 8 issues of yaodong-li

My environment is python 3.6 and I ran a simple script file like below: ``` from math import sqrt from joblib import Parallel, delayed def main(): print('simulate workers, testing parallel')...

bug

Thanks a lot for the repo and it is really informative. However I have two small questions about pointer and value for usecase. 1. In this scenario, article usecase is...

### New Issue Checklist - [x] Updated the plugin to the latest version - [x] I read the [Contribution Guidelines](https://github.com/Backelite/sonar-swift/blob/master/CONTRIBUTING.md) - [x] I read the [documentation](https://github.com/Backelite/sonar-swift/wiki) - [x] I searched...

First, thanks to Suzuki for this amazing framework. I'm making a chat app with tap bubble to preview photo function, so this is the function I used: `SKPhotoBrowser(originImage: image, photos:...

help wanted

I would like to generate a yaml string on the fly and pass it to the plugin to provision resources.

In my project, Instead of putting the xlformdescriptor logics in viewcontrller, I put the xlformdescriptor in a presenter which is a subclass of nsobject. So I cannot call reloadFormRow without...

Please see the FAQ in our main README.md before submitting your issue. ![photo_2023-06-01_16-20-26](https://github.com/go-kratos/kratos/assets/6023208/600aec0d-0772-46e5-abf0-22b6e32cb0c6) In older version of kratos, there was a grpc connection pool implementation. But I'm not able to...

question

Thanks a lot for the amazing tutorial and code. However I have a small question. The code example used an rwmutex to manage all connections, however, I found only "lock"...