Sophia Parafina

Results 9 issues of Sophia Parafina

removed static urls with urls from http://cataas.com fixes issue #522

[Kubernetes Helm chart example](https://github.com/pulumi/examples/tree/master/kubernetes-ts-helm-wordpress) needs to be updated. The `stable` repository has been deprecated. The WordPress examples should point to [bitnami/wordpress](https://hub.helm.sh/charts/bitnami/wordpress) ```ts const wordpress = new k8s.helm.v2.Chart("wpdev", { repo: "stable",...

help-wanted
good-first-issue

https://cloud.google.com/community/tutorials/write this will allow us to bring the google cloud platform get started guide into the Google community docs. we will need to clone the repo, and submit a pr.

kind/enhancement

Compiling llamafile produces these binaries, they need more documentation than what --help provides. llamafile llamafile-perplexity llamafile-quantize llamafile-server llava-quantize zipalign For example, what does llamafile-perplexity actually do and how is it...

### Problem description Add feedback on blog posts ### Affected product version(s) blogs ### Suggestions for a fix Add the thumb voting widget from docs to blog posts

kind/enhancement

### Problem description Code examples can be lengthy and make blog posts too long to read, add unnecessary scrolling, and make blogs unwieldy on mobile devices, but readers still want...

area/docs
kind/enhancement

Add examples in supported languages to these posts - https://www.pulumi.com/blog/serving-a-static-website-on-aws-with-pulumi/ - https://www.pulumi.com/blog/adopting-existing-cloud-resources-into-pulumi/

kind/enhancement

I get an error when I try to move to the next page, unsure if this is related to the previous pagination issue.

In the code examples comments, it says that the asset type is GEOTIFF_RGB or THUMBNAIL_RGB. It should be GEOTIFF or THUMBNAIL according the [STAC spec for AssetType](https://geo-grpc.github.io/api/#epl.protobuf.v1.AssetType).