The template is HTML + tailwindcss + liquid variables
Create template and input liquid variables via url. New graph. BOOM!
More demos coming.
The template is HTML + tailwindcss + liquid variables
Create template and input liquid variables via url. New graph. BOOM!
More demos coming.
Julia please please! 🎱
Julia please please! 🎱
1) It must not write to any I/O streams (including stdout)
2) It must have two possible end states and randomly choose between them on each run.
3) The end state of each run must be externally observable.
1) It must not write to any I/O streams (including stdout)
2) It must have two possible end states and randomly choose between them on each run.
3) The end state of each run must be externally observable.
Been a long time.
Been a long time.
These cron jobs help me do other things with my time 😀
These cron jobs help me do other things with my time 😀
Lots of Reddit threads with complaints, but extra note is the only known solution.
#iosdev
Lots of Reddit threads with complaints, but extra note is the only known solution.
#iosdev
Use cloudflare workers with auth to respond to requests with r2 objects.
* When worker reads R2 object, the bandwidth is free. Only charge for Class B operation
* When worker responds to user, the egress is free.
I am using presigned urls to access private objects in an R2 bucket. I would like those objects to be cached. I do have a domain assigned to the (private) R2 bucket too. What I do to tell Cloudflare to cache these objects?
Use cloudflare workers with auth to respond to requests with r2 objects.
* When worker reads R2 object, the bandwidth is free. Only charge for Class B operation
* When worker responds to user, the egress is free.
Summarizes my time at the computer so far really well. Thanks for sharing!
Summarizes my time at the computer so far really well. Thanks for sharing!
I am using presigned urls to access private objects in an R2 bucket. I would like those objects to be cached. I do have a domain assigned to the (private) R2 bucket too. What I do to tell Cloudflare to cache these objects?
I am using presigned urls to access private objects in an R2 bucket. I would like those objects to be cached. I do have a domain assigned to the (private) R2 bucket too. What I do to tell Cloudflare to cache these objects?
I'll have to fix one (hopefully) last bug tomorrow before I submit the app for review.
I'll have to fix one (hopefully) last bug tomorrow before I submit the app for review.
* Add seed data to the web app
* Release on TestFlight for testing
* Filled up the form and screenshots etc. Just have to release a build and submit.
* Website content
Next up: Analytics integration
* Add seed data to the web app
* Release on TestFlight for testing
* Filled up the form and screenshots etc. Just have to release a build and submit.
* Website content
Next up: Analytics integration
Now comes the dreaded part - submitting to Apple and whatever else I have to do for marketing.
Now comes the dreaded part - submitting to Apple and whatever else I have to do for marketing.
Where I like to live when I'm able, and where I prefer growing old/dying do not have to be the same place.
Where I like to live when I'm able, and where I prefer growing old/dying do not have to be the same place.
(Apple TV)
I watched the first two episodes bit by bit over 2 months 😂
Then finished the rest last night.
(Apple TV)
I watched the first two episodes bit by bit over 2 months 😂
Then finished the rest last night.
www.amazon.com/Story-Recurs...
www.amazon.com/Story-Recurs...
TLDR: ensured audio sound the same at a volume-level across songs.
Music streaming services maintain the same LUFS for all their audio.
In contrast, a movie on Netflix might be audible at lower volume level on your TV, but another movie might require higher volume
TLDR: ensured audio sound the same at a volume-level across songs.
Music streaming services maintain the same LUFS for all their audio.
In contrast, a movie on Netflix might be audible at lower volume level on your TV, but another movie might require higher volume
@Environment(\.dismiss) private var dismiss
It did for me. I switched to simply using the binding var that controls isPresented, by setting it to false
#iosdev #swift