Federico Daniel Colombo
Federico Daniel Colombo
Support for logging results for queries was added on version 19.2.2, please upgrade your references and re-test For example: ```c# public class MyContext : DbContext { protected override void OnConfiguring(DbContextOptionsBuilder...
Please check if https://github.com/thepirat000/Audit.NET/issues/194 or https://github.com/thepirat000/Audit.NET/issues/387 helps
Try with `.UseFactory` instead: ```c# Audit.Core.Configuration.Setup() .UseFactory(() => services.GetRequiredService()) ``` The call to `auditScope.DisposeAsync()` will not dispose the DbContext
Closing this for inactivity, if it's still an issue please comment
Try cropping the source images to only the face, I've fixed that error before in that way
Title translated: "In Windows, at the stage of installing dependencies, errors come out, if you can somehow solve this, or only Linux"
I was able to install in Windows by removing the version for `requests` library on `requirements.txt`: So instead of `requests==2.25.1` Just: `requests`
Here is a Gist with a powershell script depicting the steps I did on an Azure VM (GPU) to run sber-swap: https://gist.github.com/thepirat000/ae9c9acf0e9d98b1aa14571cf2197341 Hope it helps
Here is a PowerShell script that I used to set up a fresh VM to run sber-swap on windows: https://gist.github.com/thepirat000/ae9c9acf0e9d98b1aa14571cf2197341
Not sure if you're asking this, but as far as I know you cannot swap on two images at once. Just one of the images will we changed, so if...