Skip to content
#

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...

ohmyzsh
tldr
dbrgn
dbrgn commented Feb 28, 2020

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

pi-hole
dschaper
dschaper commented Feb 25, 2020

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 development with your new branch and fix any conflicts. (Make sure you don't break anything in development!)
  • Please use the [Google Style Gui
Jemi
Jemi commented Feb 29, 2020

For bugs

  • Rule Id (if any, e.g. SC1000):
    SC2012
  • My shellcheck version (shellcheck --version or "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

PowerShell
mklement0
mklement0 commented Nov 18, 2019

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

rubenofen
rubenofen commented Sep 24, 2019

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]

onehungrygeek
onehungrygeek commented Jan 6, 2019

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

danielshahaf
danielshahaf commented Nov 10, 2019

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

tgr
tgr commented Aug 28, 2018

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
vijayaditya
vijayaditya commented Jun 11, 2019

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

Created by Glenda Schroeder

Released 1965

Wikipedia
Wikipedia

Related Topics

bash
You can’t perform that action at this time.