Marvin de Bruin

Results 14 comments of Marvin de Bruin

I just fixed this on our pipeline. The `BUNDLESIZE_GITHUB_TOKEN` can expire. Github will reply with a 404. Follow the steps here to reset your token: https://github.com/siddharthkp/bundlesize#build-status-for-github 1. go here: https://github.com/login/oauth/authorize?scope=repo%3Astatus&client_id=6756cb03a8d6528aca5a...

I'm running in to the same issue, I believe the Color field should't be a string but use the following structure: https://docs.craftcms.com/api/v3/craft-fields-data-colordata.html#public-properties so when using the code above it would...

I've opened a PR: https://github.com/markhuot/craftql/pull/141 that fixes the bug, but is has no support for color channels yet

For those here looking for the proper types, this should cover the entire package: ```typescript declare module 'use-analytics' { import type { ComponentType, Context, FC, ReactNode } from 'react'; import...

I'm currently using this fallback: ``` declare module '@analytics/google-tag-manager' { import type { AnalyticsPlugin } from 'analytics'; export interface GoogleTagManagerConfig { auth?: string; containerId: string; customScriptSrc?: string; dataLayerName?: string; debug?:...

I also want this feature lil' bot!

@JamesHenry Thanks for picking this up. I wouldn't mind adding something like a flag or config to opt in to this behavior, and seeing the comments and solutions mentioned in...

> why would you put properties in a root config that don’t apply in the majority of circumstances? My thought process was based on the notion of making this behavior...

AFAIK npm is not very strict about what it contains, just thinking out loud, perhaps introducing a custom setting (either in .npmrc or in nx.json) to do some "just in...

Hey peeps, was anyone able to solve this? I get the exact same "board ready, attaching servo" message. cheers.