Emily Grace Seville

Results 192 issues of Emily Grace Seville

Adds intellisence for Cobra CLI config (YAML Red Hat VS Code extension is required). *When this PR is merged I can reference this schema from SchemaStore GitHub repository to enable...

TlDr syntax version: [this one](https://github.com/tldr-pages/tldr/blob/65a4592a6fd8786cedbad3bb3af2984fc97a9e54/contributing-guides/style-guide.md) CLIP syntax version: [2.7.0](https://github.com/command-line-interface-pages/syntax/blob/main/markdown-based/base.md) For suspicious placeholders where conversion can break them try to ask user whether to convert them and save this info somewhere...

Elvish: 0.19.2+official Extension: v0.2.0 Platform: Ubuntu 22.04.1 LTS ![image](https://user-images.githubusercontent.com/42812113/225990437-72845715-bc95-4c8e-8100-75fc1aa8be26.png) At least for external programs.

This issue aims to make pages standardized and more readable. Format: - `` - `` - `` - ``

#### For bugs - Rule Id (if any, e.g. SC1000): - My shellcheck version (`shellcheck --version` or "online"): - [ ] The rule's wiki page does not already cover this...

**Describe the bug** `=` assignment is broken for nested keys following referenced one-level up property related to them. Version of yq: 4.34.2 Operating system: Linux 22.04 Ubuntu Installed via: sudo...

bug
v4

### Current Behavior There are too many `mcs` options use `:` instead of `=` as option argument delimiter: - --addmodule:MODULE1[,MODULE2] - -codepage:ID - -define:SYMLIST, -d:SYMLIST - -doc:FILE - -keyfile:KEYFILE -...

## Steps to Reproduce ```C# using System.IO; using System; class Program { static void Main() { *int x = null; } } ``` You can also run it on [Repl.it](https://repl.it/@AlvinSeville19/CSharp-Example-Fail-On-Wrong-Dereference#main.cs)....

area-Compilers: C#

## Steps to Reproduce The following code doesn't work properly (but in .NET Core does): ```C# using System; namespace Some { public class Program { public static void Main(string[] args)...

## Steps to Reproduce ```C# using System; public class MainClass { public enum Rainbow { Red, Orange, Yellow, Green, Blue, Indigo, Violet } public static RGBColor FromRainbow(Rainbow colorBand) => colorBand...

area-Compilers: C#