Indrajit Raychaudhuri

Results 9 issues of Indrajit Raychaudhuri

In general, the substitution ‘$(cat foo)’ may be replaced by the equivalent but faster ‘$(

Revision

According to this [[url:https://groups.google.com/d/topic/liftweb/d_zquJE6wGo/discussion|thread]]

P:Normal
T:Enhancement

as discussed on http://groups.google.com/group/liftweb/browse_thread/thread/6a0701b47e2200bc/80f0199bae1391c3#80f0199bae1391c3 I cooked up a proposed solution, see the trait "BaseType". It only needs specs2 This pattern should work with the current way HtmlProperties works. import org.specs2.mutable._...

P:Normal

Hi David, Am reporting bug [[url:https://groups.google.com/forum/#!searchin/liftweb/noel/liftweb/1_7JAJwAfto/Ktjn_W_kDtAJ|as requested]]. My problem is that RequestVar cleanupFunc doesn't run at the end of each http request, which is resulting in a memory leak for...

P:Normal
T:Defect

In Lift version 2.9.0 when using MetaMegaProtoUser and Crudify together in an user object it doesn't compile. There are conflicts with same def/val names used by both Traits. _User definition:_...

P:Normal
T:Defect
Mapper

Discussion thread including ticket request: https://groups.google.com/d/topic/liftweb/zw2SJv7Ms2s/discussion It would be nice if user code could hook in at the same place that "logTime" does in the code below (from LiftServlet#doService()): def...

P:Normal

Copied from http://groups.google.com/group/liftweb/browse_thread/thread/54e059516001a518 > > For example, trying to use > > a SessionVar before the session has been created shouldn't just refuse to be set. It > > would...

P:Normal
T:Defect

Some of field declaration methods have type parameters (like _select[T](...)_, _multiselect[T](...)_ ) and others don′t (like _radio(...)_ ). It would be great all methods have type parameters for consistency. Also...

P:Normal
Wizard

Add support for the Hurricane Electric provider. The implementation is based on the existing dyndns2 protocol with a few differences: - The IPv4 and IPv6 addresses must be updated in...