battlmonstr

Results 41 comments of battlmonstr

I've implemented the suggested workaround: ```Swift class SwinjectResolveManyBehaviour: Behavior { private var names: [String] = [] func container( _ container: Container, didRegisterType type: Type.Type, toService entry: ServiceEntry, withName name: String?...

WIP here: https://github.com/battlmonstr/silkworm/commits/clangtidy Instructions: install clang-tidy into $PATH (e.g. from /Applications/CLion.app/Contents/bin/clang/mac or apt-get install) and CLion in /Applications/CLion.app (for extra macOS include files) run: cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON...

> if you wanted 1 of 5 options, or 2 of 5 options, or 1 option from a group of 3 and 1 option from another group of 5 @phlptp...

The related code has appeared here: https://github.com/chriskohlhoff/asio/commit/f0a1e1c7c0387ad16358c81eb52528f190df625c

@mscottmueller for now I've basically copy-pasted impl/co_spawn.hpp, renamed it to not conflict with asio::co_spawn, and reverted [this](https://github.com/chriskohlhoff/asio/commit/f0a1e1c7c0387ad16358c81eb52528f190df625c) there. That code was probably solving some other problem, but at least it...

CC @canepat this is in relation to what you've tried to explain about SetStatus

This is a bug, but unfortunately there's not enough information to be able to work on a fix. Workaround 1: For people who want to have a synced node and...

@ArielTM , which Linux flavour/version do you use? There's probably a bug in [this script](https://github.com/ledgerwatch/erigon/blob/devel/turbo/silkworm/silkworm_lib_path.sh#L57) on your system. Could you run it and see what it outputs using this command?...

@ArielTM Thanks for the update. I got confused, because the issue title was `amd64`, but your system is in fact `arm64`. Unfortunately ARM is not supported by this script. We'll...

@AskAlexSharov is there something like --batchSize for LogIndex?