Diederik van der Boor

Results 47 issues of Diederik van der Boor

When running this module against the latest postcss config, I get `node.getIterator() is not a function`: ``` PluginError [TypeError]: node.getIterator is not a function at LazyResult.visitTick (.../node_modules/postcss/lib/lazy-result.js:484:33) at LazyResult.runAsync (.../node_modules/postcss/lib/lazy-result.js:372:30)...

Somehow tree shaking isn't working for me. I end up with a JavaScript file of 40kB when I do: ``` import { Alert, Collapse } from 'bootstrap.native'; ``` Doing the...

I'm getting the following errors: ``` Top level Sentry exception caught - failed creating log record Request exceeeded execution time threshold: %s Traceback (most recent call last): File "/Users/diederik/Sites/virtualenvs/test26/lib/python2.6/site-packages/raven/handlers/logging.py", line...

The tags field is optional, but now the migrations may alert that this field needs to be migrated. Find a way to either ignore it, or dynamically insert it in...

enhancement

When the `ContentsEntryMixin` is used in another model, Django raises an error that the `related_name` for the `contents` field is already used. This likely needs to be fixed in https://github.com/edoburu/django-fluent-contents...

bug

Like WordPress, it would make much more sense to display the categories as a list of checkboxes

enhancement

The documetation in `README.rst` is getting huge. Better get sphinx documentation on readthedocs ;) Also worth including: - How to add "Recent blog entries" to a sidebar - How to...