Isaac Poulton
Isaac Poulton
> If it only appears when batch count>1, maybe it's caused by the queue request timed out,i fixed it by modifying gradio‘s source... Nice find. This fixed it for me....
I think this has been implemented by someone else now. Closing.
```toml package-b = [ {version = "^0.1.0", source = "pypi", markers = "extra == 'repo'", optional = true}, {path = "../package_b", develop = true, markers = "extra == 'local'", optional...
Thanks for the help. It could be the same underlying issue. I installed Poetry from source and tried the suggested fix, but the code path doesn't seem to be hitting...
Did some digging on this on this over the weekend: Changing `src/poetry/puzzle/provider.py:687` from ```pep_508_dep = dep.to_pep_508(False)``` to ```pep_508_dep = dep.to_pep_508(True)``` correctly calculates the overrides needed to specify both the local...
> by any chance do you use civitai helper extention and is that working for you in this fork? Sorry, I don't use that extension.
You don't actually need to be whitelisted or install any other extensions. You can force html rendering by adding `?mode=html` to the query parameters.
>They planning to remove it completely to the end of February. Sad times.
[I think this function gets the relevant elements for extracting text.](https://gist.github.com/gzomer/2b809174ce380fced61040005a9a9576#file-grammarly-gdocscanvasinjectedcs-js-L935) [Then this function decodes it into usable text](https://gist.github.com/gzomer/2b809174ce380fced61040005a9a9576#file-grammarly-gdocscanvasinjectedcs-js-L1011). Neither of those steps looks trivial.
> bottom line seems to be so far: everything after Stripe CLI 1.10.3 hangs on WSL... Confirming this. Would be nice to have a fix, since it seems like CLI...