The Wayback Machine - https://web.archive.org/web/20220709013328/https://github.com/topics/developer-tool
Skip to content
#

developer-tool

Here are 75 public repositories matching this topic...

LukasGentele
LukasGentele commented Jan 13, 2020

Is your feature request related to a problem?
"DevSpace should use the current docker behavior for dockerignore:
Dockerfile + .dockerignore
Dockerfile + Dockerfile.dockerignore
Dockerfile.frontend + Dockerfile.frontend.dockerignore
"

Which solution do you suggest?
Delegating the dockerignore file search to Docker if possible, otherwise copying the behavior as best as possible

good first issue
initializer-for-laravel
NiclasvanEyk
NiclasvanEyk commented Sep 24, 2021

MinIO uses ports 9000 and 8900 on the host system. If you use phpstorm and are currently listening for xdebug connections, it will use port 9000 by default.

This means, that the initialize script will start, but surely fail when calling docker-compose up.

A similar issue can be observed on systems, where e.g. the apache web server is included and started by default (I think Ubuntu does t

enhancement good first issue ./initialize
jakeberesford-palmetto
jakeberesford-palmetto commented Dec 2, 2021

Context
We use the click context heavily in palm commands since this is how we access the Environment for core functions like run_in_docker. The syntax is a little awkward as we have to access the Enviornment via ctx.obj, which is a click convention. We can improve the readability of our code by changing the implementation to use @pass_obj instead, and naming the first arg environment - t

enhancement good first issue

WampServer SSL Auto Config is a Microsoft Windows batch script designed to automatically generate and configure a fully working Apache SSL / Name Based virtual host development environment.
  • Updated Apr 5, 2022
  • Batchfile

Improve this page

Add a description, image, and links to the developer-tool 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 developer-tool topic, visit your repo's landing page and select "manage topics."

Learn more