V01dZer0
V01dZer0
Tested in simulator 6.1
Got same error, and fixed with: ``` # cent os 7 yum install epel-release -y yum install libsodium -y # macOS brew install libsodium ``` then restart with ``` python3...
And another problem is when call start script with content ( named start.sh): ``` #!/bin/sh # this is start.sh python3 main.py -s channel -p port ``` in python: ``` subprocess.check_output(["sh",...
@beelsebob I didn't find **escapeRecogniser** in CoreParse project, did you mean **escapeReplacer** ?
@beelsebob I see the escapeReplace covers the work shouldQuoteEscapeSequence can do, so forget shouldQuoteEscapeSequence, it's a bad idea. But you may want to merge commits of .gitignore and remove local...
@chrisRidgers, The fix works, you saved my life, thanks a ton
Hello raffael: Now blur 'fade out' and 'fade in' animation can be done with this code: ``` [_blurView setAlphaValue:0.0f]; [self insertSubview:_blurView belowSubview:_anotherView]; [_blurView setAlphaValue:1.0f animationDuration:animationDuration timeFunction:timeFunction completionHandler:^{ ;; }]; ```...
How's this issue going on? Still got an error today.
> The command would be: > > ``` > ord --index-sats index > ``` That's the right resolution. @say-sar this issue should be closed.
"Digital artifacts are complete. An NFT that points to off-chain content on IPFS or Arweave is incomplete, and thus is not a digital artifact." --https://docs.ordinals.com/digital-artifacts.html Casey doesn't like off-chain.