Sam
Sam
Why is such a simple and common feature such a big deal here? Even that it needs so long discussion is telling for the project.
This is a bug, combined with the `tsconfig.json` setting `"verbatimModuleSyntax": true`. When you set it to `false`, the error will go away. However, someone forgot/did not update the correlation between...
In which image version is the fix? I just tried to use your project and got also "django.db.utils.OperationalError: could not connect to server: No such file or directory" with the...
I mean you do anyway create an application key+secret for the user why don't just integrate this in the initial run? I guess it probably wouldn't be that convenient then...
@angelo-v it seem like you added at some point support for docker secrets in 185e7fdb167619a64049025478022f03dd72aa0a But you haven't documented it anywhere. Is that merged in the release?
Thank you, that of course would probably work, I can also just execute a command to the shell, but I thought this is a more general case which concerns deployment....
To add to the last note, seem like I changed `route-name.ejs`: ```js const createCustomOperationId = (method, route, moduleName) => { const hasPathInserts = /\{(\w){1,}\}/g.test(route); const splitedRouteBySlash = _.compact(_.replace(route, /\{(\w){1,}\}/g, "").split("/"));...
Filtering which images in recursive subfolders should be converted is a killer feature. I encountered this issue when I wanted to migrate my Instagram posts to Pixelfed. Pixelfed does not...