James Tiplady

Results 18 comments of James Tiplady

Just realised my double-quoting workaround only gets me out of trouble in SASS-land. I'm using the JSON file as a source for design tokens that are shared between the SASS...

@epegzz No worries, I’m no longer using the library (using :exports in CSS Modules now) but hopefully this’ll be helpful to someone else in the future.

@good-idea Just wondering if you are still using this method as I've attempted to do the same today and am not having much luck so far. I'm using [`sanity-plugin-tags`](https://github.com/pcbowers/sanity-plugin-tags) and...

Just realised that the solution above must be using the `alpha` branch since the stable branch doesn't use namespaces. At the moment I'm importing from the generated defs file and...

It doesn't appear to be possible at the moment, as the library is hardcoded to save the file in the root of the default storage: https://github.com/jazzband/django-constance/blob/5de44eafb16ef2d0dceea88da295387ccb17230d/constance/admin.py#L141-L144 I'll see if I...

Just got mega burned by this. Thanks to those who found and submitted PRs.

In case it's helpful to anyone, I also experienced this error this morning, and as per @alchemistOfWeb's comment, my case was due to inheritance order of my admin class (in...

@jrief Sure, I'll try and look at that later today.

Looks like some kind soul has published these: https://www.npmjs.com/package/@types/suncalc However, it looks like it might not be up-to-date with the most recent API, e.g. it seems to be missing the...