Luiz Silveira
Luiz Silveira
ifs_fractal]$ RUST_BACKTRACE=1 ./target/release/ifs_fractal thread 'main' panicked at 'attempted to leave type `std::mem::ManuallyDrop` uninitialized, which is invalid', /build/rust/src/rustc-1.44.0-src/src/libcore/mem/mod.rs:661:5 stack backtrace: 0: backtrace::backtrace::libunwind::trace at /build/rust/src/rustc-1.44.0-src/vendor/backtrace/src/backtrace/libunwind.rs:86 1: backtrace::backtrace::trace_unsynchronized at /build/rust/src/rustc-1.44.0-src/vendor/backtrace/src/backtrace/mod.rs:66 2: std::sys_common::backtrace::_print_fmt at...
Can you please update? I want to see the map example working for me to figure out how to use additional highcharts modules... thank you
Thanks for sharing the good work. I'm looking at the C++ version: I'd give a suggestion for you to accept more key types. double, float, int, long, ... Also, a...
I'm using an updated Archlinux on a Raspberry Pi 1 B+ and compilation attempt is: [root@SmallPi Tests]# make QPU=1 GCD Compiling GCD.cpp In file included from ../Lib/QPULib.h:6, from GCD.cpp:2: ../Lib/Source/Ptr.h:...
Thanks for sharing this lib. I'd like to suggest the possibility of setting the cpu affinity for more than 1 cpu. (set_for_current would receive an array or vector instead of...
Thanks for sharing your work! It would be cool if you could include an example on how to use those bindings on the Rust ecosystem -- maybe on Yew or...
I saw that people keep submitting PRs to fix the same things and you didn't accept any of them in more than 6 months. Should we use timrc-git/mdbm instead? Thanks,...
Thanks for sharing this code. It may be a good idea to document what packages should be installed and what are the tools versions you know this example to work....