I am trying to create a list of unique patients who have left comments. The code words fine until I upload to heroku where it doesnt work in postgresql. This
We're publishing some events to Azure Service Bus and using Azure Function App as an event handler. From the Azure Function App we need to make some outbound ca
I am trying to stream video and audio from my webcam connected to my headless Ubuntu server (running Maverick 10.10). I want to be able to stream in WebM format
I am building a blog with reactjs. I want to implement facebook share for the articles. However when I try to share an article in the facebook post there is no
This is my code. If you respond please include full code, i am bad at replacing things. import pygame white = (255,255,255) black = (0,0,0) orange = (255,165,0
I have some problem when installing truffle. I used this instruction: npm install -g truffle But I'm always met with this error like below screen: Several tim
I have a component that uses the react-day-picker component. I wan't to have a datepicker where the year and the month can be increased or decreased seperatly.
I'm struggling to understand when and why exactly useReducer has advantages when compared to useState. There are many arguments out there but to me, none of the