Displaying 16 results from an estimated 16 matches for "9751".
Did you mean:
975
2007 Jun 24
2
problem gsub in the locale of CP932 and SJIS (PR#9751)
Full_Name: Ei-ji Nakama
Version: R-2.5.0
OS: any
Submission from: (NULL) (219.117.236.5)
problem by operation of gsub in the locale of CP932 and SJIS.
The inconvenient character code which used 0x5c after the first byte.
--- R-2.5.0.orig/src/main/character.c 2007-04-03 11:05:05.000000000 +0900
+++ R-2.5.0/src/main/character.c 2007-06-24 22:31:06.000000000 +0900
@@ -986,6 +986,17 @@
2007 Oct 04
4
2 more JSON / XML feature parity patches before Rails 2.0
...been half
in vain, is to allow us to do this in controllers:
@authors = Author.find(:all)
render :json => @authors.to_json(:only => :name)
Currently you can only to_json on a _single_ AR::B instance, but not
for lists of them. I''ve a patch at http://dev.rubyonrails.org/ticket/9751
that does this but needs verification and probably more input.
The other change, while not as serious, is to get an unambiguous Time,
Date and DateTime #to_json format, i.e. to get dates encoding to JSON
like this:
2007/10/01 12:15:02 CDT
instead of:
0/01/2007 12:15:02 CDT
gbuesing has a patc...
2007 Oct 03
0
[asterisk-bugs] Constant LAGGGED extensions
...port of SIP.
>>
>> This does seem like a network issue but we have tried all possible
>> solutions on the network side and I must now look at Asterisk.
>>
>> Below is a typical output that will show on our CLI> and log files:
>>
>> Oct 2 18:57:49 NOTICE[9751] chan_sip.c: Peer '2177' is now TOO LAGGED!
>> (2037ms / 2000ms)
>>
>> Oct 2 18:57:49 NOTICE[9751] chan_sip.c: Peer '2184' is now TOO LAGGED!
>> (2041ms / 2000ms)
>>
>>
>
> Can you ping the phones from your Asterisk box? Keep pinging...
2007 May 10
1
BUG REPORT - Stops logging after sleep
...ps -aux | grep dovecot
root 9738 0.0 -0.0 27772 540 ?? Ss 7:26AM
0:00.03 /usr/local/sbin/dovecot -F
root 9739 0.0 -0.0 28176 544 ?? S 7:26AM 0:00.02
dovecot-auth
dovecot 9740 0.0 -0.0 27780 500 ?? S 7:26AM 0:00.02
imap-login
dovecot 9751 0.0 -0.0 27780 500 ?? S 7:27AM 0:00.01
imap-login
dovecot 9762 0.0 -0.0 27780 500 ?? S 7:27AM 0:00.01
imap-login
Before posting this bug I compared v1.0.0's /src/lib/ioloop.c to that
in the nightly snapshot and saw no adjustments in, what I presumed to...
2006 Jan 03
1
Summary functions to dataframe
...uot;, "9735", "9736",
"9737", "9738", "9739", "9740", "9741", "9742", "9743", "9744",
"9745", "9746", "9747", "9748", "9749", "9750", "9751", "9752",
"9753", "9754", "9755", "9756", "9757", "9758", "9759", "9760",
"9761"), class = "data.frame")
Pstats <- function(x)
{
Max = max(x)
Min = min(x)
AMean = mean...
2007 Oct 02
0
More JSON and XML feature parity for AR and ActiveSupport (patch review)
...issing to achieve feature parity
between the JSON and XML encoding/conversion. And that is the abililty
to say in your controller:
@authors = Author.find(:all)
render :json => @authors.to_json(:only => :name)
Please check out this patch that adds this: http://dev.rubyonrails.org/ticket/9751
and help verify it and post any suggestions you may have.
Thanks a lot!
Cheers,
Chu Yeow
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group.
To post to this group, send email to ru...
2006 Aug 03
0
Segmenting migrations based on target environment
I am developing against an existing database schema that I am enhancing
with some custom tables.
In the development and test database, I have basically generated
"copies" of the legacy tables that already exist in production. So I
have 12 migration files, some of which create dev/test versions of
production tables and some of which create tables that will need to be
moved to
2011 Dec 12
3
For loop indicies
I would like to run a for loop with an index going from 0 to 499 but the following seems to miss out the first value:
C <- 499
for (i in 0:C)
The alternative is:
C <- 500
for (i in 1:C)
{
#Then every time I use i, I replace it with i-1
}
Is this a good way to do it or is tere a better way?
Thank you,
ThomasThis message and any attachment are intended solely for the addressee and may
2007 Jun 28
0
R 2.5.1 is released
...answers for nu < 0. (Reported by Hiroyuki Kawakatsu.)
o [g]sub could confuse a trailing byte '\' for a backreference
in MBCSs where '\' can occur as a trailing byte (not UTF-8 nor
EUC-JP, but SJIS and the CJK character sets used on Windows).
(PR#9751)
--
O__ ---- Peter Dalgaard ?ster Farimagsgade 5, Entr.B
c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K
(*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX: (+45) 35327...
2007 Jun 28
0
R 2.5.1 is released
...answers for nu < 0. (Reported by Hiroyuki Kawakatsu.)
o [g]sub could confuse a trailing byte '\' for a backreference
in MBCSs where '\' can occur as a trailing byte (not UTF-8 nor
EUC-JP, but SJIS and the CJK character sets used on Windows).
(PR#9751)
--
O__ ---- Peter Dalgaard ?ster Farimagsgade 5, Entr.B
c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K
(*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX: (+45) 35327...
2014 Aug 27
6
[LLVMdev] Minimizing -gmlt
...Name: funcs.cpp
Type: text/x-c++src
Size: 175 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140827/81edfe40/attachment.cpp>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: funcs.s
Type: application/octet-stream
Size: 9751 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140827/81edfe40/attachment.obj>
2013 Feb 21
2
ggplot2, geomtile fill assignment
...-0.025 4 11346
1981 1981 0.3625 0.5125 -0.025 4 10653
1982 1982 0.3625 0.5375 -0.025 4 10497
1983 1983 0.3625 0.5625 -0.025 4 10697
1984 1984 0.3625 0.5875 -0.025 4 10743
1985 1985 0.3625 0.6125 -0.025 4 10303
1986 1986 0.3625 0.6375 -0.025 4 9751
1987 1987 0.3625 0.6625 -0.025 4 9478
1988 1988 0.3625 0.6875 -0.025 4 9117
1989 1989 0.3625 0.7125 -0.025 4 8675
1990 1990 0.3625 0.7375 -0.025 4 8810
1991 1991 0.3625 0.7625 -0.025 4 9467
1992 1992 0.3625 0.7875 -0.025 4 9746
1993 1993 0.3625...
2003 Apr 20
1
log of build of 2.2.8a on Solaris9 using SUN's studio7 cc.
...exit
"configure", line 9770: warning: implicit function declaration: snprintf
"configure", line 9770: warning: implicit function declaration: strcmp
"configure", line 9774: warning: old-style declaration or incorrect type for: main
configure: failed program was:
#line 9751 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <stdarg.h>
void foo(const char *format, ...) {
va_list ap;
int len;
char buf[5];
va_start(ap, format);
len = vsnprintf(buf, 0, format, ap);
va_end(ap);
if (len != 5) exit(1);
va_start(ap, fo...
2017 Oct 26
0
not healing one file
Hey Richard,
Could you share the following informations please?
1. gluster volume info <volname>
2. getfattr output of that file from all the bricks
getfattr -d -e hex -m . <brickpath/filepath>
3. glustershd & glfsheal logs
Regards,
Karthik
On Thu, Oct 26, 2017 at 10:21 AM, Amar Tumballi <atumball at redhat.com> wrote:
> On a side note, try recently released health
2017 Oct 26
3
not healing one file
On a side note, try recently released health report tool, and see if it
does diagnose any issues in setup. Currently you may have to run it in all
the three machines.
On 26-Oct-2017 6:50 AM, "Amar Tumballi" <atumball at redhat.com> wrote:
> Thanks for this report. This week many of the developers are at Gluster
> Summit in Prague, will be checking this and respond next
2017 Oct 26
2
not healing one file
...26D016CA0F (1e0e6c89-13a1-4b09-afab-9cf8026d24e3) on home-client-2
[2017-10-25 10:14:04.463970] W [MSGID: 108015] [afr-self-heal-entry.c:56:afr_selfheal_entry_delete] 0-home-replicate-0: expunging file a3f5a769-8859-48e3-96ca-60a988eb9358/8DE5BD8AFA33CBBBEA1ED1BCB719A5D9CBBDC2CA (59b6a51a-7e53-4b18-9751-aa45cf5e7f65) on home-client-2
[2017-10-25 10:14:04.492067] W [MSGID: 108015] [afr-self-heal-entry.c:56:afr_selfheal_entry_delete] 0-home-replicate-0: expunging file a3f5a769-8859-48e3-96ca-60a988eb9358/066F32EF3E918C952613682F6837C51116F3ED03 (15b627b4-97b8-4bca-aa10-64518f0a7513) on home-client-2...