Google Code Exporter
Google Code Exporter
``` I do not know yet the project is still in development :) ``` Original issue reported on code.google.com by `[email protected]` on 27 Nov 2014 at 6:06
``` >What steps will reproduce the problem? - Create new db - Write big chunk of data (>32kb in my case) - Close db - Reopen db >What is the...
``` Also, it would be great if issues were opened for what's remaining so others could pitch in. We'd really like to use this if it's close to the real...
``` To reproduce: 1. leveldb.db.Open a directory that doesn't exist 2. You will get the following error: "DB Error: leveldb: could not open CURRENT file for DB : open /CURRENT:...
``` I've been happily using the memdb implementation of db.DB and was wondering if there's a persistent implementation of db.DB in the works? ``` Original issue reported on code.google.com by...
``` It would be useful to be able to apply filter/s to: Task Name Begin Date End Date Completion Resource And quick filters to show (and print): Active Tasks Incomplete...
``` Requested in issue #766: if enterprise is closed for a couple of weeks then adding all those days separately to the calendar is troublesome. It would be easier if...
``` In effort-driven scheduling a length of a task depends on the amount of required work (in man-days or man-hours) and availability of resources. The basic rules is: * If...
``` Use case: in the resources tab: short tasks are off to the right of the screen, the actual task they relate to is on the left. Its hard for...
``` Since PDF export is a recommended way to print a chart, it will be nice to be able to export chart only, without task and resource tables ``` Original...