pengyu

Results 23 issues of pengyu

I POSTed to this URL https://httpbin.org/absolute-redirect/3 But I got this response header. Is POST and redirection supported by httpbin? Thanks. HTTP/1.1 405 METHOD NOT ALLOWED Access-Control-Allow-Credentials: true Access-Control-Allow-Origin: * Allow:...

Sometimes, google will show results even when some keywords are missing. Is there a way to show such information in the search results? ``` from google import google num_page =...

This module seems to be useful. Could you please make it avaialble under pip? Thanks.

I don't find the raw image of `gradient.png`. https://github.com/abidrahmank/OpenCV2-Python-Tutorials/blob/master/source/py_tutorials/py_imgproc/py_thresholding/py_thresholding.rst The image directory has a file called `gradient.png`, but it is just the result image, not the input image.

How secure is it to use git-fat with other people to manage the repository. In particular, it seems that everybody should have write access to the some fat-store directory. So...

The following is what is indented by vim-scala. The last `}` is indented one level. Shouldn't it be unindented? ``` object HelloWorld { def main(args: Array[String]) { println("Hello, world!") }...

The following code is indented like this. I think the first line should not be indented. Is it a bug? Thanks ``` . as $all | (.molecules | .[] |...

enhancement
help wanted

I got the following error when I try to install fisher. Does anybody know what is wrong? Thanks. ``` $ pip3 install -U numpy Collecting numpy Downloading https://files.pythonhosted.org/packages/a6/6f/cb20ccd8f0f8581e0e090775c0e3c3e335b037818416e6fa945d924397d2/numpy-1.16.2-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (13.9MB) 100%...

I got the following warning, when I try the tolon. Could anybody fix this problem? Thanks. ``` /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/sklearn/externals/joblib/__init__.py:15: FutureWarning: sklearn.externals.joblib is deprecated in 0.21 and will be removed in 0.23....

If `\label{abc_xyz}` is in a pandoc document, Ctrl+P in `\eqref{a}` after `a` can only leads to `\eqref{abc}` but not `\eqref{abc_xyz}`. Is there a way to let the completion know to...

question