Erik Erlandson

Results 109 comments of Erik Erlandson

Would still be nice if we could run steampipe in OpenShift without setting `anyuid`, which is not a secure policy

@luisffc The random uid is created by openshift when it creates the pod, so it is at container run time. If the `steampipe query` could be run by the container...

@luisffc If I'm understanding your idea, then this is where you remove the db: `rm -rf /opt/steampipe/.steampipe/db` But this part also happens at `podman build` time, and would re-create it:...

@luisffc thanks, this is very interesting, and might work! Adding a few extra seconds to pod startup time would not really be a problem, so if it works this would...

@MichaelTiemannOSC does #181 resolve this?

@armanbilge latest is merged into `scala3` branch: https://github.com/erikerlandson/coulomb/blob/scala3/docs/index.md

@armanbilge thanks! For reference, what I ultimately ended up doing was this: ```css /* when mdoc renders "long" comments, clip them and provide a scrollbar */ .comment { /* set...

Might be useful to have a special class for "multi-line-comment" or "mdoc-output-comment" to distinguish between comments the programmer wrote and comments generated by mdoc itself. Or some new mdoc tag....

Possibly not related but now seeing this strange behavior: https://github.com/erikerlandson/coulomb/issues/309