Patrik Csak

Results 13 comments of Patrik Csak

I got the extension working in Safari locally with the following steps: 1. [Configure Safari in macOS to Run Unsigned Extensions](https://developer.apple.com/documentation/safariservices/safari_web_extensions/running_your_safari_web_extension#3744467) 1. [Convert web extension](https://developer.apple.com/documentation/safariservices/safari_web_extensions/converting_a_web_extension_for_safari): ```sh # In github-file-icons/ npm...

i have the same issue

After a little more research, it looks like maybe it's not possible to convert a numerical offset to a named offset

Thanks for the reply, @marnusw `'+02:00'` doesn't work. I get the same error: > RangeError: Invalid time zone specified: +02:00 I updated [the Repl](https://replit.com/@ptrkcsk/date-fns-tz-formatInTimeZone-with-offset) to use all numerical offset variations...

I ended up here from [How To Reduce a Large Heroku Slug Size (thoughtbot.com)](https://thoughtbot.com/blog/how-to-reduce-a-large-heroku-compiled-slug-size) after purging the build cache failed to reduce my slug to under 500M

Appreciate the quick reply, @Spence-S The workaround makes sense, but it's not working for me Here's a StackBlitz project with the workaround: https://stackblitz.com/edit/node-q5oxrl. XO continues to fail. I tried to...

There we go. I was mistakenly treating `include` as an `exclude` undo, but it's the other way around. > Important: exclude only changes which files are included as a result...

@nhungL iirc, i re-architected my project to make it smaller

fixed in f1789d6, which is published in v3.0.1