RickVM

Results 11 comments of RickVM

Step 4 seems wrong. You saved wpe-init at /wpe-init and are trying to access it in 4 as wpe-init. For step 4 try: `RUN chmod +x /wpe-init`

Partially, it would certainly be a good start! The second part of my usecase would be a onTap for every step. E.g. step 1/10, 2/10, 3/10, etc..

Seems the body doesn't take into account the size of the collapsed player. Since these are shown together in a stack, the body will be hidden if height is bigger...

Would love to see this feature happen!

Hi there, nice work so far! @simolus3 I'll likely start work on some blockchain dapps soon, and am in the process of evaluating flutter vs some arbritary javascript libraries. Can...

Yep, same thing here

Would appreciate this! We run into rate limits while concurrently processing background stuff. I'd rather have things stable, and simply respect the header and wait untill we can run again....

Cant see whats behind the discord link but think I might be running into this issue as well. ```ts const { error } = await supabase.storage .from(uploadUrlData.bucket) .uploadToSignedUrl(uploadUrlData.path, uploadUrlData.token, file,...