Ryan Parker

Results 90 comments of Ryan Parker
trafficstars

@hxy1991 This is a different error from the one OP posted and possibly only effects Go. Would you mind opening this in a new issue?

For now, I was able to get around this by replacing `theme` with `bundle`: ``` # antigen theme denysdovhan/spaceship-prompt antigen bundle denysdovhan/spaceship-prompt ``` I still see a long list of...

I am also in the same boat as @larionov . We would like devs to be able to pull images from s3 without creds to then test locally before submitting...

Possibly related to https://github.com/cdklabs/construct-hub/issues/666

This seems related to how the documentation for this package is generated/published. I'm able to see API docs if I select a submodule (see screenshot): ![CleanShot 2022-12-22 at 14 54...

> import dynamic from 'next/dynamic' > const ThemeProvider = dynamic(() => import('@/components/theme-provider'), { ssr: false }) This resolves the console warning, however it introduced a flash on page refresh.

It would be nice to have a next.js example app and some specific pages in the docs for next.js users since it's got a lot of adoption and many users...

I could have sworn this was supported before. Really need this.

Ugh finally figured it out. It doesn't append anything to the ids but it does persist them. `--svgo-config={"plugins":[{"name":"preset-default","params":{"overrides":{"cleanupIds":false}}}]}` Docs would benefit from including examples like this.

Thanks for the PR. I'll make some time this weekend to follow up on this PR and other issues. I'm planning a move to Seattle so time has been limited....