AlexBlack772

Results 6 issues of AlexBlack772

**What is the issue you are having?** Despite the limitation of the maximum cache size of 64 megabytes, the program consumes considerably more memory I'se set HardMaxCacheSize to 64Mb (see...

bug

Добрый день, Судя по коду (я не владею правда c++) в rhvoice есть поддержка тега вида break strength="medium" для добавления паузы в тексте. но почему-то при использовании RHvoice-test я никак...

I've faced with an issue that fastcache doesn't store value with length of exactly 512k ``` func main() { cache := fastcache.New(1024) var key, val []byte key = []byte("k") val...

``` $text = "'Quoted text!'.\nAnother line"; // Create a new instance $Sentence = new \Vanderlee\Sentence\Sentence(); // Split into array of sentences $sentences = $Sentence->split($text); var_dump($sentences); ``` End of the quote...

VSCode Version: 1.99.30034 Void Version: 1.3.10 Commit: 906502f6600146442d41bc314c2dd011c686941f Date: 2025-05-16T20:37:18.399Z (1 wk ago) Electron: 34.3.2 ElectronBuildId: undefined Chromium: 132.0.6834.210 Node.js: 20.18.3 V8: 13.2.152.41-electron.0 OS: Darwin x64 20.6.0 It seems the...

If contract is not verified and we use getsource method, etherscan returns following json {"status":"1","message":"OK","result":[{"SourceCode":"","ABI":"Contract source code not verified","ContractName":"","CompilerVersion":"","OptimizationUsed":"","Runs":"","ConstructorArguments":"","EVMVersion":"Default","Library":"","LicenseType":"Unknown","Proxy":"0","Implementation":"","SwarmSource":"","SimilarMatch":""}]} but etherscan-api could not decode it, and fails with an error...