pipeline { agent { label 'label' } environment { AWS_ACCESS_ID = credentials('aws-access-key') AWS_SECRET_KEY = credentials('
So I'm struggling to pass "polygonNFTs" to another file. I need to find its number to decide give user permission or not. its working in index but not in navbar
I have this code: #!/usr/bin/python3 def contract(e, i, c, n): l = len(e) grid = [[0 for i in range(i + 1)] for x in range(l)] for num1, row1 in e
I've 2 instances of Odoo v13 Enterprise which present the same problem. When I click on the many2one field, the edit view opens on the bottom of the page, not o
I'm trying to implement a retry loop in Bash and it's not working the way I intended. I'm trying to repeat a command until it's successful. When the command suc
How can I save the pre-trained model into a pickle file? I am working on the rembg model for background removal, But I don't know how to save the model into a p
From what I know , an asynchronous send (MPI_Isend) changes to a synchronous one (MPI_Send) when the buffer is full , so it must wait until appropriate space is
I want to create 3D scene with water like in this example three.js shader ocean or water but I have to create this in react-three-fiber library. I already searc