Saul Hardman
Saul Hardman
Hey @j-f1, I'm using a single MicroAnalytics instance to track all of my sites. I prefix the path with a 'namespace', like so:- ```js fetch(`https://my-micro.analytics/my-website.com${location.pathname}`) // => https://my-micro.analytics/my-website.com/this-is-the-path/ ``` I...
Hi @simonsmith, to get this issue rolling (and to help me with another conundrum) could you describe/explain what the `initial` and `combined` component selectors are in the context of the...
I've come across this issue as well. For now I'm simply ignoring (the few and far between) instances of selectors that contain Sass string interpolation. Not ideal, nor sustainable, but...
Hi @DJAlejandro, for more information about configuring PostCSS PurgeCSS to work with Vue single file components, take a look at [this blog post](https://viewsource.io/configuring-purgecss-for-use-with-nuxt/). The article is about Nuxt specifically, but...
I'm not using Firebase, but am also experiencing this error when building with `NITRO_PRESET` set to `cloudflare`:- ``` ERROR Rollup error: Could not load /Users/username/project/node_modules/unenv/runtime/mock/proxy/.cjs (imported by ../node_modules/readable-stream/lib/_stream_readable.js): ENOENT: no...
Hey @aaronpk, I've got some time to work on this, but I'm not exactly well-versed in PHP. My thoughts were as follows:- - create 2 new views `views/register.php` (`/register`) and...
Hi @remorses, thanks for creating an issue 🙏 I'll take a look into the cause of the infinite loop – perhaps we need to use an alternative method for checking...
@remorses would you be able to provide an example project that exhibits this issue?
> Although it seems like it kills fieldset borders and does some padding/margin-weirdness (https://www.dropbox.com/s/g5bp6u1aodnqpej/Screenshot%202020-07-28%2016.11.10.png?dl=0) I'm experiencing the same issue and I'm wondering what the solution is? Do we need to...
@LiamMartens no need to apologise – thanks for taking a look and let us know if there's any way we can help out.