Olivier Dalang

Results 81 comments of Olivier Dalang

Well sorry I just thought about it again, I think this `VBoxInternal2/SharedFoldersEnableSymlinksCreate/django` setting could be set to true in the .box file, right ? If so, the only needed step...

Great, that should do. With this, the only step one has to remember is to run vagrant as an administrator.

@timrobbings Thanks that did the trick ! I think this should be fixed to work out of the box or specified in the doc

Another problem once this is solved is the inability to clear the search. If you enter an empty string, you can't submit the query. I think a link should be...

As a reference, here's a quick&dirty implementation of an admin action for this. Worth noting one should make sure to use prefetch_related to avoid very slow performance. ```python from tabular_export.core...

Not sure about the suggestions : - `Stringify()` and `lambda x: str(x)` are a bit ambiguous, as the syntax lets think that it would convert the field (a primary key)...

What about having `author` saving the instance's `__str__` and `author_id` saving the actual key? Those are already accessible from the instance and are quite straightforward. By default, if we don't...

I tested your PR as I needed this, and it seems to works for most cases, but not for the following one : ``` >>> BusinessTime().add_business_hours(datetime.datetime(2020, 1, 1, 19), 32)...

It seems linked to the fact the view is zoomed out first, then only zoomed in and ol tries to render the whole world... If I set the layer to...

-1 for CLI, which would be one more thing to maintain. Configuring the stack can be done simply by editing the .env (or setting env vars), which doesn't require much...