Frost Ming

Results 477 comments of Frost Ming

> > > support upload avatar to object storage with URL and pass to slack(seems to be the only way to specify avatar) > > > > > > Disagree...

> I am currently stuck by not able to get the contact avatar.. Reported to wechaty: https://github.com/wechaty/python-wechaty/issues/381

Indeed, but the error message `argument of type 'NoneType' is not iterable` indicates that it may come from Python code. Let's see.

> @frostming If the `ContactAvatarResponse`, and `ContactAvatarRequest` gRPC interface issue cannot be mitigated anyway, we could still leverage your CF worker URL encoded magic to add our customized avatars :)...

Thanks, this will be included in 1.4, the next minor release

Is it possible to make it work by simply setting an environment variable? https://github.com/frostming/findpython/blob/ebe580527fd718abac82993132569c68302a0c4e/src/findpython/providers/asdf.py#L19C1-L21C10

I mean to set `ASDF_DATA_DIR=$HOME/.local/share/rtx` and everything works, you don't ever need a new provider.

That's indeed a good idea, while you can achieve this now by: ```python next(version for version in finder.find_all() if version.version in specifier) ```

Maybe use a Personal Access Token as GITHUB_TOKEN, instead of using the one generated by the action.

Yes, this requires the interface change which is planned in https://github.com/pdm-project/pdm/issues/1505. We have to use what we have now.