Hi, On Tue, Feb 26, 2013 at 1:48 PM, Pranas Gudaitis <[email protected]> wrote: > hi! > checking the new beta 1.1.0 on win32 - discovered two things not working > (one of them used to work in earlier builds): > > > the first one - a very welcome new addition but sadly not working: > > reload="watch" gives me: > -------------------------------- > this value has type > string > but it should be a subtype of > int > --------------------------------
You meant reload_mode="watch" ! > and the second one is a parameter that used to work: > ------------------------------------------- > strip_blank(length=40., threshold=-30.... - "cannot apply that parameter > because the function > (at line ..., char ...) has no argument labeled "length"!" > ------------------------------------------- > > am i doing something wrong or the new build is to blame?... The 'length' parameter has been renamed to 'max_blank'. Cheers, Samuel. ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
