Jonathan A. M

Results 24 issues of Jonathan A. M

There needs to be some documentation added that this library is not useful if your git strategy includes Squash Merging or should include guidelines on strategy that will facilitate this...

In the `/.env.example` file there is a variable named `DATABASE_URL` that is also present in the following files in this boilerplate: - `app.json` - `README.md` - `deploy.template.yaml` - `env.ts` However...

good first issue

Simply cloning this repo and running `yarn` for install returns this. ```bash yarn install v1.22.19 [1/4] Resolving packages... [2/4] Fetching packages... [3/4] Linking dependencies... warning " > @emotion/[email protected]" has unmet...

In setting up a tunnel after making a domain. You are given this script to install ngrok: ```bash curl -fsSLo /usr/share/keyrings/kubernetes-archive-keyring.gpg https://packages.cloud.google.com/apt/doc/apt-key.gpg deb [signed-by=/usr/share/keyrings/kubernetes-archive-keyring.gpg] https://apt.ngrok.com/ kubernetes-xenial main" | tee /etc/apt/sources.list.d/kubernetes.list...

https://github.com/actions/cache Be nice to speed up the builds using the github cache feature even though its pretty new. **Give us bleeding edge!** 🚩 Specifically *maybe*: - Use the same [API](https://github.com/actions/cache#inputs)...

Currently as of 07-26-2023, there is no ability to search the [Containers.dev](https://containers.dev/) website for specific reference information. This would be a well used feature that would help better adoption of...

enhancement

In the `mounts` property documentation it reads: > Defaults to unset. Cross-orchestrator way to add additional mounts to a container. Each value is a string that accepts the same values...

When I just want to look at the environment variables in my `.env` file and want to `Toggle auto-cloaking` to `off`, I click and none of my environment variables are...

Not sure if this container supports the devcontainer spec, but I am running into this error when clicking on my simple button that triggers an NPM script. ERROR: `Could not...

Since this is the example that is linked to by the Lit-Element website, I went ahead and tried to get it working with a very minimal component and refactored it...