console
Here are 2,523 public repositories matching this topic...
I'm opening this as a discussion before I make any PR.
This project has a directory named contributing-guides/, something most of the users definitely do not know.
Here are two things to consider about that directory:
- The files in it, even though being very valuable (especially the style guide), have had very few cont
-
Updated
May 20, 2019 - TypeScript
-
Updated
Apr 16, 2020 - JavaScript
- I have marked all applicable categories:
- exception-raising bug
- visual output bug
- documentation request (i.e. "X is missing from the documentation." If instead I want to ask "how to use X?" I understand [StackOverflow#tqdm] is more appropriate)
- new feature request
- I have visited the [source website], and in particular
read the [known issue
I found not document about how to use vconsole in nuxt.js, so I write this for anyone who need it.
- create vconsole.js in folder plugins
plugins
vconsole.js- open vconsole.js ,put belowing code
const Vconsole =
process.env.NODE_ENV !== 'production' ? require('vconsole') : {}
export default ({ app }, inject) => {
if (process.env.NODE_ENV !== 'produPlease visit the contributing guidelines to learn more on how to translate Signale's documentation into more languages.
Tons of thank you to everyone for your help and support!
-
Updated
Apr 12, 2020 - PHP
-
Updated
Apr 18, 2020 - JavaScript
It is very nice that ranger shows the contents of document files in the right pane. Is it also possible to yank/copy text without opening the associated program?
Inexplicably, part of the conemu website is written in Russian. Scroll down and note how much of the text is not english.
https://conemu.github.io/en/TabletPC.html
It would be helpful to get the original english docs back. I was trying to figure out how to disable zoom gestures on my touch pad, which happens by accident all the time, but all the docs are non-english.
-
Updated
Mar 19, 2020 - Python
The history configuration was refactored in pry/pry@e5556a2
This makes most (if not all) of the Wiki page on history configuration out of date. Unfortunately, I don't have time right now to go through and figure out how all the options have changed, but perhaps someone more well-versed in the
- The first example can have few more chained prompts (It shows the power of enquirer in a few seconds)
- Todo can be moved to the bottom & can be a section (Below Contribution section)
- The 'Related prompts' section can be moved below 'Example Usage'. After the gif, the code should be shown (It is correct for Input prompt)
- The example should be complete. It should match exac
hishamhm/htop#920 by @overhacked provides a way to display ZFS ARC stats in htop. I'd like htop to also display compressed ZFS ARC stats top in FreeBSD and OpenIndiana has, here's the code and how it looks like: OpenIndiana/oi-userland#5231.
@ninefathom FYI.
-
Updated
Mar 16, 2020 - JavaScript
-
Updated
Apr 2, 2020 - Python
-
Updated
Apr 20, 2020 - Python
| Q | A |
|---|---|
| Bug report? | no |
| Feature request? | yes |
Right now we can create custom configuration based on presets, however I think it would be worth allowing custom presets also.
This would mean opening up the Preset interface so for example a framework could maintain their own Preset file and users can then use the preset, just by pointing
It would be useful to have some documentation on the recommended approach for generating UUIDs from Lua sysbench scripts. Some all-Lua uuid modules out there are actually not thread-safe and require hacks to get to work properly.
However, there is a thread-safe FFI/cdef-based UUID generation Lua module here:
https://github.com/AlexWoo/lua-uuid/blob/master/uuid.lua
It would be good to eith
Version
Reproduction link
https://jsfiddle.net/boilerplate/vue
Steps to reproduce
Hello.
I have installed consola in my project and when I click on a nuxt-link who must display a log via Middleware I have an error : consola.info is not a function
If I refresh the page with my brows
Your documentation mentions that the syntax follows markdown styling, but that doesn't match what I found here: [(https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)]
Do you think there would be any benefit in getting these two to match?
Best,
Rick
Dockly doesn't display well in a terminal using light colouring.
Caddy supports markdown rendering via Blackfriday, which uses Chroma for syntax highlighting.
I think it would be awesome if Chroma would support a caddyfile lexer so that we can syntax highlight all the examples in the Caddy do
Installation of Laravel Zero with the command below
laravel-zero new TestApp
Results in output
Writing lock file
Generating optimized autoload files
> @php application app:rename
Renaming the application...
What is your application name?:
>
Aborted.
Script @php application app:rename handling the post-create-project-cmd event returned with error code 1
Applicati
-
Updated
Apr 4, 2020 - Python
Doxygen support
It would be great if sc-im had doxygen comments, so documentation can be automatically generated.
I've been playing with with doxygen in a little helloworld project and I really like the output. I've even been able to have the files hosted directly from inside the repository via github pages. Check it out: https://charlespax.github.io/hello_c
As I'm learning the code base I can go through an
Improve this page
Add a description, image, and links to the console topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the console topic, visit your repo's landing page and select "manage topics."

The one comment I'd like you to follow up on eventually is:
"Please make a docs\MSBuildWizardry.md with all the rules and nuances here."
I feel like we're doing a lot of custom or interesting MSBuild stuff which should be documented somehow like: