I have a form that I use JavaScript to set the value of a hidden INPUT field which is the text of the OPTION selected. The $_POST captures the value of the OPT
I try to use CSS, im just install the tailwindcss with npm, and then i build the css and provide the output.css. But, when i use the bg-black class in button fo
I was trying to load a transformers model from huggingface to my local jupyter notebook and here's the code from transformers import AutoTokenizer tokenizer = A
I have this code in my discord bot using discord.py @client.event async def on_message(message): if message.author == client.user: return if mes
I don't understand why my app goes black after few seconds in android 11. This same app works well without producing this problem in android 8.1 This is the err
I'm learning React and, while following a tutorial I wonder why the #1 method doesn't console.log anything, while the #2 one does. Can someone please explain wh
Is there a way to build an apk for flutter in Android Studio? I have seen this guideline: https://flutter.dev/docs/deployment/android But here flutter console i
in this tutorial for python packaging tutorarial it is recommended to use setup.cfg over setup.py to declare dependencies. However on github under "Dependency g