Results 54 issues of Daniel Dunn

With no strong background or border, buttons can be a bit hard to notice. I tried adding a 1px border, and I think that looks pretty nice. Could we add...

At present, it seems that *everything* is stored in profile folders without any real division of user specific files(Which presumably should be backed up), package included files(Which definitely don't belong...

Right now, enums seem to function as a simple select element. Would it be possible to support enums that allow the user to enter a custom value, as seems to...

## Introduction In the IoT era, it is more and more common to have a need to remotely access a device located in a user's home or business. The current...

I think it would be really cool if the charge editor had a way to display some of the relevant historical context. I have a proof of concept of this...

enhancement

Is this some sort of intentional thing to avoid revealing when you're at home or something? It makes it fairly useless for the intended "detect when to prefetch" use case,...

I saw this error, and I'm not quite sure what's happening. I think jackd may have stopped in the background and restarted, it's a pretty complex environment, and there are...

When using cherrypy and ssl, for reasons I don't understand, the sock.shutdown call throws this error occasionally(When the source is modified to print tracebacks instead of silently pass). ``` Traceback...

With the CherryPy server, if you repeatedly refresh a page with websockets, then iterate the gc module's list of objects for SSLSockets, you might find an extra object for every...

The most recent call is in SSL's write, so it's probably a library bug, but it looks like it happened after an error in once, which means we might be...