I have a problem submitting comment form for not signed in users. When I try to submit the forms, it is giving me an error - ERROR: please fill the require
I have my Node/Express server running. I have the main server.js file where most of the code is for the server. Now I want to separate out the routes into a s
I have created a button style defines in the themes.xml as below: <style name="MyAppTheme.Button" parent="Widget.AppCompat.Button.Colored"> &l
I'm trying to implement cooldown to my command handler in my Discord bot, but I'm stuck. The cooldown itself works, but when I try to use a command that is dif
We want to build up a component library with Angular. The component library will live as a dependency which can be pulled from npm. In this component library we
I want my flutter application to use .tflite model to classify audio recordings. However my model input is spectrograms (not audio files). Is there a way I can
I'm trying to create a link to a section of the README file of my Bitbucket repository. The following works as expected on GitHub, but not on Bitbucket. What am
In Microsoft Access, I have a table where number of hours worked per weekday are associated to a project number, ISO-week number and year. Simplified, it looks
I have created a socket client in python that is meant to receive data from socket server (which is sending data to client at constant time interval) and constr