MonsieurNicolas
MonsieurNicolas
It looks like the way to extract fields in F# would be done like this @SirTyson : ```F# open FSharp.Data type ConfigSettings = JsonProvider let json = """{ "ConfigSettingsEntries": [...
There is probably a problem with those config files, so somebody with more docker experience should chime in. Could also be a problem with the host? You should probably try...
Agree. I think for BucketsDB the benefit is batching should allow us to take advantage of the order of keys and reduce random seeks (and may also yield benefits down...
setting aside that this probably does not belong to core's codebase (it sounds like just a script to generate config files?). Can you maybe explain better when this is actually...
https://github.com/stellar/stellar-core/pull/3509 was merged some time ago (warn), we should probably enforce this now
Can you add an xdr example of what you're trying to do? Fishing around in the above links, it looks like it's when there is already a discriminant outside: ```c...
Let's not backport `-uptr` to C++17 just yet. We didn't (could not? @graydon ) do a proper eval of the C++20 version, and I don't know if it's what we...
Cool. @philipmather Have you looked at https://github.com/stellar/packages ? This may be a better place to track this kind of work as it’s dist related
would that check never work for vnext? Like when we release 20.0, vnext will want to have a protocol version that is 21
waiting to hear from the Horizon team before we can merge this