Tony
Tony
I have a class structure VERY similar to the original poster, and I'm having a problem with querying through derived classes. If query operations performed on a base-class IQueryable then...
The attached patch allows db.Document(id) to be used in LINQ statements. For example: ``` from user in db.Query() let dept = db.Document(user.dept_id) where dept.name == "cars" select user ``` This...
Yes, please to this, and the reverse (mapping mouse to keyboard). I'd love to be able to map Ctrl+MouseWheelUp/Down to VolumeUp/Down. etc.
That is a great write-up eclectice, thanks, but if the pre-reqs are built under WSL in the first few steps, then I do not understand why they are again built...