Jose Celano
Jose Celano
It seems there is another C library for arbitrary precision that supports transcendental functions: exp, log, pow, sin, cos, tan, asin, acos, atan, atan2 https://bellard.org/libbf/ https://github.com/rurban/libbf @rtheunissen do you thing...
I have found an implementation: https://github.com/darlinghq/darling-bc/blob/master/bc/libmath.b#L176-L241 I think it could be the one used by the underlying package used by the other PHP arbitrary precision package: https://www.php.net/manual/es/book.bc.php
Hi @alexxbb thank you for opening the issue. Could you paste the whole cargo test output? There must be something not parsed correctly in some tests.
If tests take long to execute I would prefer to run `cargo test` once and I would like to have both outputs (I guess, is there something missing in the...
Hi @zjp-CN I think I would just print the cargo test output while running and then the tree without pressing any key. If you want only the normal output, you...
> What kind of progress bar will it be? We don't know how many tests without running them I guess? I meant the `cargo test` output could be the "progress...
@da2ce7 should we include non-standard fields like this? or only fields included in official BEPs?
> @josecelano I think that we should have a set of "community" info dictionary schemas; some sort of whitelist format. In general if we find the format unofficial format somehow...
I can run the API with a self-signed certificate as described in: - https://letsencrypt.org/docs/certificates-for-localhost/ - https://docs.rs/torrust-tracker-configuration/latest/torrust_tracker_configuration/#generating-self-signed-certificates ```output cargo run Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s Running `target/debug/torrust-index`...
> Hi @josecelano. Do you generate the files in migration folder, or do you manually edit them? Hi @ngthhu , you can do it manually if you want. What I...