Frost Ming

Results 477 comments of Frost Ming

Actually it falls into this branch: https://github.com/sarugaku/resolvelib/blob/77b256cdfb747e86112025d75cd698861ce355a5/src/resolvelib/resolvers.py#L317-L318 Where the causes are related to `pystac`, specifically, all versions of `pystac` have been marked as incompatible. To fix this, we should considered...

@notatallshaw 's solution seems a viable way to fix it, can you make a PR please?

@notatallshaw Thanks for all the efforts you have put into addressing this problem. I personally like the fallback approach. I also would like to review your PRs and leave some...

It's hard for such level of style-preserving. The parser couldn't know what table the comments should adhere to.

这个报错是cookie问题,你 是否在浏览器中已经登录了亚马逊?浏览器是什么? > 页面每次刷新csrfToken都会变 是的,服务端生成的

原来如此,是啊,你本机的cookie被别的机器读到就出事了

The function only contains 10 lines and is very easy to read: https://github.com/frostming/pdm-vscode/blob/45323f42b407a0f9d9a4a307e63dd34c00ecb518/src/pdm_vscode/hook.py#L51-L54 It only updates `settings.json` if you are NOT using a venv-like python.

The second way makes more sense to me, but you need to make sure the extra markers will be evaluated correctly when traversing the lock entries.

You are trying to get the DOM element(A `Container` in tomlkit) of the table via `.value` while for a `OutOfOrderTableProxy`, the `.value` returns an intermediate helper `Container` that is created...

> I'm having trouble following the example here. Sorry, what code you are trying?