Danila Vershinin

Results 75 comments of Danila Vershinin

I believe it's from [here](https://github.com/xmrig/xmrig/blob/69590f9777a56cb1bcd32c39cfd1049a1c6348ad/src/core/Miner.cpp#L379). The priority is being incremented by 1 then in the `switch` statement of `setThreadPriority` function it is already 1 instead of 0? Thus ending with...

I thought it was nice until I found the same issue. Even with a quite newish bash (e.g. CentOS 8), most scripts are useless when obfuscated by bashfuscator. Found [`shc`](https://en.wikipedia.org/wiki/Shc_the_shell_script_compiler)...

I could, but "Only those with [write access](https://docs.github.com/articles/what-are-the-different-access-permissions) to this repository can merge pull requests". The changes to readme are so minor, I'd think just manually repeating them on master...

Just stumbled on this too. Everything is working but the error: > Failed to read cache clean timestamp /var/cache/pagespeed/!clean!time!. Doing an extra cache clean to be safe. ... is being...

@jmarantz It is coming out once, but as per @Project0 I'm not surprised it may be also multiplied by the number of workers. While it won't pollute the logs too...

CentOS = Community *Enterprise* Operating System. By compiling on it, you're giving up SELinux, packages, and overall security. Or, in other words, you take out the "Enterprise" part and turn...

@michacassola if you just want to get the latest stable version source, you can use [lastversion](https://lastversion.getpagespeed.com/): ```bash lastversion apache/incubator-pagespeed-ngx --source #> https://github.com/apache/incubator-pagespeed-ngx/archive/v1.13.35.2-stable/incubator-pagespeed-ngx-v1.13.35.2-stable.tar.gz ``` Or even: ```bash lastversion download apache/incubator-pagespeed-ngx ```

Isn't all that is needed now is simply [tagging another release](https://github.com/apache/incubator-pagespeed-ngx/releases) "v1.14.**36**.1"?

Well, that's what I thought: > I think the gotcha here is that `LoadFromFileCacheTtlMs` controls cache TTL for the module's internal caching system But my test environment is an idle...

Using relative paths like `../..` for URLs is discouraged. Think when it's downloaded locally. Not only user can't easily follow links, it's just less readable.