Bastian Hoyer
Bastian Hoyer
Thanks :+1:
That is expected if you use NSCache (memory caching).. it is cleared when the app goes to background. If you want your image persisted, save it to the cache folder...
ipad mini is not yet retina and might get delayed until 2014
this is not a bug! If you render ``` Something Something ``` in a browser it shows `Something Something` If it changes the content to `SomethingSomething` it is definitly a...
that would be really great...
hmmm... is there an easy way to inject code for a user for the next tick? maybe like how the console of the client works ? even better of course...
Yes.. I don't think it's easy doable. It's to bad because it's really nice setting a style using interface builder.. but looks like you have to still write code to...
this would be really helpful .. is there a easy way to add sending the data manually over the library ?
Yes.. I saw that .. but I have no idea how to do that for a websocket connection.. I'm starting it with this snippet: ``` let webSocketTask = URLSession.shared.webSocketTask(with: url)...
great... thank you