zwedwin
zwedwin
hi @wiwat-tharateeraparb I have tried to implement this recursively but am running into issues here is my implementation ``` def get_all_children(chain_ric, visited, rics): children, _ = expand_chain_ric(chain_ric) if chain_ric.endswith('.xbo') and...
While using `IPython import embed; embed()` in an ipdb session list comprehensions seem to have a broken scope, take the snippet as an example. Confirmed this is not an IPython...
In the newest version of chrome (>131.0.6778.85) [this line](https://github.com/sindresorhus/ky/blob/1d92c203f7f60df37c03d60360237d8cb9bcb30a/source/core/Ky.ts#L175) from Ky.ts fails on: `TypeError: Cannot set property duplex of # which has only a gettr ` on all ky.get, ky.post,...