Sebastian Witowski
Sebastian Witowski
I like the idea of having the instructions inside the `example_app.py` - they are usually short and I can easily see what steps will be required to install this example...
@tiborsimko no, the problem is still there. I couldn't think of any easy solution for this. It's a very uncommon for users to change the filename TWICE, so I don't...
I just bumped into the same problem with .python and .shell extensions. Any chance the correct extensions could be automatically detected, so it would save some manual renaming?
This issue has been bugging me to and finally I found a workaround. Maybe someone will find it useful, cause this theme is awesome and I don't want to switch...
> I'm working on an eleventy based starter and I was able to get line numbers working with these two steps: > > 1. Enable `alwaysWrapLineHighlights` in the [eleventy syntax...
After I removed all the `FileInstance` objects that are not connected to `ObjectVersion`, there are 18 new cases, so we are still creating those *empty* `FileInstances`. I can't really see...
One thing to remember when deleting `FileInstance` objects - make sure the creation date is like few days ago, so we don't delete those that belong to deposits that just...
For whoever will take over this code, I put some logging (check for `logger.warning`) in this function: https://github.com/CERNDocumentServer/cds-videos/blob/cdslabs_qa/cds/modules/webhooks/tasks.py#L567 Like that: ``` with db.session.begin_nested(): # Create FileInstance file_instance = FileInstance.create() logger.warning('FileInstance...
Hmm, it's the first time I see this message and google doesn't return any meaningful results. My guess would be that you have a typo somewhere in one of the...