Farmer Paul

Results 10 comments of Farmer Paul

@svivian, same is true for me: comments no longer recognized in this extension's Blade syntax highlighting when [Liquid](https://marketplace.visualstudio.com/items?itemName=sissel.shopify-liquid) extension is also enabled. I just disabled Liquid since I rarely edit...

So, for anyone else with the patience and savvy to follow @theothersophie's thorough instructions (thanks, btw!), you may run into a few issues along the way. I thought I'd share...

I was just about to make your package a dependency on our project, as it looks like it'll be the perfect fit, but then I tried typing "replace" on my...

Unfortunately, this bug seems to make the `stylePreview: true` setting incompatible with [Chromatic](https://www.chromatic.com/)'s component views, which are also rendered in isolation. Chromatic relies heavily on isolated component renderings for its...

I came up with a workaround for anyone interested! Create `.storybook/preview-head.html` and populate it with this code: ```html /* ================================================= Manually apply dark/light mode class to target element if not...

I agree, not sure what the rationale is behind those original lines of code (if the `format` parameter already exists, then change it to `json`, but then if it doesn't...

It started _sort of_ working as soon as I tried removing `useSourceHash: true`, and added `delay: 100` to the `LiveReloadPlugin` settings. I don't actually have a clue what's going on...

The workaround is fine for the time being, it's just means Stretchly is working as it did before – ignoring my Mac's DnD focus mode. I was excited to see...

"Focus" modes are customizable in macOS/iOS in terms of which apps and/or people are allowed to generate notifications. In my "Work" focus mode, I've set up exceptions for which applications...

Yes it sounds more non-trivial than expected. Essentially trying to determine if notifications are currently "muted" for a specific app, not whether permission to generate notifications has been granted.