Abhinav Singh
Abhinav Singh
> The wheel doesn't contain the dashboard front-end. Not sure if that's intended but it is certainly not tested within the `lib` workflow. Yep we don't bundle dashboard. That is...
Apologies, looked into wheel instead of `sdist`. We are bundling everything including dashboard, menubar xcode project, that's why :). I think `MANIFEST.in` was supposed to take care of it. ```console...
I'll take a look at them shortly, meanwhile I saw something, it's minor `proxy -v` now returns `proxy.py vv2.3.2-dev147.g35b643c.d20211114` Note the double `vv`, I haven't dug much into it, just...
Looked into `RTFD`. Unfortunately, it requires access to GitHub private project dashboard. I am not even sure why. For that reason, won't be able to use `RTFD` anymore. I am...
> Looked into `RTFD`. Unfortunately, it requires access to GitHub private project dashboard. I am not even sure why. For that reason, won't be able to use `RTFD` anymore. I...
> Is it in the CI or locally? I noticed this today when quoting an example on another issue https://github.com/abhinavsingh/proxy.py/issues/729#issuecomment-971608552 . Looks like it only happen for `Via` proxy header....
Correct, I'll address this separately, not a major issue until we make a final stable release.
Thank you for reporting this. Under `_env_threadless_compliant` method we automatically disable multiprocessing based execution on windows. But likely, this function is not picking up that it is running on windows...
> cygwin There you go, so looks like we need to get this fixed. I'll push this out this week sometime and cut a new release. Thank you for reporting...
Meanwhile, can you locally make this function return `False` and see if you get any errors then? Thank you!!!