search for: unfortunatley

Displaying 20 results from an estimated 58 matches for "unfortunatley".

Did you mean: unfortunately
2004 Sep 18
2
IP Intercom's
Im looking for an Intercom solution thats interoperable wit Asterisk. Ive read several posts about people using the 2nd lines on some SIP phones w/speaker phone. Unfortunatley I dont that is going to cut it in a large warehouse enviroment. Does anyone have a solution that uses a "loudspeaker" ? Thank you, Steve Maroney
2009 Aug 03
6
[LLVMdev] "masm syntax" for X86 backend
...t; > > I already spoke to anton. The MASM support is clearly broken, it > > generates .s files with typos for the directives and has other > > problems. Anton thinks it should be removed. > The reason is pretty simple: masm is too weak to support anything > non-trivial and unfortunatley there is no simple way to fix the stuff. > The strainge thing is I believe VisualStudio can generate code through it !:) Anyway I agree cut it for now as it is non functonal. Aaron -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/piper...
2006 Aug 11
6
Exporting to Excel ( all versions )
...ttempting to export data to an excel spreadsheet, and have done so successfully using RubySpreadsheet ( http://sourceforge.net/projects/rubyspreadsheet/ ) which is a port of the Perl WriteExcel module... Many of the methods however were left out, one of them being "insert_bitmap" and unfortunatley the bitmap is an important part of the export. Does anyone know how this can be done, and/or is anyone adventurous enough to help me update the RubySpreadsheet so it can accept images? Thanks in advance sw0rdfish -- Posted via http://www.ruby-forum.com/.
2010 Mar 21
7
XCP how to import ISO
Im looking to import an iso that i can use to boot and configure a few virtual machines from i know this could be done in 0.1 by uploading the iso and refreshing the location, but it doesnt appear to work in 0.1.1, has something changed or is this no longer possible? thanks in advance _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com
2006 Apr 11
4
wrong number of arguments (2 for 1)
...out how to query my database in ruby and i''m hoping someone can help me out. I''d like to find all my departments that match a permalink passed from the url. The department must also match a particular category, also passed through the url. I have written the following code. But unfortunatley I get an error "wrong number of arguments (2 for 1)" category = params[:category] department = params[:department] @departments = Department.find(:all, :conditions => ["permalink = ?", department]) @department = @departments.find(:all, :conditions => ["category = ?&...
2009 Aug 03
2
[LLVMdev] "masm syntax" for X86 backend
On Aug 3, 2009, at 11:23 AM, Aaron Gray wrote: > Hi Chris, > > It would be good to get to try to get it as functional as possible > at some point, before abandoning it..maye once I have one the COFF > backend. I'm not proposing to remove COFF support from the asmprinter, just masm support. Using gas will continue to work fine. > Anyway I wll report back when I have
2009 Aug 03
0
[LLVMdev] "masm syntax" for X86 backend
...t;> Anton and Evan. > > I already spoke to anton.  The MASM support is clearly broken, it > generates .s files with typos for the directives and has other > problems.  Anton thinks it should be removed. The reason is pretty simple: masm is too weak to support anything non-trivial and unfortunatley there is no simple way to fix the stuff. -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2009 Aug 03
0
[LLVMdev] "masm syntax" for X86 backend
...t; > > I already spoke to anton. The MASM support is clearly broken, it > > generates .s files with typos for the directives and has other > > problems. Anton thinks it should be removed. > The reason is pretty simple: masm is too weak to support anything > non-trivial and unfortunatley there is no simple way to fix the stuff. > > > The strainge thing is I believe VisualStudio can generate code > through it !:) No, it doesn't, it writes .o files directly iiuc. -Chris > > Anyway I agree cut it for now as it is non functonal. > > Aaron > > ____...
2006 Sep 23
1
Fatal error: unable to restore saved data in .RData --- no package called 'nlme'
...2.3.1 I get the following error message: Fatal error: unable to restore saved data in .RData in an error window and Error in loadNamespace(name): there is no package called 'nlme' in the R console. I had been using nlme and lme4 when I updated my packages. I did a search on this error but unfortunatley I don't really understand the solution. I would like to continue using R and 'nlme'. Any suggestions, Mike [[alternative HTML version deleted]]
2002 Sep 05
1
Looking for WinNT rsync binary
Hi All, I am looking for the Rsync binary for NT as mentioned on the Mike McHenry postings. Unfortunatley the ftp mentioned in the article wont accept anonymous login. TIA, Euan Clark -------------- next part -------------- HTML attachment scrubbed and removed
2007 Aug 28
2
Limiting size of pairs plots
..., I would like to add a legend at the bottom of pairs plots (it's my first use of this function). With the plot function, I usually add some additional space at the bottom when I define the size of the graphical device (using mar); grid functions then allows me to draw my legend as I want. Unfortunatley, this technique does not seem to work with the pairs function as the generated plots use all the available space on the device (see below). I guess I am missing a key argument... my attempts to modify the oma, mar, usr arguments were unsuccesfull, and I could not find any helpful threads on the...
2019 Oct 17
1
BUG: Mailbox renaming algorithm got into a potentially infinite loop, aborting
...and dovecot.index* files (but not dovecot.mailbox.log) > - Make sure dsync still crashes > - Send me the replicas - they should no longer contain anything sensitive > > As for fixing, you could see if deleting dovecot.mailbox.log from both > replicas happens to fix this. > > Unfortunatley deleting dovecot.mailbox.log on both replicas did not fix the problem. Alex -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20191017/24a85cd4/attachment.html>
2005 Sep 16
4
Integrate functions with loops
...g-hand as follows: integrandtotest2 <- function(x) {t[1]^x+t[2]^x} the integrate function works perfectly....... ### > integralresulttotest2<-integrate(integrandtotest2, lower=0.1, upper=2, subdivisions=10000) > integralresulttotest2 1.642369 with absolute error < 1.8e-14 ### Unfortunatley my real life example has the vector a with length at least 100. Is the any way round these errors? Many thanks for answers to my first question to this list yours Alan Alan Brennan Director of Health Economics and Decision Science http://www.shef.ac.uk/scharr/sections/heds ScHARR School of He...
2003 Mar 02
1
Rsync problem
...able to be accessed by the user I run as, as is the remote dir. It is not a persmissions thing as some data does go across before the problem (and i can just copy the data if I want to with scp). The file in the /directory/data folder are all plain ASCII files (.csv and .ini files obviously). Unfortunatley I don't think I can post any peices of the files due to commercially sensitive content. I have another directory called /directory/data2 which has the same files, with information for a different organisation in it. This directory works fine. Any hints.. .. .. anything? Thanks, James
2006 Nov 22
1
problem with the plm package (2)
Thanks a lot for the quick answerd I received and that helped me to solve my first (simple) problem with the plm package. Unfortunatley, here's another one: I do not know why, but I'm unable to estimate a simple model in the form y ~ 1 + x When I try > zz <- plm(y ~ 1 + x , data=mydata) I obtain Errore in X.m[, coef.within, drop = F] : numero di dimensioni errato which means that the number of dimensions is wrong...
2013 Sep 04
3
Puppet Dashboard Error 400 Invalid Parameter at passenger pp:48
Hi, I am new to the job and forum. I installed puppet and puppetmaster and set up my first dependencies acording to a manual that we have here in our company. Everything works fine and I can set up new nodes with several modules to choose from. Unfortunatley the Dashboard <http://forge.puppetlabs.com/puppetlabs/dashboard>gives me errors instead of starting correctley. Here the message: Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Invalid parameter template at /etc/puppet/modules/dashboard/manifests/passenger.p...
2009 Sep 15
3
Is This Really Legal?
...mputer without a Windows License. Naturally, I would rather buy a "honking mega awesome computer" instaed of a "nice computer", but I do have a problem... I have a couple of programs that need MS Windows, these programs are: 1) Cubase Studio 5 2) Emulator X 3) Power Director 7 Unfortunatley, Steinberg, Cyberlink and Creative Labs aren't particularly interested in offereing Linux versions of their software. This means I am stuck getting a Windows License and running possibly inferior software on my computer (MS Windows). a) Creative Labs did try Linux for a while but they lost...
2012 Feb 07
6
nested route not receiving :id parameter within controller spec
I''ve got a share method in my controller, and I have the following spec: describe PostsController do describe "#share" do it "doesn''t blow up" do post :share, :id => @post.id end # ... etc And... It blows up! Failures: 1) PostsController#share shares Failure/Error: post :share
2009 Jan 14
1
1.6.1-b4: Can't get fax2mail work from System()
...t-email "seandarcy2 at gmail.com" -f "/var/spool/asterisk/fax/200901141711-0" Am I screwing up the System() command somehow? Is System() screwed up in 1.6.1? Any clues how to debug this? I did find one relevant thread http://asteriskforum.ru/viewtopic.php?p=15629 , which is unfortunatley in Russian. In that thread someone figured out how to turn on DEBUG for app_fax. How did you do that? sean
2010 Jun 10
4
rails removes newlines and spaces from ajax requests
Hi I have an app which posts an ajax request with with text area content, but when it does post it it gets all the newlines and multiple spaces removed (need to use multiple spacing for use with markdown code snippets) I''ve created a sample app which you can see here http://test.42horizons.com/test, View it in IE 8 and both requests remove line spaces and new lines, view it in firefox