project
Here are 4,955 public repositories matching this topic...
I think you could rename the project's file to follow the guidelines with lowercase and undescore. Just an improvement :)
`
Some file systems are not case-sensitive, so many projects require filenames to be all lowercase. Using a separating character allows names to still be readable in that form. Using underscores as the separator ensur
-
Updated
May 27, 2020
I am creating a custom TOC to fix #104 for me; however, it's not that easy.
var toc = require('markdown-toc');
var md = '# heading\n## heading 2\n### heading 3';
var result = toc(md); // links are incorrect in the toc for Angular
var correct_toc = [];
result.json.forEach(function(h) {
// fixed h.content
correct_toc.push(new_h);
}
var toc_md = toc.bullets(correCurrently, we manually append the params to the url / query string using urljoin. Instead, we can send the query params in as a dictionary
-
Updated
Jun 6, 2020 - Vue
There is a ton of documentation here and that's great, however, the first introduction to this tool is overwhelming and should be simplified. You may want to move some of the more stable documentation to the Wiki and reference it from the ReadMe.
-
Updated
Feb 20, 2020 - PHP
-
Updated
Jul 29, 2018 - TypeScript
Examples and guides
Fix existing examples and complete the list of examples in the main README file. Put links to examples and guides of the extended documentation on the WIKI (to be created) and of the DN2A website.
-
Updated
Jul 1, 2020 - JavaScript
The .construct configuration should (also) be loaded from $HOME/.config and it should be recommended in the README.md to put it there instead of directly into $HOME.
it is stale now since year 2016.....
-
Updated
Jun 27, 2020 - JavaScript
I read the Getting Started section on the wiki. Downloaded the project zip, extracted and ran build.sh. It completed without errors. I didn't know how to proceed with the next step of putting Forge on the path. No linux binaries were generated.
I had to run an extra command to get the executable.
`dotnet publish -c Release
Ignore directories
This may not be an issue, but is there a way to ignore tokenization in specified directories? I can't find documentation and STProjectMaker.sublime-settings only shows extensions and specific file names
We should start adding simple generate questions to stackoverflow that we can answer, to provide users with a way to find searchable help and feedback.
SO actively encourages simple, high quality code questions like this. It would be great if someone could just start asking basic questions for @doowb and I to answer. feel free to link them here if an
Be great if the complete command accepted a string[]. Ultimately, I want to do this:
{
"complete": [
"cd {{ name or org }}",
"git init",
"npm install",
"git add .",
"git commit -m 'initial commit'",
"git remote add origin https://github.com/{{ org or name }}/{{ name or org }}.git",
"git push -u origin master",
"code ."
]
}Rela
-
Updated
Jun 26, 2020 - JavaScript
-
Updated
Jul 29, 2017 - Java
Improve this page
Add a description, image, and links to the project topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the project topic, visit your repo's landing page and select "manage topics."
The chat tutorial listed for elixir is outdated. It uses a old version of phoenix and could be confusing to new users who would be learning a oudated set of syntax, application structure, commands i.e.
mix phoenix.createvs.mix phx.create.Also it's missing some steps. For one this they never do
mix ecto.createwithout which the postgres database is not initialized so the app doesn't wo