Leo

Results 40 comments of Leo

Still unable to use the Flatpak version of peek :(

After more experimentation, I think it has something to do with the HTTP `Content-Length: x` vs `Transfer-Encoding: chunked` HTTP headers. Even if I proxy through non-SSL Cloudflare Workers, it doesn't...

When this project was converted to an ESM package (https://github.com/webtorrent/parse-torrent/releases/tag/v10.0.0), my pull request #91 became pretty irrelevant. My work here would have to be thrown out and rewritten to add...

Confirmed this issue. Using Cloudflare Workers, I turned the request into a non-chunked request with: ```javascript addEventListener('fetch', event => { event.respondWith(handleRequest(event.request)) }) // https://developers.cloudflare.com/workers/examples/modify-response/ // strip all headers from the...

As far as UI goes, I was picturing something like this. ![Conditional Event Locations Mockup](https://user-images.githubusercontent.com/5376265/226467194-9cd47888-f659-4544-b7e2-2bbd985bb51d.png)

Upon further consideration, you guys already have a system in cal.com for building out availability... with Availabilities! Perhaps it makes more sense to have an option to assign multiple Availabilities...

![Creating and modifying Working Locations](https://github.com/calcom/cal.com/assets/5376265/f26ab9cc-3c07-41ea-b603-fb922ed02b50) Working Locations is a standard Google Workspace feature, but it doesn't exist for Gmail accounts. https://workspaceupdates.googleblog.com/2021/08/share-where-youre-working-from-in.html https://workspaceupdates.googleblog.com/2022/07/working-location-enabled-by-default-google-calendar.html I guess double-entering all of my availability on...

Icon changed again. ![https://commons.wikimedia.org/wiki/File:Google_Calendar_icon_(2020).svg](https://upload.wikimedia.org/wikipedia/commons/a/a5/Google_Calendar_icon_%282020%29.svg) https://commons.wikimedia.org/wiki/File:Google_Calendar_icon_(2020).svg