Dan Krause

Results 11 issues of Dan Krause

We're currently using a pre-compiled kernel from [Dmitry Grinberg](http://dmitry.gr/index.php?r=05.Projects&proj=15.%20Transcend%20WiFiSD). In order to get this kernel working with the closed-source kernel modules ship with stock firmware, he patched the module loader....

enhancement

Create an init script that does the following: - Attempts to connect to APs: - Tries connecting to a number of access points in order (maybe using conf files in...

enhancement

Provide support for all known methods of identifying these cards over the network, in order to support mobile apps that communicate with them.

enhancement

We're currently using a statically compiled hostapd from PQI's stock firmware. Due to the need to use an old kernel version, the newest buildroot doesn't support building a working hostapd...

enhancement

Have a working web UI for configuring the device

enhancement

Most tests would require interacting with the dev_appserver, and I'm not yet sure what that will mean for their design.

Allowing string ids to be POSTed introduced a bug / security hole. When POSTing a new instance, or multiple instances, the id is accepted as is, and is posted over...

Currently, our permission system has the following types of permission for a given operation on a given model: ``` PERMISSION_ANYONE PERMISSION_LOGGED_IN_USER PERMISSION_OWNER_USER PERMISSION_ADMIN ``` This means that there is currently...

https://github.com/nithinmurali/pygsheets/blob/8f4a7f18abc621add54a7b9fe52e7a3911726cd0/pygsheets/sheet.py#L326-L334 I intend on implementing proper batch updating here for my next PR. How should this interact with the existing batch mode?