[Mono-dev] Problems with DOM serialization to XHTML

2007-02-21 Thread Federico Di Gregorio
be easily fixable in the code manipulating the DOM while the current problem has no apparent solution in the application code.) Or am I simply doing it the wrong way? :D federico -- Federico Di Gregorio http://people.initd.org/fog Debian GNU/Linux Developer

Re: [Mono-dev] Problems with DOM serialization to XHTML

2007-02-22 Thread Federico Di Gregorio
. Out of curiosity, can you confirm that XmlWriterSettings.OutputMode is set to Html only when using and XSLT with output-mode set to html and that outputs invalid XML, i.e., plain HTML and not XHTML? Many thanks, federico -- Federico Di Gregorio http://people.initd.org/fog

Re: [Mono-dev] Spring and NHibernate support

2007-07-03 Thread Federico Di Gregorio
a number of MonoTodo's and not implemented exceptions. Notable candidates are: Last time I checked (1.2.3.x) mono was not able to run nhibernate 1.2. We're still using 1.0 here [and waiting for the DLinq stuff, that is much better than nhibernate imho. ;)] federico -- Federico Di Gregorio

[Mono-dev] [PATCH] System.Linq.Expressions

2007-08-12 Thread Federico Di Gregorio
System.Linq.Expressions. federico -- Federico Di Gregorio http://people.initd.org/fog Debian GNU/Linux Developer[EMAIL PROTECTED] INIT.D Developer [EMAIL PROTECTED] Ubuntu is an ancient African word

Re: [Mono-dev] [PATCH] System.Linq.Expressions

2007-08-13 Thread Federico Di Gregorio
of your tests fail, but it can be really confusing when they do and the message is backwards! Yes, I know. I already fixed this problem and the next patch I send will address what Marek pointed out. federico -- Federico Di Gregorio http://people.initd.org/fog Debian GNU

Re: [Mono-dev] [PATCH] System.Linq.Expressions

2007-08-13 Thread Federico Di Gregorio
in my next patch. I also made some progress (implemented and/or fixed some more methods): should I send a single patch or split the fixes to this one from the new stuff? federico -- Federico Di Gregorio http://people.initd.org/fog Debian GNU/Linux Developer

[Mono-dev] [PATCH] System.Linq.Expressions, v2

2007-08-13 Thread Federico Di Gregorio
Hi, attached to this email there is the updated System.Linq.Expressions patch. I fixed the StringBuilder problem, added unique IDs to all tests, used Assert.IsNull where appropriate and fixed one more Expression method (AndAlso). Hope this is good enough for commit. federico -- Federico Di

Re: [Mono-dev] [PATCH] System.Linq.Expressions, v2

2007-08-13 Thread Federico Di Gregorio
method (AndAlso). Hope this is good enough for commit. The patch looks good, feel free to commit. I don't think I have commit rights; someone should commit for me. :) federico -- Federico Di Gregorio http://people.initd.org/fog Debian GNU/Linux Developer

Re: [Mono-dev] ToString() performace in Mono

2007-11-22 Thread Federico Di Gregorio
Sorry to ask but how can k = new System.Text.StringBuilder(i.ToString()); be faster than k = i.ToString(); alone? I see just an extra instantiation here. federico -- Federico Di Gregorio http://people.initd.org/fog Debian GNU/Linux Developer

Re: [Mono-dev] Oracle ADO.NET Provider in Mono - Oracle White Paper about OCI

2008-06-10 Thread Federico Di Gregorio
-list would give us an idea of how many people are yet to upgrade to 8i. (AFAICT, the numbers would be just a handful.) In fact there are a *lot* of 8.1.x installs out there. federico -- Federico Di Gregorio http://people.initd.org/fog Debian GNU/Linux Developer

[Mono-dev] Streaming with Moonlight/Silverlight vs Flash

2008-07-04 Thread Federico Di Gregorio
Hi everybody, I am about to choose the technology that will be used during the next two years to build the ESOF2010 web site (if you're curious about ESOF just check this year website, http://www.esof2008.org/). The project for 2010 includes a lot of streaming using preferably open protocols and

Re: [Mono-dev] Streaming with Moonlight/Silverlight vs Flash

2008-07-08 Thread Federico Di Gregorio
, and patches to implement tle to his are very welcome :) Unfortunately we need to reach people that won't be able to install Moonlight. Alas, we'll go with Flash (I was hoping to be able to use C# and MonoDevelop, too bad. :/ ) Thank you for the information. federico -- Federico Di Gregorio

Re: [Mono-dev] gmcs bug with unsafe code

2008-08-28 Thread Federico Di Gregorio
-- Federico Di Gregorio http://people.initd.org/fog Debian GNU/Linux Developer[EMAIL PROTECTED] INIT.D Developer [EMAIL PROTECTED] The number of the beast: vi vi vi. -- Delexa

[Mono-dev] PATCH: Mono.Cairo.Pattern.Extend

2009-01-04 Thread Federico Di Gregorio
The Pattern class currently does not implement the Extend property. The attached patch (against branch 2-2) just add it. It is so simple it should not introduce any problem. Just tell me if and where to commit. Thanks. federico -- Federico Di Gregorio http

Re: [Mono-dev] Generic Variance

2009-02-03 Thread Federico Di Gregorio
Il giorno mer, 04/02/2009 alle 02.07 +1300, Scott Peterson ha scritto: + public Variance Variacne { + get { return variance; } + } + Variacne ? federico -- Federico Di Gregorio http://people.initd.org/fog Debian GNU

Re: [Mono-dev] gmcs and The Future

2009-02-04 Thread Federico Di Gregorio
:).) federico -- Federico Di Gregorio http://people.initd.org/fog Debian GNU/Linux Developerf...@debian.org INIT.D Developer f...@initd.org If a process is potentially good, but 90%+ of the time smart

[Mono-dev] PATCH: System.Xml.Linq DTD round-trip

2009-04-02 Thread Federico Di Gregorio
); r.Read (); federico -- Federico Di Gregorio http://people.initd.org/fog Debian GNU/Linux Developerf...@debian.org INIT.D Developer f...@initd.org Ma chi

[Mono-dev] PATH: PostgreSQL Linq2Sql provider fix

2009-06-12 Thread Federico Di Gregorio
Currently it is impossible to use the DbLinqProvider and DbLinqConnectionType connection parameters with PostgreSQL because Npgsql does not like extra aguments. The attached patch fixes this. Ok to commit? federico -- Federico Di Gregorio http://people.initd.org/fog

Re: [Mono-dev] PATH: PostgreSQL Linq2Sql provider fix

2009-06-12 Thread Federico Di Gregorio
Il giorno ven, 12/06/2009 alle 09.32 -0400, Jonathan Pryor ha scritto: On Fri, 2009-06-12 at 10:19 +0200, Federico Di Gregorio wrote: Currently it is impossible to use the DbLinqProvider and DbLinqConnectionType connection parameters with PostgreSQL because Npgsql does not like extra

[Mono-dev] Expression regression in 2.6

2009-11-06 Thread Federico Di Gregorio
this will be fixed in the 2-6 branch. Sorry for the noise. federico -- Federico Di Gregorio http://people.initd.org/fog Debian GNU/Linux Developerf...@debian.org INIT.D Developer f...@initd.org Everything

Re: [Mono-dev] Fwd: Monorail, Mono, Content-type and the registry.....

2010-03-17 Thread Federico Di Gregorio
=Wok.Core/Wok.Core.Utils/MimeType.cs;hb=HEAD -- Federico Di Gregorio f...@initd.org Questa lista non pretende di essere il riferimento torinese per il software libero o altre cazzate del genere. -- Silvano, su torte signature.asc Description

Re: [Mono-dev] gtk# drag and drop

2010-10-13 Thread Federico Di Gregorio
-- Federico Di Gregorio f...@initd.org Beh un bacio, se ben dato, non si rifiuta. -- laura ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono

[Mono-dev] Mono 2.8 regression

2010-12-20 Thread Federico Di Gregorio
; public override Funcstring,int,S GetXXXS() { return (Funcstring,int,S)xxx; } } -- Federico Di Gregorio f...@initd.org To prepare such test data, I get into the meaniest, nastiest frame of mind that I can manage, and I write the cruelest code

Re: [Mono-dev] Mono 2.8 regression

2010-12-20 Thread Federico Di Gregorio
On 20/12/2010 10:15, Jb Evain wrote: On Mon, Dec 20, 2010 at 10:01 AM, Federico Di Gregorio f...@initd.org wrote: I'd like to have someone tell me «Eck! Whay did you do that? That's wrong!». Eck! Why did you do that? That's wrong! (You're welcome ;) test.cs(15,16): error CS0030

Re: [Mono-dev] Mono 2.8 regression

2010-12-20 Thread Federico Di Gregorio
[*] In fact the code runs fine, even on MS.NET, when compiled with Mono 2.6. -- Federico Di Gregorio f...@initd.org Ubuntu is an ancient African word meaning I can't configure Debian. -- somewhere on IRC

Re: [Mono-dev] creating excel files

2011-02-21 Thread Federico Di Gregorio
On 20/02/11 18:57, eng. Ahmed Youssef wrote: Hi, I need to create excel files from mono under Linux, and so I tried two approaches: You can try Apaceh POI. Just use IKVM to convert the last released Java JARs. It works quite well, for a Java library. federico -- Federico Di Gregorio

Re: [Mono-dev] DateTime.Now gives a wrong time

2011-10-12 Thread Federico Di Gregorio
:18:58 csharp fog@ania:~$ date Wed Oct 12 14:19:04 CEST 2011 Can you show us your env? federico -- Federico Di Gregorio f...@initd.org Ubuntu is an ancient African word meaning I can't configure Debian

Re: [Mono-dev] .NET API documentation

2014-05-29 Thread Federico Di Gregorio
On 29/05/14 17:09, Miguel de Icaza wrote: They exact license is this one: http://creativecommons.org/licenses/by/4.0/legalcode Then a better attribution tag is: CC BY 4.0. federico -- Federico Di Gregorio federico.digrego...@dndg.it Di Nunzio Di Gregorio srl

Re: [Mono-dev] Monodevelop Gtk# 3

2014-10-27 Thread Federico Di Gregorio
. federico -- Federico Di Gregorio federico.digrego...@dndg.it Di Nunzio Di Gregorio srl http://dndg.it Purtroppo i creazionisti non si sono ancora estinti. -- vodka ___ Mono-devel-list

Re: [Mono-dev] [Mono-list] Open source .NET and Mono.

2014-11-13 Thread Federico Di Gregorio
attempt at having CS on Linux. :) federico -- Federico Di Gregorio federico.digrego...@dndg.it Di Nunzio Di Gregorio srl http://dndg.it Io non sono romantica. La candelina sul tavolo mi vede e si spegne

Re: [Mono-dev] [Mono-list] Open source .NET and Mono.

2014-11-13 Thread Federico Di Gregorio
is developed on Linux. We just have not figured out how to ship on Linux, and not being accused of not supporting your favorite distribution. I still have hope. :) federico -- Federico Di Gregorio federico.digrego...@dndg.it Di Nunzio Di Gregorio srl

[Mono-dev] How to report bug in mono/monodevelop/nuget?

2014-12-02 Thread Federico Di Gregorio
? federico -- Federico Di Gregorio federico.digrego...@dndg.it Di Nunzio Di Gregorio srl http://dndg.it A desobediência é uma virtude necessária à criatividade. -- Raul Seixas ___ Mono-devel-list mailing

Re: [Mono-dev] How to report bug in mono/monodevelop/nuget?

2014-12-02 Thread Federico Di Gregorio
On 02/12/2014 11:23, Alexander Köplinger wrote: You can file Mono and MonoDevelop bugs at https://bugzilla.xamarin.com Don't know if it is the best place but... done. :D https://bugzilla.xamarin.com/show_bug.cgi?id=24991 federico -- Federico Di Gregorio

Re: [Mono-dev] System.Net and SynchronizationContext

2015-03-06 Thread Federico Di Gregorio
On 06/03/2015 12:42, Edward Ned Harvey (mono) wrote: From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list- boun...@lists.ximian.com] On Behalf Of Federico Di Gregorio [snip] I agree that the pattern you've suggested is the better pattern, to avoid NullReferenceException

Re: [Mono-dev] System.Net and SynchronizationContext

2015-03-06 Thread Federico Di Gregorio
newer will have same code as .net. Probably I didn't pull before inspecting the code. :( That's great, thenk you very much for the information. federico -- Federico Di Gregorio federico.digrego...@dndg.it Di Nunzio Di Gregorio srl http

[Mono-dev] System.Net and SynchronizationContext

2015-03-06 Thread Federico Di Gregorio
(args); instead of: var e = Event; if (e != null) e(args); Are patches about this welcome? federico -- Federico Di Gregorio federico.digrego...@dndg.it Di Nunzio Di Gregorio srl http://dndg.it The number