I'm newbie in Laravel, and follow a free course in Laracast. This is link of my course my_cource (episode 11 at 2:49s). Summary of my problem: I'm trying to mak
Websocket is refusing to connect in my project and showing me this message (index):12 WebSocket connection to 'ws://127.0.0.1:8000/ws/chat/[object%20HTMLScript
I have a UITextView. I want to post the string written in this textview to the API in accordance with the HTML structure. For example, I want
I would like to merge my program, yet the same error pops up every time: An exception occurred during merging: ILMerge.Merge: Could not load assembly from the l
I know there are lots of similar question to mine but for my situation none of them worked! I have table with 4 columns and I have set @PrimaryKey(autoGenerate
function mint(uint256 addr, uint256 id) public payable { require(id < 10000000000, "id invalid"); require(saleActive == true, "Public Sale not active