joeldrotleff

Results 24 comments of joeldrotleff

I believe this is intentional behavior; it's useful so that you can "preload" a video by just instantiating an AVPlayer before you actually intend to start playing it

@smhk Just want to say I very much got a kick out of naming your variable `playa`

I’m seeing the same issue in 14.3 with magic keyboard (which includes trackpad) on iPad Pro 2018

To investigate the issue further I went looking in the open runtimes thing on docker, i.e. here: https://hub.docker.com/r/openruntimes/deno In the sidebar it says to run `docker pull openruntimes/deno` but when...

Re: migrate, on my droplet in my docker-compose.yml file, I see 'image: appwrite/appwrite:1.3.8'. So it looks like I'm on 1.3.8.

@stnguyen90 Ok so that worked! My Deno deploy was successful now. I tried the same thing for a Swift function (Updating Package.swift file) but that doesn't seem to have worked,...

I also verified that Package.resolved is showing 2.0.0: { "package": "Appwrite", "repositoryURL": "https://github.com/appwrite/sdk-for-swift", "state": { "branch": null, "revision": "51f325b11ea10949cf12af363fc5fb4f652abbf2", "version": "2.0.0" } },

I don't have this issue but the EditWithInstructions command is broken for me - just spins endlessly, eventually shows some error about json parsing.

Ah nevermind I got it working. I had added code to my curlrc file to include timing information in the output, but it seems that interfered with EditWithInstructions (Even though...