-
Updated
Oct 13, 2020 - Python
development
Here are 2,919 public repositories matching this topic...
-
Updated
Oct 3, 2020 - Python
-
Updated
Aug 16, 2020
-
Updated
Oct 3, 2020 - JavaScript
-
Updated
Oct 1, 2020 - Python
-
Updated
Oct 15, 2020 - TypeScript
-
Updated
Aug 18, 2020 - Python
-
Updated
Apr 11, 2020 - Python
-
Updated
Oct 13, 2020 - JavaScript
-
Updated
Oct 8, 2020
-
Updated
Oct 8, 2020 - Ruby
-
Updated
Oct 12, 2020 - Python
-
Updated
Jun 5, 2019 - Go
-
Updated
Oct 11, 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 -fThat 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
Oct 4, 2020 - JavaScript
-
Updated
Aug 12, 2020
-
Updated
Oct 14, 2020 - JavaScript
-
Updated
Oct 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
Sep 26, 2020 - Go
-
Updated
Sep 1, 2020
-
Updated
Oct 2, 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
Sep 27, 2020 - Shell
-
Updated
Oct 15, 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
bellSoundto take a() => void:https://github.com/xtermjs/xterm.js/blob/ab63b5168161d5a3a93708f4dc274fadee176801/typings/xterm.d.ts#L47-L50