search for: wrinkl

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

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
...gt; 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 > right) 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. -Chris
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
...ot; but then I also did not have that recent issue. > Testing feedback (on list or off-list) would be much appreciated. > > Thanks, Dirk > > -- Hello, Dirk It looks OK from my end. On my Ubuntu 18.1 system, I did not see the problem described above. However, today I saw some other wrinkles and I have installed your package and it works as well. M-R does cause an R session to open. I see an explicit setwd() function call in the R inferior session, I've not noticed that before. Otherwise, no damage from the new deb file. The standard keyboard shortcuts like C-c C-n work work...
2012 Feb 02
1
[LLVMdev] Efficient Constant Uniquing
...p key whose type is std::pair<Type*, ArrayRef<Constant>>, allowing us to lookup the constants by their contents. In other words, we can pass around an ArrayRef of the operands and use that to find the constant, or to create a new constant if it does not already exist. There's a few wrinkles however. The first is that for large arrays and structs, ConstantUniqueMap also manages an inverse map. The purpose of the inverse map is for the case where you already have a pointer to the constant in the map, but you for some reason need an iterator to the map entry. An example of where this i...
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 hardware, I'll have a file-server. Obviously I can make that file server simply a domain member, or I could make it an additional DC...
2011 Aug 18
9
RJS error rails 1.2.3 + firefox 4 and above
...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 %>"> <%= link_to_collapse(:school, content_element_id, icon_for_backend_collapse) %> <%= link_to_expand(:school, content_element_id, icon_for_backend_expand) %> def link_to_expand(model_name, conten...
2019 Jun 14
2
Help required on running the regression tests
...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 no further thought on that. Oh, Xcode. Now that's a large wrinkle in matters. I take it that means you used "cmake -G Xcode"? I think most people who work on LLVM use either the "Unix Makefiles" or he "Ninja" backends for CMake, which do generate the check destinations needed. The xcode backend would completely replace any make/ninj...
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 declaration (though without a name, but with the DW_AT_signature) in the correct namespace. * GCC is more selective/nuanced in its c...
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 ex...
2009 Jan 28
0
[LLVMdev] inline asm semantics: output constraint width smaller than input
...> > 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 > > right) > > 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. if I understand right the two cases are (for example): (1): input (I) is i32, ou...
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
...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 (gotta run now), but generally I intend to move forward with merging this before long. What do you think? Jim Klimov -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://alioth-lists.debian.net/pipermail/nut-upsdev/attachments/20230718/3031...
2010 Aug 27
1
Grouping sets of data, performing function and re-assigning values
...ave performed a microscopy screen and analyzed the images using software called CellProfiler. I have three 'control' images that I would like to combine and then compare parameters from each of my 'treatment' images to the combined control data. However, there are a couple of 'wrinkles' to my problem: Not all the data is actually in sets of three. If there are no objects in a particular field,CellProfiler does not output anything for that image. For example, I could have the following data set: ImageNumber Measurement 1 5 2 7 3 8 4 3 6 9 So in this examp...
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: > dist(x,method="manhattan") 1 2...
2004 Feb 29
2
Schedule for R 1.9.0
.... 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. Mar 7: Declare start of release process. The build process is assumed to be essentially in place at this time. There is a "grand feature" freeze (minor tweaks can be applied, but no wholesale restructuring or API changes). Notice that wr...
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 on all systems, and I think it is because of lingering after-effects o...
2004 Sep 22
1
Unable to map or view resources by name
...krbtgt/AUSTINLOGISTICS.COM Ticket Options: 0x40810010 Failure Code: 0x6 Client Address: 10.1.200.26 The system is running kerberos 1.2.7-28 and samba 3.0.6-2.3E. Any and all suggestions gratefully accepted - while it's working as is, I'd prefer to get this last wrinkle ironed out before I release it to my users for testing. Thanks, Jon Etkins IT Administration & Support Austin Logistics, Inc
2020 Aug 24
1
GnuTLS, modern Samba and RHEL Re: Samba rpms now available from CentOS Storage SIG
...I take it that you plan to just avoid Samba 4.12 and later on RHEL 8 > / > CentOS 8? Yes and I hope you meant RHEL 7/CentOS 7 as they do not have minimum required GnuTLS version for building Samba 4.12 or later. > Initially this sounds like a reasonable option but there is a further > wrinkle: Samba 4.12 exposes a GnuTLS bug: > https://bugzilla.samba.org/show_bug.cgi?id=14399 > https://bugzilla.redhat.com/show_bug.cgi?id=1845083 > https://gitlab.com/gnutls/gnutls/-/merge_requests/1278 > > Is there some way this is dodged or are you in a position to ensure > CentOS g...