kramer65

Results 25 issues of kramer65

In response to the issue I opened yesterday [here](https://github.com/coleifer/peewee/issues/446) I just now see that peewee-admin is not part of peewee, but rather of flask-peewee. So in order to not get...

This is currently not a direct issue, but I noticed that [one of the direct requirements](https://github.com/axnsan12/drf-yasg/blob/5d4a0dad982e86751922eae0213397b090e5abc7/requirements/base.txt#L2=) is coreschema, which is currently [listed as archived on it's github page](https://github.com/core-api/python-coreschema). So maybe...

For a robotics project I'm building an autonomous boat which moves in a grid with x and y readings. These location sensor readings are a little noisy however, and as...

I've got a couple folders: verylongname verylongname-with-some-options verylongname-with-some-other-options In normal terminals I would type `ver` and then hit `tab` to get it to show `cd verylongname`. In upterm however, it...

I'm a developer and since I administer a handful of servers (although I'm not a sysadmin), Upterm looks something I would love to use. There are three things that currently...

I'm trying to make sense of the numbers that this program outputs, but I often have trouble with that. For example; when I run `minimu9-ahrs --mode raw` I get something...

I've included the leaflet map into my django-admin. It works great, but I need high precision in the polygons I draw. When I currently scroll past 10m I get a...

I'm currently connecting our Cantaloupe server to a new source server from which it will retrieve images. That connection requires manually adding a client side certificate though. With curl a...

So I succesfully get the private_keys, certs and secret_keys. At least, it prints out this: ``` {u'mirthconnect': } {} {u'encryption': } ``` Now I need to use them to decrypt...

I've got some data which I want to present using a double Y-axis. I can't find any examples or mentions of it anywhere though. Is it possible to use a...