search for: friendlier

Displaying 20 results from an estimated 181 matches for "friendlier".

2014 Jan 02
0
[PATCH] libvirt-auth: Provide a friendlier wrapper around virConnectAuthPtrDefault (RHBZ#1044014).
--- src/guestfs-internal.h | 1 + src/libvirt-auth.c | 55 +++++++++++++++++++++++++++++++++++++++++--------- 2 files changed, 46 insertions(+), 10 deletions(-) diff --git a/src/guestfs-internal.h b/src/guestfs-internal.h index 5356920..d81fa6b 100644 --- a/src/guestfs-internal.h +++ b/src/guestfs-internal.h @@ -469,6 +469,7 @@ struct guestfs_h unsigned int nr_supported_credentials;
2007 Sep 19
4
Ticket #190 (friendlier way to add / register a mime type)
Following up on #190 [1], I''ve just added a simple patch that allows the manipulation of the TYPES hash from within the Merb module. Use like: Merb.add_mime_type(:png,%w[image/png]) Merb.remove_mime_type(:png) It specifically disallows the removal of the :all MimeType, since content negotiation relies on it. I''m not super wonderful at API design, so comments and
2013 Jan 23
1
[PATCH V2] libxc, libxenstore: make the headers C++-friendlier
Made the xenctrl.h and xenstore.h easier to use with C++: added ''extern "C"'' statements, moved the definition of enum xc_error_code above it''s typedef, and renamed a ''new'' parameter (''new'' is a C++ keyword). Signed-off-by: Razvan Cojocaru <rzvncj@gmail.com> diff -r 5af4f2ab06f3 -r c273ee1fc8ba tools/libxc/xenctrl.h
2013 Jan 23
1
[PATCH V3] libxc, libxenstore: make the headers C++-friendlier
Made the xenctrl.h and xenstore.h easier to use with C++: added ''extern "C"'' statements, moved the definition of enum xc_error_code above it''s typedef, and renamed a ''new'' parameter (''new'' is a C++ keyword). Includes a modification of _hvm_hw_fix_cpu() suggested by Jan Beulich. Signed-off-by: Razvan Cojocaru
2013 Dec 24
5
Have a great Holiday season
hi, Here is wishing everyone in the CentOS community a great holiday season, awesome new year and a great 2014. May 2014 bring friendlier + larger communities, stabler distros and a general reduction in systems frustrations for the users! regards from and to everyone, - KB -- Karanbir Singh +44-207-0999389 | http://www.karan.org/ | twitter.com/kbsingh GnuPG Key : http://www.karan.org/publickey.asc
2019 Jun 19
5
[RFC] Documentation clarification: Phabricator, not the lists is the main entry point for new patches
The current documentation talks about both the Phabricator review, and review as mail replies on -commits lists. It also talks about submitting patches to lists, with the subtext that it may be friendlier for outsiders. It is true that Phabricator has some entry threshold, larger than github, or maillists, so the attempt is not unwarranted. But from what i can tell, 99.9% patches go via Phabricator. There is a large chance that such a mail-only patch will simply be overlooked, ignored, or the very...
2004 Mar 28
4
Could someone email me with the code for glm.nb ?
Hi -- subject says all. I just want the code for that function, which I guess was in Venables and Ripley as early as 1994. Well, and for any of the sub-functions that glm.nb calls. I can't install the entire MASS library. If the code for just glm.nb (again, don't want to touch the MASS library, last time I tried to install it was a complete nightmare and fiasco) is somewhere on a
2019 Oct 09
2
minimum of 'server services' for NT style domain ?
On 09/10/2019 11:27, Rowland penny via samba wrote: > On 09/10/2019 10:56, lejeczek via samba wrote: >> friendly advice: read the subjects carefully as you do with the body of >> the messages > Even friendlier advice, ask the question in the post ;-) neutral remark - everybody has, including myself, but gee man... you have some issues... to solve. cheers, L. >>> list of sevices one should have for NT style domain? >>> >>> If it is an NT4-style domain, then the answer to your...
2013 Jan 28
0
[LLVMdev] [PATCH] parallel loop awareness to the LoopVectorizer
...pendency checking altogether (and just blame a sloppy programmer if there actually are dependencies), but it just converts the "unknown alias" to "no alias". If there's a "yes" from the analyzer it still prevents the vectorization. So, sort of a softened programmer-friendlier version of the semantics. The vagueness comes from that it depends on the intelligence of the dependency analysis implementation whether a dependency can be "proven" or not, doesn't it? Thus, #pragma ivdep with a non-existing loop dependence analyzer is equivalent to the semantics o...
2016 Aug 16
3
[patch] Improved error checking for the dovecot-antispam-plugin
Hi, Hopefully this is the right channel for such a patch. I have a minor enhancement to submit for the antispam plugin http://hg.dovecot.org/dovecot-antispam-plugin It adds minimal error checking for the sendmail_binary, otherwise the reported error in case of a missing binary or one with missing permissions is generic and not useful. Thanks, Robert -- http://robert.muntea.nu/
2019 Jun 26
2
[RFC] [tools] Changing Behavior of LLVM binutils When No File Is Specified
Sounds good, I'll work on removing these in favor of defaulting to stdin then? > I think it would be much friendlier to just print "file or pipe expected" and then print the help. Do you have thoughts on this? I'm not sure there is a clean way to do this, the cleanest would be through getFileOrSTDIN(), but I'm not sure all of its users want this behavior. I don't think we need it personally,...
2004 Apr 29
3
Same username on SIP & IAX?
...p * for my company's office and remote employees, I have a question about how to log one username into * as either a SIP account, or IAX account. For example, we will be using SIP phones in the office locally to the * server, however some employees travel, and want to use IAX (as it's much friendlier with firewall/proxy setups than SIP) clients on their notebooks. We have 100 DID numbers coming into our office, so having a seperate extension for each user who travels is not really the preferred solution. It's much easier to just hand out one phone number on your business cards... M...
2008 Apr 22
4
Ubuntu vs. Windows
...alysis on the Ubuntu machine with the full, complete data set, which is very big and lmer gave me back parameter estimates in less than 5 minutes. Because I have so little experience with Ubuntu, I am quite pleased and would like to understand this a bit better. Does this occur because R is a bit friendlier with unix somehow? Or, is this occuring because unix somehow has more efficient methods for memory allocation? I wish I knew enough to even ask the right questions. So, I welcome any enlightenment members may add.
2007 May 07
7
A little love for acts_as_taggable #8279
I was working with acts_as_taggable earlier and thought I could make it a bit friendlier. I submitted a ticket and patch #8279. Basically, there are three differences. 1. Fixed the deprecated :dependent => true 2. Added migration generator (it has really specific requirements on table layout, so might as well generate it). 3. Expanded the README to explain using the migration and...
2011 Jun 03
2
[LLVMdev] Thinking about "whacky" backends
...ggesting is no different from your original suggestion, besides that you're stripping even more control from the programmer by forcing the use of things like Irrlicht and OpenAL. > If we're going to make a superset of C++, why not ditch C++ outright and just write a code converter to a friendlier high-level language. Sorry if I'm not making much headway with you right now but I'm just trying to save work by using existing code wherever possible to save work. Most JVMs perform terribly. Even Sun's has had notable performance issues in my experience. .NET is an excellent case, b...
2019 Jun 26
2
[RFC] [tools] Changing Behavior of LLVM binutils When No File Is Specified
...ehavior of stream redirection wrong here, or missed a >> situation when reading from the terminal is useful. I would love some >> feedback. >> >> Best, >> Alex >> >> > Does anyone actually use the default to a.out behavior? I think it would > be much friendlier to just print "file or pipe expected" and then print the > help. > > - Michael Spencer > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190625/06fd7abd/attachment.html>
2011 Sep 06
0
[LLVMdev] llvm-mc, files without newline at eof
A friendlier error message in that situation is definitely a good thing. -Jim On Sep 5, 2011, at 1:34 PM, Степан wrote: > Hi, everybody. > > I am a newbie in llvm development. I found some strange behaviour in llvm-mc. Files without empty string at the eof doesn't proceed properly. > > l...
2013 Jan 28
1
[LLVMdev] [PATCH] parallel loop awareness to the LoopVectorizer
On 01/28/2013 07:36 PM, Pekka Jääskeläinen wrote: > If there's a "yes" from the analyzer it still prevents the vectorization. > So, sort of a softened programmer-friendlier version of the semantics. That said, I cannot think of a case where it would *harm* if the dependency analyzer, if it can actually prove a dependency, serializes the code. Thus, the same metadata can be used in both cases, if one doesn't care the possible wasted compilation time spent on the...
2006 Nov 07
1
scheduled jobs with cron
...e release notes say that this functionality is not yet ready via backgroundrb. But I wonder, can I call backgroundrb with a ruby script from cron ? I know I could create a cron job that calls lynx (or whatever) on a specific page that will call backgroundrb, but I want to know if there other "friendlier" ways to use backgroundrb with cron. Thanks! -- Lalo
1999 Sep 22
1
Brace highlighting in R for the PC?
Hey everyone, Might it be possible for future versions of PC-R to highlight the opening brace in a pair, a la emacs? Programs that do that are infinitely friendlier than those that don't. Thanks, Steve Stephen R. Laniel | "I've got a match: Carnegie Mellon University | Your embrace and my collapse." laniel at cmu.edu | --They Might Be Giants -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....