Kunal Grover

Results 10 issues of Kunal Grover

Hi, thanks for this library, really impressed by how similar everything is to the Rest framework and hopefully this can become as popular some day. One large worry that I...

**I'm submitting a ...** (check one with "x") ``` [ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report [x]...

enhancement
p3: nice to have

**Is your feature request related to a problem? Please describe.** Support Room assistant with ESP nodes **Describe the solution you'd like** While having bluetooth linux systems around the house is...

enhancement

In the request signals currently, the user is populated using the ```COOKIES``` which wouldn't work for REST APIs based on Django. Can we instead use the ```request.user``` object and make...

Do you have a recommendation on which hardware works best for this setup? Coral vs NCS2 vs Nano Can you create a benchmark and update documentation allowing people to buy...

Running parallel unit tests in Django breaks when using Cachalot 2.1.0. ``` Traceback (most recent call last): File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor yield File "/usr/lib/python3.6/unittest/case.py", line 601, in run...

bug

We run tests on Jenkins on an EC2 machine, and I am seeing an extreme slowdown when running tests with Cachalot. **With Cachalot**: 35 minutes **Without Cachalot**: 2 minutes ###...

help wanted
needs info

I have an old laptop running Nvidia 650M(Kepler 3.0 capability) that I was planning to use given GPU unavailability. The image fails to startup with the error that OpenCV is...

I have modified the default form widget to enable sorting of data which is added into our DB. This PR makes this behavior default since I am not sure if...

Hi, I am unable to build Hector localization on Yosemite. One of the errors faced was the sincos use which was easily bypassed by the __sincos function in OSX. Another...