I am creating a subaccount using command: near create-account 123.xyz.testnet --masterAccount xyz.testnet But it only generates the public key and private key,
I am new to Django and followed a tutorial to set up my venv now I am trying to startserver using manage.py I have sqlit3 installed and running when I run the f
Full Error: I am trying to establish a connection to a database instance in AWS EC2. I've spent hours looking at all the posts that exist on Stack Overflow an
I've been trying to build a Python code to input and pull data from a website. It had worked before, but there has been a change in the websites look and feel,
i use a php post to get the number of users in the telegram group <?php $post = array( 'chat_id'=>$chat_id); $ch = curl_init("https://ap
I have created a new laravel project in laravel 8. I have set up Sail installation correctly, everything working fine for database connection in local but when
I'm trying to make a dynamic regex that matches a person's name. It works without problems on most names, until I ran into accented characters at the end of the
The app I'm building requires push notifications. Naturally I followed all the docs from Firebase on how to add the right code and enable things for iOS. When I