Displaying 20 results from an estimated 30000 matches similar to: "announcement topics"
2008 Sep 16
5
i didn't see the 4.7 announcement
i (and others) have missed messages on centos-devel as well. did other
people not see the 4.7 announcement message? i'm wondering if the centos
list server is having some kind of issue.
2006 Sep 25
4
Tightening the rules for literal `[` and `]` chars in link ids
So here's an interesting bug I just discovered:
[Like this][d]: [here][h].
[d]: foo
[h]: bar
The output here should be:
<a href="foo">Like this</a>: <a href="bar">here</a>.
But instead the output is completely empty. I see this bug in both
Markdown.pl and PHP Markdown.
The problem is that all three lines are being
2008 Jul 06
2
Regular expressions: bug or misunderstanding?
I'm trying to write a gsub() call that takes a string and escapes all
the unescaped quote marks in it. So the string
\"
would be left unchanged, but
\\"
would be changed to
\\\"
because the double backslash doesn't act as an escape for the quote, the
first just escapes the second. I have the usual problems of writing
regular expressions involving backslashes which
2007 Mar 26
1
tzdata update, but no announcement?
i see one available in the repos, but i don't recall seeing any
announcement about it. from googling, it does seem to be real, but still
a bit disconcerting to not have an announcement about it.
2003 May 15
2
single quotes in the manpage
In the manpage, all occurrences of a single quote (or apostrophe) are
preceded by a backslash. This means that these get turned into acute
accents by groff; here's the relevant part of the groff manpage:
\' The acute accent ; same as \(aa. Unescaped: apostrophe, right
quotation mark, single quote (ASCII 0x27).
I think all these backslashes should be removed, as the
2005 Jun 03
0
Topics in the CentOS-Announce list
I have been working with Joe Pruett (thanks Joe), to get the Topics
feature for the mail list working.
I think we now have the topics working fairly well.
So if you only care about CentOS-3 i386 announcements (for example), you
can pick that specific topic.
There is also an option to pick the topics you care about, and all items
that do not match any topics. (So that if we make an announcement
1999 Mar 20
1
How to get '\h' through print() or paste()?
Hello,
[really hoping not to ask something the 1001th time]
I need single backslashes printed for generating TeX-code.
That works:
> print("\begin{tabular}")
[1] "\begin{tabular}"
But \h seems to be interprated in some way:
> print('\hline')
[1] "hline"
Hm, trying to mask the backslash:
> print('\\hline')
[1]
2003 Aug 14
0
[Announcement] Version 1.0.1 released
With pleasure we announce the release of version 1.0.1. Here is a
summary of the changes:
* Allow empty lines in config files.
* Fix handling of spaces and backslashes in filenames under native
Windows.
* Allow scripts to be executed under native Windows.
* Fix compiling under OpenBSD.
* Update documentation, make it less Linux specific.
This version is compatible with 1.0 and 1.0pre8, but
2003 Aug 14
0
[Announcement] Version 1.0.1 released
With pleasure we announce the release of version 1.0.1. Here is a
summary of the changes:
* Allow empty lines in config files.
* Fix handling of spaces and backslashes in filenames under native
Windows.
* Allow scripts to be executed under native Windows.
* Fix compiling under OpenBSD.
* Update documentation, make it less Linux specific.
This version is compatible with 1.0 and 1.0pre8, but
2008 May 24
2
40 second delay on automounts with 2.6.18-53.1.21.el5 kernel
after this latest centos 5 kernel update, i am seeing 40 second delays on
automount points. nothing in the rpm changelog looks obviously related to
autofs and the autofs module seems to be the same as the previous kernel.
i'm starting to do some strace'ing and other debugging, but nothing has
jumped out at me yet. i'm hoping someone else has seen it so i know i'm
not alone
2009 Apr 22
1
Upgrading from 1.4.21.2 to 1.6.0.5 breaks sql queries with backslashes?
Hi, all. I've been searching google, bug reports and forums and have
looked in all the asterisk-users list archives back to 2003 but haven't
seen an answer to this, so thought I'd post here.
The problem seems to be that Asterisk 1.6.0.5 is sending backslashes
(needed to escape commas and so forth in 1.4.21.2) as
*literal* backslashes to Mysql, so that Mysql gives a syntax error
2006 Dec 30
0
Change I needed to make in to_absolute_uri for unescaped URL separator characters
Mechanize is great! It''s better than anything I was expecting to be out
there, and the syntax is really nice.
I had a bit of a problem though -- following URLs with commas. The code in
to_absolute_uri works great for spaces, but some pages I was working on had
URLs with unescaped commas that URI rejected when I tried to click() on them.
So I changed the first statement in
2020 Jul 31
0
[RFC nbdkit PATCH 4/4] sh, eval: Add .list_exports support
Exposing .list_exports through to shell scripts makes testing export
listing a lot more feasible. The design chosen here is amenable to
'ls -1' or 'find' output provided there are no newlines or whitespace
in the files being listed (the user gives up descriptions in that
case), while also being flexible enough to support names or
descriptions with arbitrary content. One idea that
2018 Dec 26
1
Issue when building R-parched_2018-12-26
Hello.
Building R-patched from source on Win64 using current Rtools 3.5.0.4, I?m
getting the following notes indicating an extra left brace somewhere; or is
the problem on my end?
My installed Perl is Strawberry 5.28.0.1-64 bit.
Thank you,
Avi
(Sent from an iPhone, so my apologies if HTML also comes through)
------ Making HTML documentation ------
creating doc/manual/version.texi
creating
2005 Mar 02
7
another odd centos 4 issue
while in firefox if i use arrow keys in text fields, it acts very oddly.
starting at the beginning of the line it works fine for a few characters
and then jumps to the end of the line. backarrow jumps backwards from the
end of line to within a few chars of the beginning.
anyone else seeing this?
2017 Jun 14
0
[WISH / PATCH] possibility to split string literals across multiple lines
On 14/06/2017 6:45 AM, Andreas Kersting wrote:
> On Wed, 14 Jun 2017 06:12:09 -0500, Duncan Murdoch <murdoch.duncan at gmail.com> wrote:
>
>> On 14/06/2017 5:58 AM, Andreas Kersting wrote:
>>> Hi,
>>>
>>> I would really like to have a way to split long string literals across
>>> multiple lines in R.
>>
>> I don't understand why
2023 Mar 01
1
[nbdkit PATCH 0/5] ci: Get to green status on FreeBSD and MacOS
On Wed, Mar 01, 2023 at 06:43:11PM +0100, Laszlo Ersek wrote:
> On 3/1/23 17:54, Eric Blake wrote:
> > I took the easy route of crippling what I couldn't get working, on the
> > grounds that partial coverage is better than none now that we have
> > Cirrus CI checking commits on additional platforms.
> >
> > This series got me to a green checkmark:
> >
2007 Oct 13
0
5 commits - libswfdec/swfdec_html_parser.c libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_xml.c test/trace
libswfdec/swfdec_html_parser.c | 24 +++++++++++++++++-
libswfdec/swfdec_text_field.c | 2 +
libswfdec/swfdec_text_field_movie.c | 9 ++----
libswfdec/swfdec_text_field_movie_as.c | 3 ++
libswfdec/swfdec_xml.c | 5 +++
test/trace/xml-escape-5.swf |binary
test/trace/xml-escape-6.swf |binary
test/trace/xml-escape-6.swf.trace
2010 Aug 30
2
S4 Method Rd Warning
Hello,
I am using R 2.11.0. I have a curious problem where I get a warning in R CMD check which is seemingly not relevant to my Rd file.
The warning says :
* checking Rd \usage sections ... WARNING
Bad \usage lines found in documentation object 'enrichmentCalc':
<unescaped bksl>S4method{enrichmentCalc}{GenomeDataList, BSgenome}(rs, organism, seqLen=NULL, ...)
<unescaped
2010 Aug 30
2
S4 Method Rd Warning
Hello,
I am using R 2.11.0. I have a curious problem where I get a warning in R CMD check which is seemingly not relevant to my Rd file.
The warning says :
* checking Rd \usage sections ... WARNING
Bad \usage lines found in documentation object 'enrichmentCalc':
<unescaped bksl>S4method{enrichmentCalc}{GenomeDataList, BSgenome}(rs, organism, seqLen=NULL, ...)
<unescaped