Shell
A shell is a text-based terminal, used for manipulating programs and files. Shell scripts typically manage program execution.
Here are 9,212 public repositories matching this topic...
-
Updated
Mar 4, 2020 - C
The spec says:
If a client has access to environment variables, several standard ones exist to specify the language in which a client should operate. If not, then clients MUST make reasonable assumptions based on the information provided by the environment in which they operate (e.g. consulting navigator.languages in a browser, etc.).
Windows systems do have environment variables, but the
TODO
Need a bot/script to check PRs and verify the base is development. If not, then reply with a post detailing:
Technical Requirements
- Submit Pull Requests to the development branch only.
- Before Submitting your Pull Request, merge
developmentwith your new branch and fix any conflicts. (Make sure you don't break anything in development!) - Please use the [Google Style Gui
🗹 Requirements
- A brief but descriptive title of your issue
- I have searched the [issues](https://githu
-
Updated
Mar 3, 2020 - TypeScript
For bugs
- Rule Id (if any, e.g. SC1000):
SC2012 - My shellcheck version (
shellcheck --versionor "online"):
Any - [*] The rule's wiki page does not already cover this (e.g. https://shellcheck.net/wiki/SC2012)
Specifically, SC2012 wiki should cover the case where ls is being used just to get the number of files matching a certain literal or glob pattern, rather than propagating th
From https://github.com/kennethreitz/autoenv :
Note: you should probably use direnv instead. Simply put, it is higher quality software. But, autoenv is still great, too. Maybe try both? :)
Summary of the new feature/enhancement
Tee-Object currently invariably uses the default character encoding when teeing to a file (-Path aka -Filepath, -LiteralPath), which in PS Core is BOM-less UTF-8
However, sometimes you need a specific character encoding, and Tee-Object currently offers no way to specify a different encoding.
Proposed technical implementation details
The PID 1 process has some special responsibilities in Linux regarding the reaping of zombie processes and proper signal forwarding. Both are ignored in the current version of the docker image. For images which spawn child processes, a proper init process is recommended.
-
Updated
Mar 4, 2020 - Shell
Solaris and Illumos use Bash as the default shell. However, currently bash-it does not work as expected on them.
This can be fixed as described, tested, and confirmed here.
Here's what I suggest:
- In
install.sh, check for `$0S
Add labels to issue template YAML frontmatter format, Which will automatically assign those labels to issues. Multiple labels are comma separated.
Eg:
| Issue template | Labels |
|---|---|
| Bug Report | bug |
| Feature Request | help-wanted, proposal, under-discussion |
| Support Question | question |
There is also title and assignees variables available.
Node version (or tell us if you're using electron or some other framework):
12.1.0
ShellJS version (the most recent version/Github branch you see the bug on):
0.8.3
Operating system:
Windows
Description of the bug:
sed is applied only once by line:
original archive:
import [COMPONENTNAME]Base from './[COMPONENTNAME]Base';
`const [COMPONENTNAME] = styled( [COMPONENTNAME]
-
Updated
Mar 4, 2020 - Dockerfile
Thanks a ton for any helpful feedback
I need help with getting best quality GIFs.
I am not used to CSS syntax so it would be amazing if you add a lot of example config.yml files. Also, try adding config.yml files for the GIFs you are displaying in your README.md. They look fantastic. I have spent hours trying to get perfect GIF but no luck.
I don't know what value to give for shadow
tests/README.md speaks of $todo and $skip_test, even though the first is a metasyntactic variable and the second is a real variable. What's more, there's a literal $todo variable in the test harness implementation, which admittedly has nothing to do with the metasyntactic $todo in the documentation, but might confuse the maintainers nonetheless.
Let's use a different, less confusing no
More of a curiosity than a bug, really.
Psy Shell v0.9.7 (PHP 7.0.30-0ubuntu0.16.04.1 — cli) by Justin Hileman
>>> false instanceof StdClass
PHP Fatal error: instanceof expects an object instance, constant given in Psy Shell code on line 1
>>> [] instanceof StdClass
PHP Fatal error: instanceof expects an object instance, constant given in phar:///home/tgr/bin/psysh/src
I have come across few tasks (e.g. egs/tedlium/) which do not provide a README. This makes it difficult for experimenters to start working on this task. It would be great if we start adding the necessary details in a README for the existing tasks and create an LVCSR task template directory for new tasks to aid reviewers/task-designers.
e.g.
egs/template/
|----->README.md (details of-
Updated
Mar 4, 2020 - Shell
-
Updated
Mar 4, 2020 - Go
Correct the terminology used in code and documentation so that it is consistent with HTTPie and web standards. Examples:
- body parameter -> data field
- operator -> separator
Product: Dell Chromebook
Codename: WOLF
architecture: amd64
kernel: 3.8.11 #1 SMP Mon Jun 5 16:56:11 PDT 2017 x86_64 x86_64 x86_64 GNU/Linux
Please describe your issue:
Unable to recompile kernel using the wiki instructions at Build chrome os kernel and kernel modules
Describe the bug
When
vi-modeis enabled,shift+tabdoes not cycle backwards through the autocomplete suggestions.If
vi-modeis removed from the plugins, `shift+ta