-
I'm trying to get multichain address for test domain, but getting "Expected eth Address, but got recordNotFound"
checkDomain()
func checkDomain() {
guard let resolution…
-
Hello,
I've recently purchased this service and I've had a read through the documentation, in practice, I am using the domain availability API at https://api.dnsimple.com/v2/000000/registrar/domain…
-
I have a piece of code that aims to apply ACL
is there any instruction I should go through?
can you check the code, please!
`import sys
import ast
import os
from os import path
def Ad…
-
-
The codebase currently uses the following inconsistent terminology:
- Domain: In some places, this is a `(number, string)` tuple, in others, it is just the `number`
- DomainNumber: The `number` piec…
-
![22-04-28 16-44-13 0856](https://user-images.githubusercontent.com/15431693/165781070-89a4c723-1852-4417-b521-122123e6e99d.jpg)
```
root@archiso ~log/archinstall # cat install.log
Hardware m…
-
Setup and configuration is done and when I run ./start.sh. I get:
WARNING: Waiting 30s for internet connection. Press [X] to exit RainbowMiner
It never gets past this.
-
### Issue and Steps to Reproduce
When using the service worker, the access token is translated to a protected value for security reasons, and then converted back into the actual token when sending …
-
Hi,
after installing the plugin and restarting Grafana I get the message "Modified signature".
Windows 10, Grafana v8.2.5 (b57a137acd)
How can i fix this?
Cheers
-
```
$validator = new \SPFLib\OnlineSemanticValidator();
// Check an online domain
$issues = $validator->validateDomain('google.com');
foreach ($issues as $issue) {
echo (string) $issue, "\n";…