Kynson Szetau

Results 9 comments of Kynson Szetau

I faced the exact same problem after adding my root domain to Cloudflare Pages as custom domain. Deleting `~/.wrangler/config` did not fix the problem.

Cloudflare recently released [miniflare](https://miniflare.dev), which supports cron trigger testing. If anyone wants to test cron triggers at the moment, you may refer this link [https://miniflare.dev/scheduled.html](https://miniflare.dev/scheduled.html) Of cause, cron trigger support...

My personal use case would be allow me to host something, for instance, a demo web app & its backend, temporary on Digital Ocean and have it destroy itself automatically...

Thanks for the reply. I guess I will have to detect whether the character is an emoji and switch font accordingly in this case. Just another question out of curiosity...

"�", I believe: ![Image](https://github.com/user-attachments/assets/3bdc357e-210d-41c0-b62e-afadba40e64b) Above generated using (Fira Code is install as system font on my system): ```rust let mut db = Database::new(); db.load_system_fonts(); db.load_font_file("./NotoColorEmoji-Regular.ttf").unwrap(); let opt = Options {...

I am facing the a similar issue (not sure if exactly the same), but on MacOS. After I quit Zen and reopen it, a new window is opened instead of...

@Propheticus You're right, sorry for the confusion. Below are what I observed from my side: - Quit by CMD + Q when a window is opened => restored correctly -...

@Propheticus Logically, I completely agree with you. Yet, from a UX stand point, I would say this implementation is slightly inconvenient. There are many ways for users to "close" an...

It would be great if this can get merged, currently facing the same problem. (I know the team maybe busy with other stuff, not intended to rush anyone) Thanks a...