Displaying 20 results from an estimated 100 matches similar to: "Is this a NFSv4 bug??"
2009 Jul 10
3
strange strsplit gsub problem 0 is this a bug or a string length limitation?
I was working with the rmetrics portfolioBacktesting function and dug into
the code to try to find why my formula with 113 items, i.e. A1 thru A113,
was being truncated and I only get 85 items, not 113.
Is it due to a string length limitation in R or is it a bug in the strsplit
or gsub functions, or in my string?
I'd very much appreciate any suggestions
============Input script:
2023 Feb 22
1
Restored mail folders conflict with renamed original ones
Can you please try
doveadm exec imap -u username_of_the_user
1 LIST "" "*"
and see if it is there?
Aki
> On 22/02/2023 14:28 EET Nikolaos Milas <nmilas at noa.gr> wrote:
>
>
> On 21/2/2023 9:56 ?.?., Aki Tuomi wrote:
> > Can you enable mail_debug=yes, restart, ask the user to access the folder(s) and provide those logs?
> >
>
> Hi
2008 Dec 16
3
Check if data frame column is numeric
Hi R-users,
I want to apply a function to each column of a data frame that is numeric.
Thus I tried to check it for each column first:
> apply(df, 2, function(x) is.numeric(x))
A60 A64 A66a A67 A71 A75a A80
A85 A91 A95 A96 A97 A98 A99
FALSE FALSE FALSE FALSE FALSE FALSE FALSE
FALSE
2002 Sep 12
3
Such a nice codec! Soundcard recommendations?
Wow! Ogg is sounding _really_ fine these days. Waaaay past my
ability to tell from CD on my crappy sound card, even at pretty low
bitrates. Which leads to my question: there's a huge difference
between what my sound card puts out and what my CD player can do
(Rotel RCD-950 to Classe' Audio Twenty preamp to Acurus A80 amp to
Epos ES-12 speakers, in case anyone cares). If my computer is
2010 Dec 26
4
DO NOT REPLY [Bug 7889] New: Add "--backup-deleted"
https://bugzilla.samba.org/show_bug.cgi?id=7889
Summary: Add "--backup-deleted"
Product: rsync
Version: 3.0.7
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: jik at kamens.brookline.ma.us
2014 Mar 19
1
[PATCH v2] disp/nvd0-: allow 540MHz data rate for nvd0+ devices
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=76319
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
---
It's unclear to me whether GF11x devices actually support this, but
the disp "split" is at nvd0, so I went with that. The marketing docs
are fairly unclear. However most of them don't actually have DP in the
first place, so it may not be a huge issue.
I
2023 Feb 22
1
Restored mail folders conflict with renamed original ones
On 22/2/2023 2:30 ?.?., Aki Tuomi wrote:
> Can you please try
>
> doveadm exec imap -u username_of_the_user
> 1 LIST "" "*"
>
> and see if it is there?
Here is the output:
# doveadm exec imap -u userx
* PREAUTH [CAPABILITY IMAP4rev1 SASL-IR LOGIN-REFERRALS ID ENABLE IDLE
SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS THREAD=ORDEREDSUBJECT
MULTIAPPEND
2014 Mar 18
13
[Bug 76319] New: [NVE6] MMIO FAULT, black screen on K2100M
https://bugs.freedesktop.org/show_bug.cgi?id=76319
Priority: medium
Bug ID: 76319
Assignee: nouveau at lists.freedesktop.org
Summary: [NVE6] MMIO FAULT, black screen on K2100M
QA Contact: xorg-team at lists.x.org
Severity: blocker
Classification: Unclassified
OS: Linux (All)
Reporter: d-bugzilla at moens.cc
2003 Nov 26
1
lines(lowess()) trouble
hi: apologies for taking up everyone's time. my problem is probably
documented somewhere, but I again cannot find it. (which reminds me: I cannot
find a search engine that allows me to search the archives of this very useful
mailing list.)
* it seems that lines(lowess()) fails to plot certain line segments. (and,
what does it do at the x-min and x-max of a data set?) Rather than
2004 Jul 27
1
Problems with "nobody" processes in Samba 3.0.4
Hi
I am having the exact same problem. Did anyone every solve it? It occurs on
both of my samba servers, one of which is not being used.
Jason
----- original message -----
Hi,
Hopefully someone can help me with this because its driving me up the
wall. I admin a Samba PDC which authenticates through an LDAP backend.
Both the samba server and pam authenticate through the entries in the
2013 Apr 22
7
Multiple lon lat points in the map with ggplot2
Hello R users,
For the last few days I am struggling with the following task:
my data.frame:
A1 A2 A3 B1 B2
B3
58.81 53.292 54.501 13.013 17.39 19.407 56.02 56.251 54.033 20.099 13.15
10.411 55.376 53.099 57.625 13.396 21.031 13.22 58.584 53.194 54.218
13.038 16.854 19.289 55.7 55.921 53.847 19.942 13.153 9.828 55.093 52.934
2013 Jun 05
1
Precompile with compression in development
Hi,
I''d like to do precompilation with compression in development mode.
I''ve set
config.assets.js_compressor = :uglifier
config.assets.css_compressor = :sass
in development.rb.
But compression only seems to work in production mode, is that right?
Michael Kastner
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2008 Aug 27
3
array_including()
I found myself having to write this today:
class ArrayMatcher
def initialize(array_to_match)
@array_to_match = array_to_match
end
def ==(other)
ok = true
@array_to_match.each do |item|
ok = ok and other.include?(item)
end
ok
end
end
def array_including(array_to_match)
ArrayMatcher.new(array_to_match)
end
Is there already something in the
2004 Nov 10
5
command to list ip route tables
In linux one can have several route tables. But how do I list the
route tables?
(and no ''ip rule list'' is not it)
--
damjan | дамјан
This is my jabber ID --> damjan@bagra.net.mk <-- not my mail address!!!
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2012 Oct 18
13
[PATCH 00/10] extract dp helper functions
Hi all,
I've frustrated myself the last few days yelling at our link training code.
Comparing the i915 code to radeon and nouveau I've noticed the lack of a nice
set of dp helper functions. So I've started to extract a few.
There's lots more that we can do I think (link configuration selection, the i2c
over aux retry stuff which diverges already between i915 and radeon, maybe
2014 May 08
28
[Bug 78439] New: Display corruption when DP connector is reattached
https://bugs.freedesktop.org/show_bug.cgi?id=78439
Priority: medium
Bug ID: 78439
Assignee: nouveau at lists.freedesktop.org
Summary: Display corruption when DP connector is reattached
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: All
Reporter: andrius at stikonas.eu
2015 Jan 24
4
Indexing Mail faster
Hi,
I am trying to get faster search results on our webmail client(Roundcube).
Besides using Lucene for FTS are there other options?
Would having all mails indexed give fast results?
Currently the time it takes to search 25,000mails is 4mins. If indexed how
much faster are we looking at?
Really appreciate if someone could advise about this.
Thanks
Kevin
2008 Aug 09
2
AEC stops working in 1.2-rc1?
On Sat, Aug 9, 2008 at 12:59 PM, Jean-Marc Valin <
jean-marc.valin at usherbrooke.ca> wrote:
> Hi Benny,
>
> Can you send me your pair of testecho input files that work well with
> beta3 and not with rc1? I'll have a look.
>
>
Thanks for the help. The files are on their way now, the upload will take
few more minutes to complete. In the mean time let me explain more
2004 Oct 12
6
Classful Queuing
OK, I''m stumped. I''ve read through most of the LARTC HOWTO and have yet
to find a basis for what I need to accomplish.
I have a Linux box that controls access to and from the Internet at my
workplace. We have a number of remote employees that connect via PPTP
and IPSEC to the office''s internal network. Some of these remote
employees are currently using SIP phones.
2014 Feb 10
3
Feature request about Info: Internal login failure (pid=2296 id=17278) (internal failure, 1 successful auths)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
since some time I'm plagued by internal login failures. With v2.2.10 I got
the some additional error, that I should raise the process_limit for the
imap service, then I got the hint to raise vsz_limit for the lmtp and
imap serverices.
These hints are very helpful and are some sort of unique feature of
Dovecot - descriptive error