I followed this page: https://developer.android.com/about/versions/13/setup-sdk to set up Android 13 SDK. In my build.gradle: android { compileSdkVersion("T
I'm trying to deploy a nodejs with expressjs app. My pipeline is this: This create a correct artifact: We can check here: Now I create this release that uses
I am trying to train a LSTM neural network for text prediction. I have a dataframe with 3.5 million chess games written as strings. For examples: I have parse
I use Java Spring Framework and MongoDB in my project. I create a PasswordRecovery object and save it in MongoDB document using the MongoRepository. When I try
I have a problem with numpy. I receive this when I try to run my main.py file in visual studio. import numpy as np ModuleNotFoundError: No module named 'numpy'
I'm trying to add 'av' between consonant and vowel, but only if after one consonant I have one vowel. Example: 'Hello all' will be something like 'Havellavo all
I've made plenty of buttons and I can't figure out why this one won't work. My hierarchy is set up like this: View -> Scroll View -> Subview -> Butt
I would like build custom Dockerfile, but i've this message : --> Starting build app ERROR: The Compose file is invalid because: Service
I am pretty new to azure, and struggling with the python function triggers from eventGrid. I am using ready templates created from azure for python and getting