I've deployed a local docker registry. It uses a self-signed certificate. When I'm trying to run buildpacks task, I'm getting this message: x509: certificate si
The last line of this code fails: A = np.random.rand(d, d)*5.0 b = np.random.rand(d)*10.0 m = gp.Model() x = m.addMVar(d, name='x') y = m.addMVar(d, name='y', v
I need a handler for bot that will take a group of photos and videos, and will send them in one message along with the text to the group. The code below sends o
I have 4 files in resources folder of my project. I want them copied to every pod in Kubernetes. I can read them as stream and write it to pod local location fr
I'm using the following code to rotate log files. If the Log.txt file is different than the current date-time (based on file property .DateCreated), the file is
I have a google sheet here: https://docs.google.com/spreadsheets/d/1cRIUX5lwJVkr_INcXj_rawndSzGlVHalliaIfEZXZzI/edit#gid=1511798751 In the Search sheet I have a
So I have Users and Some data of those users. I want that logged in user can access only to his data. So If two users are logged in they access only to their da
In a Spring YAML configuration file, I need to have a parameter like csv: file: pattern: /some/path/${app-name}.csv where the ${app-name} is dynamically