-
Updated
Sep 13, 2020 - Python
development
Here are 2,809 public repositories matching this topic...
-
Updated
Aug 22, 2020 - Python
-
Updated
Aug 16, 2020
-
Updated
Sep 6, 2020 - JavaScript
-
Updated
Aug 5, 2020 - Python
-
Updated
Sep 14, 2020 - TypeScript
-
Updated
Aug 18, 2020 - Python
-
Updated
Apr 11, 2020 - Python
-
Updated
Sep 12, 2020 - JavaScript
-
Updated
Sep 14, 2020
-
Updated
Apr 11, 2020 - Ruby
-
Updated
Sep 13, 2020 - Python
-
Updated
Jun 5, 2019 - Go
-
Updated
Jul 18, 2020
Let's write a guide on how to tail
the pantheon/fpm logs.
I think it is as easy as:
lando logs -s appserver -f
That seems to spit out the PHP errors when I create a syntax error or undefined function in my Pantheon app.
Let's turn it into a guide: https://docs.lando.dev/contrib/guides-intro.html
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Aug 12, 2020
-
Updated
May 24, 2020 - JavaScript
-
Updated
Sep 9, 2020
$ minishift status
Minishift: Running
Profile: minishift
OpenShift: Stopped
DiskUsage: ERR of
perhaps this is related to the error state from the OpenShift isRunning
check
-
Updated
May 25, 2020 - JavaScript
-
Updated
Jul 9, 2020
-
Updated
Jan 22, 2020 - Go
-
Updated
Sep 1, 2020
-
Updated
Jan 6, 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
-
Updated
Jul 13, 2020 - Shell
-
Updated
Jul 23, 2020 - JavaScript
Improve this page
Add a description, image, and links to the development topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the development topic, visit your repo's landing page and select "manage topics."
Electron has an API to play the shell bell https://www.electronjs.org/docs/api/shell#shellbeep
To support this with xterm.js we would need to allow
bellSound
to take a() => void
:https://github.com/xtermjs/xterm.js/blob/ab63b5168161d5a3a93708f4dc274fadee176801/typings/xterm.d.ts#L47-L50