Results 12 issues of

See https://github.com/ITCase/pyramid_sacrud/blob/filestore-example/example/pyramid_sacrud_example.py#L17-L44 ## Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/27664686-make-example-with-filestore?utm_campaign=plugin&utm_content=tracker%2F5083192&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F5083192&utm_medium=issues&utm_source=github).

## Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/22315331-add-csrf-for-form-action-buttons?utm_campaign=plugin&utm_content=tracker%2F5083192&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F5083192&utm_medium=issues&utm_source=github).

enhancement

I have error when run app if it uses sqlalchemy_utils. I tested this with Nuitka stable, develop and factory version ``` Traceback (most recent call last): File "/home/uralbash/test1/build/test1.dist/test1.py", line 3,...

enhancement

http://marshmallow-sqlalchemy.readthedocs.org/en/latest/index.html

enhancement

I don't have time to revive the project right now. This means I can't test PR and ensure they work correctly. If anyone wants to contribute to the next major...

help wanted

barfeed for the stock exported from MetaTreder to CSV. format: Date,Time,Open,High,Low,Close,Volume 2011.12.08,18:49,77.708,77.710,77.702,77.702,30 2011.12.08,18:50,77.700,77.701,77.693,77.700,19 2011.12.08,18:51,77.701,77.702,77.700,77.700,15 2011.12.08,18:52,77.701,77.701,77.699,77.700,23

My traceback [http://dumpz.org/1206696/](http://dumpz.org/1206696/) On this line https://github.com/sontek/pyramid_webassets/blob/master/pyramid_webassets/__init__.py#L108 pyramid_webassets try to split by ':' this path 'f:\itcase\sacrud\pyramid_sacrud\pyramid_sacrud\static\css\_base.css' and set package as 'f'. Probably it's a bug.