Malhar Vora

Results 15 issues of Malhar Vora

I am learning OpenAPI and trying to create a small PoC using Flasgger and Flask. I am not able to see the output in Swagger/Flasgger UI. **Following are details:** Flask...

**Description:** Whenever /metrics is curled, internally it shows 404 return code even if the URL /metrics exists and gives output. Also that 404 code is not seen in /metrics output....

I am using python-bioformats to read TIFF file. I get following this everytime. ``` 09:04:19.664 [Thread-0] DEBUG loci.common.NIOByteBufferProvider - Using mapped byte buffer? false 09:04:19.675 [Thread-0] DEBUG loci.formats.ClassList - Could...

I am using `python-bioformats` to extract metadata from the `Tif` file. I found a method called `getMetadata` which returns some Java object (as it says). This returned object has only...

I am trying to call some methods in python package `python-bioformats` that uses `javabridge` to call a java lib called `Bioformats`. When I call one of those methods, it returns...

- Vagrant version Vagrant 1.9.7 I need to restart CentOS 7.2 box after upgrading kernel and perform rest of the tasks but as my data is in shared directory I...

Does it have Plan9 support ?

I am just trying to setup master. I guess ```kubectl apply -f - && kubectl -n kube-system delete pods -l 'component=kube-proxy'``` in install.sh is raising the issue. ``` ==> master:...

Change --apiserver-advertise-addressess to --apiserver-advertise-address

In install.sh --api-advertise-addresses flag is supplied to ```kubeadm init``` which is misspelled. Actual flag name is --api-advertise-address.