Simardeep Singh

Results 17 comments of Simardeep Singh

Hello @matubu, Thank you for reporting this issue. It seems like the 'gun/lib/time.js' module is trying to access a property of `Gun.node` before it's defined, hence the `TypeError: Cannot read...

Define a Custom pytest Mark: You can create a custom pytest mark, let's call it @pytest.mark.requires_network, to indicate that a test requires access to the public network. python Copy code...

I apologize for the misunderstanding, Tomasz. As an open-source developer, your contributions are indeed individual but extremely valuable. The changes you’ve suggested regarding the hardcoded Python interpreter name and the...

Fork the Repository: Go to the GitHub page of the repository you want to contribute to and click on the ‘Fork’ button at the top right corner. This will create...

Hi @SanJoseCosta and @anneadb, The issue you're encountering during the installation process seems to be related to the installation of the 'numpy' package, which TensorFlow relies on. The error log...

Hi @jfagoagas, Thank you for reaching out with your query about NACL configurations and Prowler findings. In your described scenario, you have a Network ACL (NACL) with a rule that...

The error you're encountering, "kubelogin not found," suggests that your Azure Function environment doesn't have the necessary tools or configurations to perform authentication via kubeconfig with kubelogin as the authentication...

from kubernetes import client, config # Load Kubernetes configuration from default location (e.g., ~/.kube/config) config.load_kube_config() # Define the namespace and ConfigMap name namespace = "test-ns" name = "test-cm" # Create...

Title: New Feature Proposal - User-Friendly Interface I'd like to propose a new feature that would greatly enhance the user experience of our software. Currently, our interface has several complexities...