developer-tool
Here are 54 public repositories matching this topic...
-
Updated
Feb 13, 2022 - JavaScript
-
Updated
Jan 25, 2020 - Swift
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
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
-
Updated
Mar 11, 2021 - Batchfile
-
Updated
Feb 21, 2022
-
Updated
Mar 21, 2022 - Go
-
Updated
Feb 9, 2021 - JavaScript
-
Updated
Jan 19, 2022 - Shell
-
Updated
Aug 18, 2020 - Kotlin
-
Updated
Apr 21, 2021
-
Updated
Aug 4, 2020
-
Updated
Jan 9, 2022 - Rust
-
Updated
Mar 12, 2020 - JavaScript
-
Updated
Mar 18, 2022 - Swift
-
Updated
Nov 4, 2021 - C++
-
Updated
Mar 7, 2022 - Java
-
Updated
Jun 18, 2021 - Python
-
Updated
Dec 9, 2020
-
Updated
Sep 7, 2021 - HTML
-
Updated
Apr 8, 2020
-
Updated
May 24, 2021 - Shell
-
Updated
Feb 13, 2022 - JavaScript
-
Updated
Jan 20, 2022 - Python
-
Updated
Nov 16, 2021 - Shell
Improve this page
Add a description, image, and links to the developer-tool topic page so that developers can more easily learn about it.
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."
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