search for: wrinkled

Displaying 20 results from an estimated 261 matches for "wrinkled".

Did you mean: wrinkle
2007 Jul 31
1
Wrinkled faxes or missing lines with Hylafax + IAXModem + Asterisk
Hello. We are running Asterisk 1.2.23 iaxmodem-0.2.1 and hylafax-4.3.3 When we send faxes the people who receive the faxes complain that they look wrinkled or smashed up. Sometimes they are missing random lines. Has anyone seen this happen, or know how to fix it?
2009 Jan 27
4
[LLVMdev] inline asm semantics: output constraint width smaller than input
On Jan 27, 2009, at 12:36 PM, Török Edwin wrote: > On 2009-01-27 22:24, Duncan Sands wrote: >> On Tuesday 27 January 2009 20:56:30 Mike Stump wrote: >> >>> On Jan 27, 2009, at 8:42 PM, Duncan Sands wrote: >>> >>>> one thing that seems to be clear to everyone except me is... what >>>> are the >>>> semantics supposed to be?
2012 Sep 29
1
AsteriskNOW x86_64 install GPT partitions
Hello everyone, I'm having an issue installing AsteriskNOW 2.0.2 on a Dell server. When I go to intall it, with BIOS legacy mode for partition tables, I get as far as setting pu the partition tables. However, the installer then informs me that GPT partition table schemes are required and that I have to resolve the issue. I changed from BIOS/MBR/Legacy mode to GPT/UEFI boot mode but then
2018 Oct 24
2
elpa-ess fails to initialize after update to 18.10 on ubuntu bionic
On Wed, Oct 24, 2018 at 12:13 PM Dirk Eddelbuettel <edd at debian.org> wrote: > > It's just a directory, not an apt repo, so you need to download eg > http://dirk.eddelbuettel.com/tmp/ess/elpa-ess_18.10-1-2_all.deb > and then install it. > > These "work for me" but then I also did not have that recent issue. > Testing feedback (on list or off-list) would
2012 Feb 02
1
[LLVMdev] Efficient Constant Uniquing
Chris asked me to look into improving the current sad state of ConstantUniqueMap, and by coincidence Meador Inge started working on the same thing on his own initiative, so I'm writing down a concrete proposal to make sure we're not working at cross purposes. The ConstantUniqueMap template class is used to store unique instances of ConstantStruct, ConstantVector, ConstantArray,
2020 Jul 14
2
File server and DC or just member
Kind of a whole set of general questions - pardon for one more, please! I've read some of the thinking behind not having a DC also be a file server. But it's not a "rule" - just a suggestion. But here's a wrinkle on things. In more than a few setups, I'll have DC's on VM's - and they won't be serving files they'll be purely DC's. Then on dedicated
2011 Aug 18
9
RJS error rails 1.2.3 + firefox 4 and above
Hi, In my application I used in admin module to expand and collpase functionality using ajax(link_to_remote) method. It''s working fine in mozilla 3 and below version.. But when I using in mozilla 4 expand functinality was working fine but collapse are not work, it''s just ''wrinkls''. My code is like below <tr id="<%= content_element_id
2019 Jun 14
2
Help required on running the regression tests
Hi Joan, On Fri, 14 Jun 2019 at 11:45, Joan Lluch <joan.lluch at icloud.com> wrote: > When I started with this, I just downloaded the sources for the LLVM site, I did not even created a git for it. Then ran the CMAKE app (not from the command line) with the default settings other than also adding the ‘experimental’ targets, and boom a fully functional XCode project was created, so I gave
2017 Feb 04
2
DWARF: Should type units be referenced by signature or declaration?
Bunch of initially unrelated context: * type units can be referenced in a variety of ways: * DW_FORM_ref_sig8 on any attribute needing to reference the type * DW_AT_signature on a declaration of the type * extra wrinkle: the declaration can be nested into the appropriate namespace and given a name, or not * LLVM always does the "most expressive"/expensive thing: a full
2009 Jan 27
0
[LLVMdev] inline asm semantics: output constraint width smaller than input
On 2009-01-27 23:00, Chris Lattner wrote: > Right, the interesting wrinkle is that I think llvm's codegen should > only see matching constraints of the same type. If the front-end sees > an i8 tied to an i32, it should extend the i8 or do whatever else it > needs to do. > My only concern is whether codegen will be able to optimize away extra extensions/truncations or
2009 Jan 28
0
[LLVMdev] inline asm semantics: output constraint width smaller than input
Hi Chris, > > LLVM's Codegen is rejecting inline asm when input/output constraints > > have different bitwidths. > > > > For example in the Linux kernel calls to the various __put_user_ > > functions take %al, %ax, %eax, %rax/ (%eax:%edx) as input parameter, > > and the output parameter is always an int (%eax). (hope I explained > > this > >
2019 Jul 26
2
Dovecot, FreeBSD, and Solr?
> Hello, > > Does anyone have this combination going? I'm running freebsd and dovecot, to which i'd like to add solr text search. I am stuck on xml schema integration, if anyone has any notes i'd appreciate them. I basically followed https://www.c0ffee.net/blog/mail-server-guide/ And dovecot with solr is running fine on freebsd for me.
2023 Jul 18
1
Using common DCO for NUT
Hello fellow NUT developers! Some other projects nagged me to add a Signed-Off-By tag to my git commits, to show that I agree to code contribution terms, and I thought it would be proper to do the same in NUT. Proposed changes are detailed in: * https://github.com/networkupstools/nut/issues/1994 * https://github.com/networkupstools/nut/pull/1995 There are some wrinkles to iron out later
2010 Aug 27
1
Grouping sets of data, performing function and re-assigning values
Hi there, I hope you have time to read this question and offer a suggestion or two. My basic question is this: I have data in sets of three. I would like to combine the data from each set, perform a function (probably just taking the median and MAD), then re-assign these values to each of the original sets of data. As a bit of background, I have performed a microscopy screen and analyzed
2011 May 11
2
hierarchical clustering within a size limit
Hello List, I am trying to implement a hierarchical cluster using the hclust method agglomerative single linkage method with a small wrinkle. I would like to cluster a set of numbers on a number line only if they are within a distance of 500. I would then like to print out the members of this list. So far I can put a vector: > x<-c(2,10,200,300,600,700) into a distance matrix: >
2004 Feb 29
2
Schedule for R 1.9.0
The process leading up to the release of 1.9.0 is detailed below. Package maintainers may want to take notice of important dates and make sure that their packages still work with the alpha/beta releases or work on making a 1.9.x comaptible version. As usual, everybody is encouraged to try out the preliminary releases and report back so that we can get the last wrinkles ironed out before release.
2013 Jan 20
2
[LLVMdev] soft float signature problem
I'm implementing this unusual gcc form of mips16 hard float. I ran into one unexpected wrinkle. It effects efficiency as opposed to correctness but I'd like to figure out the best way to resolve it. The signatures for the libcall routines have floating point arguments in at least some situations. I have not fully examined if it's all of them. So in callinfo while I'm lowering
2013 Jun 12
1
Windows R_LIBS_USER confusion under R-3.0.1
I would appreciate ideas about MS Windows install issues. I'm at our stats summer camp and have been looking at a lot of Windows R installs and there are some wrinkles about R_LIBS_USER. On a clean Win7 or Win8 system, with R-3.0.1, we see the user library for packages defaulting to $HOME/R/win-library. I think that's awesome, the way it should be. Yea! But it does not appear that way
2004 Sep 22
1
Unable to map or view resources by name
Hi, folks. I'm in the process of setting up a RH ES3 box as a samba server in our Active Directory environment. I have kerberos working for user authentication, and can both log into the RH machine and map drives from windows clients using domain passwords, but the drive mapping only works if I specify the share name with the server's IP address: \\10.1.200.114\share1. If I try
2020 Aug 24
1
GnuTLS, modern Samba and RHEL Re: Samba rpms now available from CentOS Storage SIG
On Thu, 2020-08-20 at 20:04 +1200, Andrew Bartlett via samba wrote: > On Mon, 2020-08-17 at 12:05 +0530, Anoop C S via samba wrote: > > Hi all, > > > > This is to announce the availability of Samba(and CTDB) rpms from > > Storage SIG[1] on CentOS 7 and 8. Visit Samba's CentOS wiki page[2] > > for > > more details on installation steps. > > >