Kim Aldis

Results 17 issues of Kim Aldis

Seems to have started when I inadvertantly got into an import loop, file A import B, file B import A. I've fixed the loop but Codekit still crashes when I...

Using the CurrentTrack event to watch for track changes, when a BBC station plays the returned data has changed since BBC stations now have to be accessed through the BBC...

static files appear not to be getting served: ``` let server = HttpServer() server["/files/:path"] = directoryBrowser( PublicDir ) do { let port = 8082 try server.start( in_port_t(port) ) print( "HTTP...

need-investigation

I was having trouble serving files from a location using shareFilesFromDirectory and tracked it down to a couple of lines in Socket+File.swift. This may be completely the wrong solution and...

bug
need-investigation

I'm using javascript websockets (Firefox) to send and receive text data to and from a swifter websocket: this.Websocket = new WebSocket("ws://" + window.location.host + "/ws") this.Websocket.send( "xxx" ) this all...

need-investigation

How nicely will PXSourceList play with Swift?

typing `r Friday do some stuff` adds a reminder on Sunday. as does Monday and Tuesday - I'm doing this on Saturday, if it helps. other days of the week...

I don't think it works but I might be missing somethng: So, like: //region some stuff //region other suff //endregion more stuff //endregion

for quick access to folders. so with folders: * foo * bar * foobar entering "foo" would hide folder bar and leave foobar and foo visible

enhancement

Is there any way this could be made to work in Python mode in Processing 2? thanks.