Displaying 3 results from an estimated 3 matches for "dressers".
Did you mean:
bressers
2006 May 10
2
hard_breaks
Dear Dressers of RedCloth,
I have a question:
text = "Foo\nBar\n\nBaz"
RedCloth.new(text, [ :hard_breaks ]).to_html
# => "<p>Foo<br />Bar<br />\nBaz</p>"
Shouldn''t that really be "<p>Foo<br />Bar</p><p>Baz</p>"...
2003 Mar 19
2
Old bug resurfacing?
I found this in the archives:
http://samba.cadcamlab.org/lists/samba/Feb2002/00318.html
It pertains pretty directly to the problem I'm seeing.
I first started having it with my 2.7 installed version
so I upgraded to 2.8. I'm still having the same problem.
Basically, I have a group of web developers that use
the linux/samba server for editing files for the site.
All the files are
2013 Oct 16
0
tidy: Could not back up files of type socket
Hello,
I am using puppet tidy to clean up my /tmp directory
as described here:
https://groups.google.com/d/msg/puppet-users/bg6GzDVDR-k/ELj8eeGI2F8J
tidyup:
/tmp:
age: ''4w''
backup: ''false''
recurse: ''true''
Puppet throws errors when it encounters a socket instead of a regular file
or directory.
change from socket to absent