Danilo Bargen

Results 535 comments of Danilo Bargen

Might be related to https://github.com/ansible/ansible-modules-core/issues/2856

Yes, that would be great. I need to configure the `builtins` option but can't, because the plugin doesn't support that parameter yet.

I have a similar problem: I include tests like this. ```test #[cfg(test)] mod tests; ``` The tests require `std`, which cargo-nono doesn't like. ``` $ cargo nono check --features asdf...

Same here, on Arch Linux x64: warning: redundant linker flag specified for library `ncursesw`

Oh, actually it's a different problem. When django auto-detects postgres, it wants to run the postgres deployment using the following settings: ``` {'user': None, 'password': None, 'id': 'auto_dectect_django_0', 'database': u'interna'}...

There is a user, but I use peer authentication (http://www.postgresql.org/docs/9.1/static/auth-methods.html#AUTH-PEER) with local unix domain sockets for connection. So no username/password needed in the configuration.

On some systems you need to edit `pg_hba.conf`. Not on Arch, but I think on Debian.

Yes, but if you just create a database using `createdb`, the owner is the currently logged in user. And if that's the same user that runs the Django app, no...

> Do you know how good the current charging station data in OSM is (both in terms of quantity and quality)? I don't yet have good data, but here's a...