Henrik Holmboe

Results 29 comments of Henrik Holmboe

I noticed that there is no way to pass a phrase as a single argument to test.echo using salt-ui as well. It gets passed in as: ``` python [{u'fun': u'test.echo',...

See saltstack/salt-ui#17, saltstack/salt-ui#39 and saltstack/salt#2956.

See saltstack/salt#3965 for a proposed solution.

@ruimarinho I'm curious and forgive my ignorance, but does this improve security? To avoid disclosing information regarding the serials? Improve reliability through avoiding collisions?

We are seeing this error as well and have not been able to find a solution. The S3-compatible service we are running against is Digital Ocean Spaces.

@TeoZosa I was also blocked by this for a while and tracked it down today as well. Came to the same conclusion and added a hackish top-level header that will...

@AWhetter I will try to describe this from memory so bare with me. Let's say you have one `index.rst` and one content file named `content.rst`. The headings from index AND...

> Actually it's 'cause `-b` does not use Sphinx make_mode module. The proper way, would be to allow passing directly `-M` to the `sphinx-build`, and then specify > > ```...

I have studied the code further and have identified a few more places where it would require changes for the config option `needs_part_separator` to have effect. Consider this PR a...

Yes I can see that this is hard-coded in various places. I am motivated to dig through the code to find them out. However, I would be greatly helped if...