I have created a class(object) connection_manager using socket TCP in a module (connection.py): #file connection.py HOST = "127.0.0.1" # Standard loopback inte
I trying to map xml element object to string by using @XmlElement sample xml: <element1> <element2> <element3> text </element3>
I have recently upgraded my React application to use webpack-dev-server: 4.8.1 however now my application is stuck in an infinite refresh loop when trying to st
So im definitely close to exactly what im looking for on this. Basically, I have users, and for security purposes, I want their usernames to be randomly generat
When starting my NestJS application I am getting the following vague error: Data type "Object" in "MyEntity.undefined" is not supported by "mysql" database. B
I am using react navigation version 4. My goal is to hide the tab bar navigator only on the done screen. neither tabBarStyle: { display: "none" } nor tabBarVis
I am trying to create a permanent slug domain for my website to be a Twitch callback URL for OAuth 2.0 so I can display my livestream when I am live as well as
I'm trying to load data into a dynamodb table from input variables. I'm using locals to manipulate the input data into the correct shape for loading into my ta
I am using a library in my sdk. A user might also use that library for his project. In my SDK, that library only works for specific version. So, if user is also