search for: antoin

Displaying 20 results from an estimated 378 matches for "antoin".

Did you mean: anton
2019 Jul 29
5
install packages with missing pkg argument
...e we were expecting a vector of missing packages to be installed (or none if there was no missing package). I believe having the function work as advertised with a proper missing argument, and having it do nothing silently when the argument is of length zero, would make more sense. Best regards, Antoine [[alternative HTML version deleted]]
2010 Apr 21
5
Xen 4.0 memory overcommitment
...200704 KiB would leave only 1348320 KiB free.* Well I know it doesn''t have enough RAM, that''s the whole point. Do I need to enable something specific somewhere ? I am using the Jeremy''s 2.6.31 kernel (thank you whoever you may be !). Thank you in advance for your help, Antoine _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2017 Sep 07
2
Strange SASL issue
2017-09-07 15:04 GMT+02:00 Sami Ketola <sami.ketola at dovecot.fi>: > > > On 7 Sep 2017, at 16.03, Antoine Nguyen <ngu.antoine at gmail.com> wrote: > > > > 2017-09-07 14:29 GMT+02:00 Aki Tuomi <aki.tuomi at dovecot.fi>: > > > >> > >> > >> On 07.09.2017 15:26, Antoine Nguyen wrote: > >>> Hi all, > >>> > >>> I...
2020 Aug 26
2
trace creates object in base namespace if called on function argument
...;t know why it was designed this way, but it is documented in detail, and hence the expected behavior. Debugging is often, and also in R, implemented in the core. Tracing is implemented on top without specific support, it thus cannot do some things debugging can do. Tomas On 8/26/20 3:31 AM, Antoine Fabri wrote: > Apologies there is one line missing in my last email, the code should be : > > foo <- function() "hello" > trace2 <- function(fun) trace(fun, quote(print("!!!"))) > trace2(foo) # <- THIS LINE WAS MISSING > base::fun > > Best, >...
2017 Sep 07
2
Strange SASL issue
2017-09-07 14:29 GMT+02:00 Aki Tuomi <aki.tuomi at dovecot.fi>: > > > On 07.09.2017 15:26, Antoine Nguyen wrote: > > Hi all, > > > > I've just upgraded my server from debian 8 to debian 9 and I now > encounter > > a strange issue. I'm using prosody (XMPP server), configured to > > authenticate against dovecot using SASL and a unix socket. > > >...
2020 Aug 28
2
utils::isS3stdGeneric chokes on primitives and identity
...y meet the definition of standard s3 generic or not is, I suppose, up for debate, but I would say that they should, I think. As before, if desired I can work on a patch for this if desired, or someone on R-core can just take care of it if that is easier. Best, ~G On Thu, Aug 27, 2020 at 11:22 AM Antoine Fabri <antoine.fabri at gmail.com> wrote: > Should it work on traced functions ? > > As it is now it doesn't. > > Best, > > Antoine > > Le jeu. 20 ao?t 2020 ? 09:58, Kurt Hornik <Kurt.Hornik at wu.ac.at> a ?crit : > >> >>>>> Gabri...
2006 Jan 19
3
problem when porting
...ner when it comes to rails and would like to know are there any issues with porting rails from freebsd to windows? This is the error that I have Bad file descriptor - /tmp/mysql.sock I am not sure if this would help or not but I am currently on a cygwin environment thanks if anyone can help -- Antoine W. Solomon Jr. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060119/fc88bd17/attachment.html
2008 Sep 19
3
Giving a domU direct access to a NIC
...o sent a bunch of packets to a NIC located on my Xen machine. I don''t really know how Xen networking works, but is it possible to give a domU direct access to a NIC ? Or at least give it enough access so that it can see packets that are not for the domU originally. Thank you in advance, Antoine -- Antoine Benkemoun Tel : 03.51.53.57.00 Port : 06.32.88.59.35 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2010 Mar 25
10
Using tun interface with dladm and flowadm
...ot recognized by the dladm utility. It appears in *ifconfig -a* but not in *dladm show-link*. Is this normal ? Did I miss something ? Since my tun interface is not recognized by dladm, I am unable to use the flowadm utility on it. Is there anything I can do ? Thank you in advance for your help, Antoine Benkemoun -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/crossbow-discuss/attachments/20100325/6189dcc8/attachment.html>
2015 Jul 04
4
[LLVMdev] LLVM parsers for popular languages? - Python, Rust, Go
Thanks, happy to of confirmed. With that in mind, will use the AST modules provided by the languages (with the exception of libclang for C++). Antoine: Am aware of Numba, nice job there BTW. So is there a [decoupled] LLVM parser which I can use to read Python files and analyse objects (including computing their attributes in OO and setattr scenarios)? On Wed, Jul 1, 2015 at 10:23 PM, Antoine Pitrou <antoine at python.org> wrote: > &gt...
2020 Aug 20
2
utils::isS3stdGeneric chokes on primitives and identity
...Fixed now with - while(as.character(bdexpr[[1L]]) == "{") + while(is.call(bdexpr) && (as.character(bdexpr[[1L]]) == "{")) (the suggested fix does not work on things like foo <- function(x) {{ x }} ...) Best -k > ~G > On Wed, Aug 19, 2020 at 3:40 PM Antoine Fabri <antoine.fabri at gmail.com> > wrote: >> Dear R-devel, >> >> utils::isS3stdGeneric tries to subset the body of the function it's fed, >> primitives don't like that because they don't have a body, identity doesn't >> like it either beca...
2020 Aug 25
2
trace creates object in base namespace if called on function argument
...foo) isdebugged(foo) # [1] TRUE This can be worked around by defining : trace2 <- function(fun) eval.parent(substitute(trace(fun, quote(print("!!!"))) but I believe the current behavior is undesired and it'd be better to make it behave as `debug()`, or to throw an error. Best, Antoine [[alternative HTML version deleted]]
2018 Apr 25
2
Icecast + Google Analytics
How to do it? 25.04.2018 14:33, Felix-Antoine Morin <antonixfelinski at gmail.com> >Its okay now, it is working... ;) > > > Au plaisir, > Félix-Antoine Morin > > > 769 Villeray > Montréal, Qc. > Canada > H2R 1J2 > > (514) 690.36.89 > > felixantoinemorin.com > Facebook <https://www...
2008 Jul 22
11
Windows 2000 DomU
...but things aren''t so great... I made an image from the disk that worked in a machine. Then I boot on this image using Xen. Windows 2000 starts to boot up then give me a BSOD stating UNACESSIBLE_BOOT_DEVICE. Has anybody encountered this error before ? Thank you in advance for your help, Antoine -- Antoine Benkemoun Tel : 03.51.53.57.00 Port : 06.32.88.59.35 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2016 Aug 17
4
JITted code and thread-local storage
Hello, Am I right in thinking that MCJIT doesn't support thread-local variables (at least not on Linux x86-64)? Is there any plan or pending PR to support it (either in MCJIT or in ORC)? Thank you, Regards Antoine.
2005 Sep 13
3
Collineariy Diagnostics
...ng message: the variable XY with modus ??numeric?? was not found (it does the same with all predictors despite all variables are numeric and exists). Can anyone tell me how can I go arround this problem? Is there another way to have ??condition numbers??? What about VIF? Please return message to: antoine at ruetter.ch Thanks a lot Antoine
2007 Feb 16
13
Problem with Share Size
...samba's limitation on the share size I think. Is samba limited in share's size ? Is there a way to solve this issue, a way to share my 7To ? I heard about CIFS with Samba, but I don't find any documents explaining how to use CIFS with Samba instead of SMBFS. Thanks for your answers. Antoine ROCHER
2020 Sep 02
3
sys.call() 's srcref doesn't match the language
...be correct at the same time. Here's a reproducible example: f <- function(){ sc <- sys.call() print(sc) attr(sc, "srcref") <- NULL print(sc) 1 } f2 <- function() { 1 + f() } f() #> f() #> f() #> [1] 1 f2() #> 1 + f() #> f() #> [1] 2 Best, Antoine [[alternative HTML version deleted]]
2013 May 14
2
[LLVMdev] Update information about Jade project
...sible to update the first link for the Jade project on ProjectsWithLLVM page, since it is outdated ? The current link point to sourceforge trac app, but we migrated to GitHub a few months ago. Is it possible to update the link to the new page: https://github.com/orcc/jade ? Thanks in advance, Antoine Lorence -- INSA de Rennes - Département EII IETR - Groupe Image Bureau 214 - Bat. 10 20, Avenue des Buttes de Coësmes CS 70839 35708 Rennes Cedex 7
2017 Sep 07
0
Strange SASL issue
* Antoine Nguyen [2017-09-07 15:13]: > 2017-09-07 15:04 GMT+02:00 Sami Ketola <sami.ketola at dovecot.fi>: > > > > > > On 7 Sep 2017, at 16.03, Antoine Nguyen <ngu.antoine at gmail.com> wrote: > > > > > > 2017-09-07 14:29 GMT+02:00 Aki Tuomi <aki.tuomi...