Nelson Nunes
Nelson Nunes
Yeah would be amazing. Right now, i keep in memory 5 players but it dont work well.. Precache beginning of the video could improve user experience a lot …
Hi, Sorry for the delay. At the moment, i'm only insterested in building the platform. @xla : i will take a look at docker's script @onurakpolat : Yes usage is...
Hi I'm trying to run `sudo docker run -it --rm --net=host 411a61b03b81 sh -c "/tapglue/gateway-http -aws.id='' -aws.secret='' -aws.region='eu-west-1 -source=sqs' -postgres.url='host=localhost user=tapglue password=tapglue dbname=tapglue sslmode=disable connect_timeout=5'"` It returns ``` {"caller":"gateway-http.go:115","component":"gateway-http","duration":397162,"host":"moby","lifecycle":"start","listen":":9000","revision":"f1af978","sub":"telemetry"} {"caller":"gateway-http.go:193","component":"gateway-http","err":"dial...
Grr, my postgres was buggy. it works now. sorry
With @mnemonicflow help, everything works now. I just add citext extension to tapglue database.
Thanks @mnemonicflow Have you try Console component ?
Hi, Any update or workaround on this ? thanks,
As a workaround ```swift extension RealmLogoView { override public func draw(_ rect: CGRect) { super.draw(rect) let image = UIImage(named: "todo") let imageView = UIImageView(image: image!) imageView.frame = CGRect(x: 0, y:...
+1 just copy/paster example
Hi, @playtikasmirnov why are you thinking CachedNetworkImage is the problem ? I load a lot of images as well, and i am trying to understand why my memory consuming is...