Bharat Krishna
Bharat Krishna
I am using this library to create bins on 1-d data with around 35 million datapoints. It takes forever (4+ hours) and I had to kill it without results. If...
Installed jenkspy using conda: ``` conda install -c conda-forge jenkspy ``` Importing JenksNaturalBreaks as shown in the README: ```python from jenkspy import JenksNaturalBreaks ``` This gives an error: ``` ImportError:...
This tool is one of the better Golang based HTTP perf tools. Adding support to make HTTP/2 requests would be useful.
I am running this with data as shown in example. And I get `IndexError: positional indexers are out-of-bounds`. ```python data.shape (1000, 15) rg_mtrx = [ [35000, 1, 0], ## over-sample...
I generated self-signed cert using openssl as given in this [doc](https://devcenter.heroku.com/articles/ssl-certificate-self). I use this to start the server: `./server -cert=server.crt -key=server.key` When I run the client I get an error:...
nghttp2 version: 1.50.0 downloaded from https://github.com/nghttp2/nghttp2/releases/tag/v1.50.0 Operating System: Ubuntu 18.04.4 LTS I am trying to build a static binary of h2load and using these options to ./configure: `./configure --enable-app --enable-static...
I am installing nodeshark through npm install. ``` $ npm install nodeshark npm http GET https://registry.npmjs.org/nodeshark npm http 304 https://registry.npmjs.org/nodeshark npm http GET https://registry.npmjs.org/mnm npm http 304 https://registry.npmjs.org/mnm > [email protected]...
I tried you plugin and it works well. But I am not able to integrate jquerry search plugin with this. On the modal popup, I have a form and I...