chibicitiberiu
chibicitiberiu
Great, initially I tried it with a dictionary and it didn't work, so I thought it isn't supported. But after trying with an anonymous object it seems to work fine.
I tested several scenarios, and here is what I found: ```c# // Scenario 1: works as expected, output is "test" Debug.WriteLine("{foo.bar}".FormatWith(new { foo = new { bar = "test" }...
Thank you for your offer, you can look into the opened issues. However, due to various reasons and limitations I encountered, I decided to work on a complete replacement for...
To make it clear why I decided to migrate: * Django lacks integration with any of the modern frontend frameworks. You have to basically do all the integration manually. *...
This is due to how django works. There are basically 2 options: - running django in debug mode (by setting the debug variable to true). This is the simplest solution,...
This looks like a problem with youtube-dl. Try updating it to the latest version. YouTube changes things from time to time, which can break youtube-dl.
This looks like a problem with youtube-dl, try updating it to the latest (using pip). Make sure the permissions are set correctly, and the directory exists.
The entire UI and UX could use some improvements. I will look into it a bit later, once I am happy with the state of the core stuff (synchronization process,...
Do you have any logs before the first entry in the log? `[12/Mar/2019 01:33:43] "GET /login?next=/video/35499/ HTTP/1.1" 301 0` It's already not working here. Those ajax requests don't really affect...
You have to copy config.ini from the source code in the volume folder, I think I forgot to mention that in the documentation for docker. Right now I'm working alone...