startup
Here are 509 public repositories matching this topic...
-
Updated
Jun 16, 2020 - Vim script
-
Updated
Jul 11, 2020 - Python
-
Updated
Jul 25, 2017 - HTML
-
Updated
Nov 25, 2019 - Python
-
Updated
Jun 1, 2020
-
Updated
Jun 23, 2020 - Python
-
Updated
Jun 18, 2019
On top of each page, before or after the title, add breadcrumbs: conference-name/year/title.
In perfect case, the same should be in page URL.
-
Updated
Jul 10, 2020
@jamesmunns and I had a discussion on Matrix about the current defaults that leave HardFault_ and DefaultHander_ implemented as infinite loops.
This should most likely be replaced with panic in the default case to help the implementors detect issues and if nothing is done the panic crate takes care of the default course of action.
This might increase code size a bit, but for those that do
-
Updated
May 17, 2020 - CSS
-
Updated
Dec 9, 2019 - PHP
-
Updated
Oct 18, 2017
-
Updated
Jul 8, 2020
-
Updated
Jun 30, 2020 - JavaScript
-
Updated
Jul 5, 2020
-
Updated
Jul 16, 2018
-
Updated
Jun 6, 2020 - HTML
Would it be possible somehow to use the vscode-powertools to "pin" certain files, so that they won't close with cmd+w (on mac)?
I'm thinking to remap cmd+w to a powertool somehow, and make it call the vscode default close action, but first compare the file path with a simple list of files (".vscode-pinned-files") to see if the files are there. I can make a safe-to-close.sh shell script myse
-
Updated
Jul 8, 2020 - JavaScript
Document format of .Renviron files. For instance, quotation marks are optional, e.g. all of the following give the same value "ABC DEF":
FOO1=ABC DEF
FOO2='ABC DEF'
FOO3="ABC DEF"
In R,
> Sys.getenv(c("FOO1", "FOO2", "FOO3"))
FOO1 FOO2 FOO3
"ABC DEF" "ABC DEF" "ABC DEF" UPDATE 2019-04-27: The code used for base::readRenviron() is in https://gi
-
Updated
Apr 26, 2019
-
Updated
Jul 13, 2020 - Python
Improve this page
Add a description, image, and links to the startup topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the startup topic, visit your repo's landing page and select "manage topics."
Is this a bug report or a feature request?
I guess it's a bug if it is supposed to work and a feature request if it isn't.
Reproduction using Gatsby's default starter here.
Expected behavior
With the following npm scripts: