search for: sudhindra

Displaying 10 results from an estimated 10 matches for "sudhindra".

2020 Apr 10
4
Running clang tests
...obody is using these build systems, so nobody is fixing the issues. I feel that we should be encouraging people to use the build system that they prefer, and encouraging people to fix the build system to work well with their chosen build system. This is the only way that things will get better. Sudhindra, to answer your question, I would also recommend upgrading to Visual Studio 2019 if you can. I just tried to directly run ASTMatcherTests from Visual Studio 2019 and it worked for me. I have no experience with the GTest IDE plugin, I’ve always just ran GTest binaries directly. There’s also a check-...
2020 Apr 10
2
Running clang tests
...s projects won't show up in the Test Explorer view in visual studio even after building these projects.So I wanted to know the reason for the same. So can you please let me know if it possible to run these tests in visual studio. If not how to run them. Thanks in advance. Thanks and Regards Sudhindra Kulkarni -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200410/08e6737a/attachment.html>
2008 Jan 27
3
need help opening a file
Hi, I can't believe I am unable to do this. I just installed R (never used it before, but want to learn it). At present, though. all I want to do is export a data file (specifically "crabs" in the MASS library) to a text file for use in SPSS. It allows me to peek into the dataset, using the command head(crabs) but I can neither view the entire file nor can I seem to export it to a
2005 Jun 02
1
Can we export Cluster File System mounted partitions using Samba?
...If so is there any issue related to performance or something? Could you please clarify this for me? Also can multiple SAMBA servers running on multiple machines which have the same CFS mount point export the same directory without any problem? I want this info urgently. Thanking you in advance, Sudhindra.
2009 Apr 29
1
Rails, multiple connections and threads
...le the script is being executed are other connection requests to server waiting or are there services? 2. Is there a number parallel connections concept with rails? If yes how to configure it? 3. Should I make the script call as part of a new Thread to avoid other conenctions from waiting? Thanks, Sudhindra -- Posted via http://www.ruby-forum.com/.
2009 May 20
2
prototype.js insert issue
...rst line <<page.insert_html :bottom,:list,"<ul>">> automatically closes <ul> if I see with firebug the output is <ul></ul> <li>Hello item</li> </ul> Which is wrong Using prototype how do I only insert a start tag <ul>? Thanks, Sudhindra -- Posted via http://www.ruby-forum.com/.
2009 Mar 26
2
send_file using AJAX
I have a AJAX based form and when I use send_file there is no pop-up that appears to prompt user to download file... how do I fix this? Regards, Sudhindra -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gman...
2009 Apr 15
0
Plugin or just a zip file...
...plan to place the files in vendor/plugins/test folder... Should I make test as a plugin or just provide updates in a zip file? What is the rails suggested way. These files are only used as include files for a few operations, they in no way are required to alter Model/View or Controller. Thanks, Sudhindra -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gman...
2007 Mar 25
5
Insert text into text area field with RJS
Hi, I''d like to insert/append some default text into a text area after clicking on an image button ''test.png'' in edit.rhtml: <%= link_to image_tag("test.png"), url => { :action => :new_text } %> Action: # article_body is the textarea''s id. def new_text render :update do |page| page.insert_html :bottom, :article_body,
2005 Sep 02
0
Samba aborts with exit code "134"
Hi, When I try to run Samba, it aborts with exit code "134". This is actually a Samba that has been tweaked by somebody. I am not able to figure out what this exit code means. Please help me. Thanks in advance.