Skip to content
#

configuration

Here are 3,680 public repositories matching this topic...

spacemacs
OrdoFlammae
OrdoFlammae commented Apr 3, 2020

Description :octocat:

The documentation for the @spacemacs preconfigured custom layout is inconsistent with actual behavior.

Reproduction guide 🐞

  • Start Emacs
  • Press SPC l o e

Observed behaviour: 👀 💔
Spacemacs opens a custom layout in the .spacemacs.d directory.

Expected behaviour: ❤️ 😄
Spacemacs opens a custom layout in the `.e

Halfwalker
Halfwalker commented Feb 29, 2020

Change the default username color to something like blue (via variable, so it's changeable). Then, when user su's to root or logs in as root, change username color to RED. This would be a good visual warning that you might be doing something with root privs by mistake ...

So the _username function would check the euid, and if 0 set color to RED

poco
bridgewaterrobbie
bridgewaterrobbie commented Sep 22, 2019

The documentation for Object, Var and Varholder lead me to believe that given the following setup:

std::vector<DynamicStruct> testList;
  Object t1;
  t1.set("name","com.tl");
  t1.set("num1",false);
  Object j;
  j.set("testval",testList);

The following call would let me extract the values (similar to my other use of Object with primitives and basic strings)

` auto retB

chezmoi
jsamr
jsamr commented Apr 22, 2020

Is your feature request related to a problem? Please describe.

I guess usability. I love to have access to an exhaustive documentation from the terminal, and don't rely on any window manager. Also, this is extremely valuated in the *nix world.

Describe the solution you'd like

I personally suggest mdoc (see groff_mdoc(7)) macros, because they offer a full DSL. They are also very wi

billychou
billychou commented Mar 25, 2020

Describe the bug
Hi ,
As shown below, the reg_gsid value contains a blank space.
my.ini

[access_log]
reg_gsid = ` (\d{39,41}) `
cfg, err := ini.Load("my.ini")
cfg.SaveTo("local.ini")

As shown above, the blank space is gone when i use saveTo method.
Please, How to reverse the blank space when i use the method. Thanks a lot.

To Reproduce

cfg,
soullivaneuh
soullivaneuh commented Sep 5, 2019

This tools is great, we can define and validate various config from file, env, cli arg... and we can even put a short doc on each field.

But what if I want to display a clear and concise doc reference on a website on a cli usage?

Should this package be able to handle that? If not, is it compatible with other packages doing that need?

Thanks

dynaconf
steinybot
steinybot commented Feb 24, 2020

This may be a bit premature but are there plans to come up with some sort of API documentation for the Jsonnet libraries, in particular the Kubernetes (ksonnet) library?

I find it really difficult to use without lots of string searching. IDE support would help but most plugins are limited. I just found http://g.bryan.dev.hepti.center/ which looks pretty cool. How do others manage to use it?

Improve this page

Add a description, image, and links to the configuration topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the configuration topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.