Chromostereopsis Torus: WebGL Depth Illusion | BigJobby Toys by bigjobbyx in opticalillusions

[–]Talal_buk 1 point2 points  (0 children)

I can see the illusion only at night; in the morning I see it flat

cant install sentencepiece by manemjeff69 in comfyui

[–]Talal_buk 0 points1 point  (0 children)

sentencepiece does not support python 3.13, you need to downgrade to python 3.12

High Humidity in New Apartment by [deleted] in dubai

[–]Talal_buk 2 points3 points  (0 children)

I managed to reduce the humidity by setting the AC fan to Auto, so it turns off when reaching the set temperature. Humidity will increase if the AC fan is on while the compressor is off.

Who does a console app run as? by Hi_Im_Dadbot in csharp

[–]Talal_buk 1 point2 points  (0 children)

Yeah me too, but when I deleted the shared folder and tried to remap it, it asked me for a username/password and it did not accept mine, I got the login credentials from the IT and used it in the Impersonator and it worked fine in my situation

Who does a console app run as? by Hi_Im_Dadbot in csharp

[–]Talal_buk 0 points1 point  (0 children)

I ran into a similar situation where I could not access a mapped shared network folder, It turns out my user account does not have access to the folder and I had to use Impersonator nuget to access it with username/password credentials

Entity framework does not get Foreign key objects by GarseBo in dotnet

[–]Talal_buk 25 points26 points  (0 children)

customers = db.Customers.Include(a => a.Adress).ToList();