I have a c# project and I'm trying to update a single value of an object using FireSharp. However, when I do, it deletes the other objects that are strings. tld
I'm trying to invoke the following solidity function from ethersjs (it takes another contract as argument): function getReservesData(IPoolAddressesProvider prov
I'm trying to import data from a SSAS Cube using PowerQuery. My problem is that when I try to filter it by year column and import it, it always gets the whole c
I am using keras.utils.text_dataset_from_directory (see code). when I reach model.fit I get a warning about input dimentions and a error (that I think has somet
I make one python script to make fractal image. I try to use pp python module to make faster this source code. The big issue is: image.putpixel((x, y), (i % 8
My web app stores all timestamps in UTC without time zones. I have a shell/psql script that returns a list of recent logins, and I want that script to display l
I have a my_module.py file that implements my_module and a file test_my_module.py that does import my_module and runs some tests written with pytest on it. Nor
I have Model Based on DataBase and here it is //------------------------------------------------------------------------------ // <auto-generated> //