Displaying 20 results from an estimated 149 matches for "fussy".
Did you mean:
fuss
2007 Apr 16
2
Wow, virt-managerin Centos5 is very fussy!
If I tell it to use an NFS source (eg nfs://server/mnt/cdrom) then itin Centos5 tries to do a CIFS mount instead (I can see it running mount.cifs and
in the xterm I ran virt-manager from it then asks for a password). Wow.
If I tell it to use an lvm2 volume (/dev/VolGroup00/xentest - already
created at 1Gb) then it goes through, calculates the amount of space
required etc etc and then barfs with
2006 Mar 17
2
Favicon.ico doesn''t show in IE 6
...<link rel="icon" href="images/favicon.ico" type="image/ico" />
<link rel="shortcut icon" href="images/favicon.ico" type="image/ico"
/>
It works fine in firefox1.5, but favicon.ico does not show in IE 6. It
really a fussy problem and I''m confused :(
Thanks very much in advance,
>From Walls
--
Posted via http://www.ruby-forum.com/.
2004 Sep 03
0
[LLVMdev] diffs for vc7.1
...=
> dyn_cast<PHINode>(I); ++I)
> visitPHINode(*PN);
> <snip>
>
> build_vc71\lib\Transforms\Scalar\SCCP.cpp(202) : error C2275:
> 'llvm::PHINode' : illegal use of this type as an expression
>
> but I think is a NO-NO, so suggestions?
Since it's fussy about a declaration in the for construct, perhaps
something like this might work:
PHINode *PN;
for (BasicBlock::iterator I = Dest->begin(); (PN =
dyn_cast<PHINode>(I)); ++I)
...
However, I haven't worked with Visual C++ and so am not familiar with
its peculiarities.
-Anshu
2007 Aug 31
2
[LLVMdev] Compile Linux Kernel with LLVM gcc frontend
...code?
Thanks
Haifeng
_______________________________________________
LLVM Developers mailing list
LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
____________________________________________________________________________________
Fussy? Opinionated? Impossible to please? Perfect. Join Yahoo!'s user panel and lay it on us. http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7
2004 Sep 03
2
[LLVMdev] diffs for vc7.1
...)
> > visitPHINode(*PN);
> ><snip>
> >
> >build_vc71\lib\Transforms\Scalar\SCCP.cpp(202) : error C2275:
> >'llvm::PHINode' : illegal use of this type as an expression
> >
> >but I think is a NO-NO, so suggestions?
>
> Since it's fussy about a declaration in the for construct, perhaps
> something like this might work:
>
> PHINode *PN;
> for (BasicBlock::iterator I = Dest->begin(); (PN =
> dyn_cast<PHINode>(I)); ++I)
> ...
I think what you're arguing are really the same thing.
The for loop use...
2009 Jul 29
4
Some people asked me lately about how professional Dovecot is.
...will never be implemented
and are as practical and effective as wings on a pig. Please.
I'm reminded of the story about how, during the American Civil War, when
the North had finally, after years of ignominious defeats, gotten a
general would could fight and win a battle, General Grant. A fussy old
lady approached President Lincoln and complained loudly that Grant was a
drunk. Lincoln blinked at the woman, then said, "Ma'am, if you'll be so
kind as to find out what kind of whiskey Grant drinks, I'll send a case
of it to all the other generals."
Dovecot Works....
2004 Sep 03
4
[LLVMdev] diffs for vc7.1
Hi all,
Here the first bunch of patch for compiling part of LLVM under win32
with MSVC 7.1:
* Trivial addings (I hope!):
- #include <string> at top of:
llvm\include\llvm\ExecutionEngine\ExecutionEngine.h(78) : error
C2039: 'string' : is not a member of '_STL'
- #include <algorithm> at top of:
llvm\lib\CodeGen\LiveIntervalAnalysis.cpp(639) : error C2039:
2004 Aug 06
2
Stuttering stream
On Wed, 6 Feb 2002, Brendan Cully wrote:
> Is the sample rate changing? The decoder is currently very fussy about
> having the audio format stay consistent.
Yeah, that's what I thought it might be... most of the MP3s I'm playing are
160, but some are 128 and some are 192...
I should convert them all to one bitrate, but I'm just too lazy. And I'm
only doing this for fun, and not prof...
2009 Oct 07
1
Need provider recommendations for the UK
...iness and their quality has gone
from excellent to abysmal in the last few weeks. I'm sure they will
work it out, but right now I just need a reliable provider that I can
port a number to. I'm not especially price sensitive, reliability is
the main requirement. IAX preferred, but not fussy. Possibly multiple
incoming numbers in future, single incoming at the moment - in general
we rarely have more than 1 line in use, but occasionally hit 2-3
simultaneous calls
Note, it's going to be important that we can port our number across from
Gradwell...
Grateful if anyone can offer...
2004 Sep 10
1
Can I STOP decoding at an exact sample?
...f the
song in samples:
FLAC__file_decoder_seek_absolute(flac_dec, start_sample);
for(int i=0; i<(length/blockSize); i++) {
FLAC__file_decoder_process_one_frame(flac_dec);
}
This is pretty good, with the default block size of 4608 it's accurate
to around a 10th of a second. I am a fussy bastard tho, so I was just
wondering if theres a better way :)
Also, I am not sure how the SEEKTABLE works, it looks good in theory(the
"format" page) but how do you use it? Are there any methods to use it
with the file decoder?
Thanks heaps,
David Collett
2007 Oct 15
5
Very simple code throwing "uninitialized constant" error
This code works on an older version of Ruby and Rails but not with
Ruby 1.8.6 and Rails 1.2.5. The code is so simple that I can''t figure
out where the problem is.
profile_controller.rb
class ProfileController < ApplicationController
def show
@profile = Profile.find_by_school_id(params[:id])
end
end
-----------------------------------------------------------
profile.rb
class
2020 Jul 21
4
Phabricator sending spurious "This revision was not accepted when it landed" emails
...me to tell what happened here. I wonder if it's related to making
> changes after review/before committing. While that's common in LLVM, I
> could imagine a review tool (especially if we picked up a newer version -
> as I don't think it's always had this behavior) might get fussy about that
> - perhaps it'd be configurable, so it'd say "this was committed with extra
> changes" but not "This was committed without review".
>
> Do you have any examples that didn't have post-approval-pre-commit changes
> that still got this annotat...
2007 Jun 23
2
IVR question for asterisk
Dear ALL
I want to use IVR on my asterisk auto attendent call feature so basically how do i configure IVR and how do i tell to my asterisk which call is local or which call comming from outside world
---------------------------------
Fussy? Opinionated? Impossible to please? Perfect. Join Yahoo!'s user panel and lay it on us.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070623/a053ec87/attachment.htm
2020 Aug 24
1
Samba rpms now available from CentOS Storage SIG
...es, rather than using the versions built into the base RHEL and
> CentOS?
>
> If you'd like the tools to enable domain controller access. I publish
> a set of them, pdated a few days ago to 4.13.0rc2., at
>
> * https://github.com/nkadel/samba4repo/
>
> I may be a bit fussy about this, but I've gotten a bit tired of
> having
> to keep updating these.
Nico,
One innovation (compared with how most Samba for RPM-based-systems) in
the CentOS storage packages are that they do not use the system
tdb,talloc,tevent,ldb etc.
Samba is tested with the version that...
2007 Sep 07
0
[LLVMdev] Compile Linux Kernel with LLVM gcc frontend
...___________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
>
> ____________________________________________________________________________________
> Fussy? Opinionated? Impossible to please? Perfect. Join Yahoo!'s user panel and lay it on us. http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.c...
2008 Apr 28
1
OSX R GUI visual interface tweak (PR#11318)
...ttp://developer.apple.com/documentation/UserExperience/Conceptual/OSXHIGuidelines/OSXHIGuidelines.pdf
However, I never save my workspace on exiting R, therefore I don't really have
unsaved changes, so the "X" close button would be more appropriate.
I know this might seem like a very fussy request, but I actually find it very
distracting to think I have unsaved changes in a document, and every time I
glance and see the solid circle I have to stop and think and remind myself that
I don't. Apple has me so well trained! (sigh) I think it's because when I see a
dot instead of an...
2006 Apr 24
1
Pinouts for T1/E1 crossover cable WAS "RE: what cable to connect a legacy PBX to a TE410P ?"
At Sangoma we do quite a lot of back-to back T1 and E1
connections. T1 is not a very fussy connection, as the baud
rate is only about 750 kbps.
In our experience, for error free communications you can use
the following rules of thumb:
Up to 50 ft: Flat patch cable
Up to 500 ft: Ordinary twisted telephone cable Cat 5 may be
overkill unless you are going hundreds of feet.
David Yat...
2004 Aug 06
2
Stuttering stream
This reminds me of a problem I've been having occasionally with ices...
once in a while, instead of properly decoding and re-encoding the MP3 for
my stream, it'll stream gibberish (basically, it sounds like a "cooked"
MP3). After that, maybe 1 time out of 3, it'll segfault and crash. Even
in verbose mode, ices doesn't report anything other than "resyncing".
2004 Sep 03
0
[LLVMdev] diffs for vc7.1
...*PN);
>>> <snip>
>>>
>>> build_vc71\lib\Transforms\Scalar\SCCP.cpp(202) : error C2275:
>>> 'llvm::PHINode' : illegal use of this type as an expression
>>>
>>> but I think is a NO-NO, so suggestions?
>>
>> Since it's fussy about a declaration in the for construct, perhaps
>> something like this might work:
>>
>> PHINode *PN;
>> for (BasicBlock::iterator I = Dest->begin(); (PN =
>> dyn_cast<PHINode>(I)); ++I)
>> ...
>
> I think what you're arguing are really th...
2024 Apr 02
2
RSS Feed of NEWS needs a hand
...pril 2024 at 07:37, Dirk Eddelbuettel wrote:
> |
> | On 2 April 2024 at 08:21, Duncan Murdoch wrote:
> | | I have just added R-4-4-branch to the feeds. I think I've also fixed
> | | the \I issue, so today's news includes a long list of old changes.
> |
> | These feeds can fussy: looks like you triggered many updates. Feedly
> | currently greets me with 569 new posts (!!) in that channel.
>
> Now 745 -- and the bigger issue seems to be that the 'posted at' timestamp is
> wrong and 'current' so all the old posts are now seen as 'fresh'....