Skip to content
#

hacktoberfest2021

Here are 16,060 public repositories matching this topic...

cosmos
linkedin-skill-assessments-quizzes
howtheysre
earthly
glenonn
glenonn commented Dec 8, 2021

I have an existing Dockerfile that I'd like to use earthly with, but it requires a secret and I don't know how to provide that secret.

Let's say I have the following Dockerfile:

FROM busybox:latest

RUN --mount=type=secret,id=my_secret,target=/mount.txt \
  cp /mount.txt /secret.txt

To build this I'd run
docker build . --secret id=my_secret,env=A_SECRET_IN_MY_ENV

I want t

ferret
ngirard
ngirard commented Mar 31, 2021

Unless I missed something, the documentation doesn't explain how to query document metadata (searching "site:montferret.dev metadata" through Google returned nothing, neither did grepping the source code).

As an example, I tried to query the og:url metadata.
I tried variations of //meta[property='og:url']::attr(content), with or without the leading //, and with or without the `attr(conte

super-productivity
johannesjo
johannesjo commented Dec 30, 2021

Hi, I have been trying out this app for a few weeks now and absolutely love it. There is just one thing in the timeline that keeps bothering me, which I am not sure if it belongs here, but here you go. I have my Google calendar integrated with the timeline, but it is currently also showing deleted events from my calendar (e.g. recurring meetings, where I deleted one or two instances over xmas). Is

openlibrary
notifire
scopsy
scopsy commented Dec 16, 2021

Is your feature request related to a problem? Please describe.
As pointed out by @ranrib we are lacking an article on the docs about sending an SMS with the library.

Describe the solution you'd like
Adding a new section in the SMS article under providers describing how to send an SMS with Notifire.

Describe alternatives you've considered
Maybe there is a better place to showca

Improve this page

Add a description, image, and links to the hacktoberfest2021 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hacktoberfest2021 topic, visit your repo's landing page and select "manage topics."

Learn more