-
Updated
Oct 5, 2021 - Emacs Lisp
configuration
Here are 4,525 public repositories matching this topic...
-
Updated
Oct 5, 2021
-
Updated
Oct 2, 2021 - PHP
-
Updated
Sep 20, 2021 - C
-
Updated
Oct 1, 2021 - Jsonnet
-
Updated
Oct 3, 2021 - JavaScript
-
Updated
Oct 6, 2021 - Go
-
Updated
Oct 6, 2021 - PHP
-
Updated
Jul 11, 2021 - Shell
-
Updated
Sep 16, 2021 - Go
-
Updated
Oct 5, 2021 - Python
-
Updated
Jul 5, 2021 - C++
-
Updated
Jul 23, 2021 - JavaScript
-
Updated
Oct 3, 2021 - Ruby
-
Updated
Sep 30, 2021 - Go
-
Updated
Oct 5, 2021 - Shell
-
Updated
Sep 23, 2021 - Java
-
Updated
Jul 22, 2018 - PHP
Hello all,
diff sub-command fails with mysterious error when kubectl version is < 1.18.0.
The error message: exit status 1.
I notice this if condition while debugging the code. It completely hide the real reason why it is failing ...
diff is working fine
-
Updated
Oct 1, 2021 - Emacs Lisp
-
Updated
Oct 3, 2021 - C#
-
Updated
Oct 6, 2021 - Scala
-
Updated
Sep 27, 2021 - Shell
-
Updated
Oct 2, 2021 - Rust
-
Updated
Aug 26, 2021
-
Updated
Mar 12, 2021 - JavaScript
Problem
whichkey v0.9 added support for icon on the menu (VSpaceCode/vscode-which-key#41). VSpaceCode/VSpaceCode#205 added most of the icons for our default bindings.
I am opening this to track the rest of the menus that don't have icons.
- Clojure major mode
-
SPC m e(+Evaluate) -
SPC m k(+Structural editing),
-
What steps did you take:
Input:
#@ def group_alpha():
name: alpha
#@ end
groups: &all_groups
- #@ group_alpha()
foo:
groups: *all_groups
Result:
groups:
- null
foo:
groups:
- name: alpha
Expected:
groups:
- alpha
foo:
groups:
- name: alpha
Expected according to [limitations](https://carvel.dev/ytt/docs/latest/known-limitat
Improve this page
Add a description, image, and links to the configuration topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the configuration topic, visit your repo's landing page and select "manage topics."
It would awesome if you could make the alignment of the title editable (left, center, right)