Josh Mostafa
Josh Mostafa
Hi there, Does as3-spod have support for transient attributes in domain objects? I was hoping I could just go: [Transient] public var dontSaveThisToDb:UnpersistableType; Or is there some other way of...
Sorry for raising a ticket on this, as it's a question rather than a bug - if there's a mailing list that would be better for these types of questions...
**BACKGROUND:** I would like to use configs with question marks (e.g. `enabled?`) for booleans. **REPRO STEPS:** Define a config object with a config that has a question mark: `config =...
This library is great, especially since you fixed the memory leak! So thanks for all your hard work. Just have one problem and I'm not sure how to work out...