John Goodall
John Goodall
I attempted to update all the files with 2020 census data. To get the updated files: ```sh mkdir -p raw/state && cd raw/state && curl -O https://www2.census.gov/geo/tiger/TIGER2020/STATE/tl_2020_us_state.zip && unzip tl_2020_us_state.zip...
I believe the zip code references came from [the census](https://www.census.gov/geo/reference/zctas.html), but I dont remember exactly.
Through some trial and error I found you could set the backgroundColor by using the `tertiary` property in the `theme.js` file. For example, if your `theme.js` file looks like below,...
For customizing background color, I described how to do it here (short answer, use `tertiary` in theme file): https://github.com/FormidableLabs/spectacle/issues/938#issuecomment-1156710733
I have the exact same problem, and similarly cannot customize the upload complete message. Based on previous comment, guessing it is impossible.
Is this planned or in the roadmap?
is this still in the works?
To be clear, the `lfoppiano/grobid` image works fine on M2 chip. It is the `grobid/grobid` that is not working. That said - since you already have the `arm` image for...
Any updates on this? Anything we can do to help?
> > @jgoodall our team has deprioritized this, but I can try to get it out for next patch release. > > There's just a couple API comments here if...