apriori
apriori
Could you please provide instructions on how to get those definitions working? I see impl macro invocations hiding behind the "glam" flag but I fail to get them in scope...
Pretty much just ```rust trait RollingWindow { fn length(&self) -> usize; } ``` for all indicators. This won't hide the fact that all these indicators are essentially rolling window filters...
Currently triSYCL does not build with MSVC 2017, mostly due to unsupported __attribute__ statements used. An exerpt: ``` git grep -i noinline include/triSYCL/detail/instantiate_kernel.hpp: this function marked as \c noinline, otherwise...
Test case: ``` haskell append : Vect n a -> Vect m a -> Vect (n + m) a ``` Apply \d on append. Expected something like: ``` haskell append...
Test case (written manually, due to #10): Case split on xs: ``` haskell append : Vect n a -> Vect m a -> Vect (n + m) a append xs...
Hello, first thank you for this great crate. I am currently using your project to implement scripting support in a project using bevy. However, I got the following issue: -...