Results 281 comments of Moritz Mœller
trafficstars

Yes, that one will work for many cases. Not sure if those bitshift ops will end up being faster than a rng lookup though. However, after you add #12 and...

Cool. `-sys` is correct for RAW binding crates. But `-rs` for anything, including hand written, canonical Rust APIs over `-sys` crates is not. My guess is that the authors of...

In the context of this crate I would assume you feed this `fov` and `frame aspect` (the latter is optional, needed only if non-square). `fov` is usually vertical if the...

Yes, sorry for not being more precise about this. The name of the crate very much suggests this too and so I both get and second the idea that anything...

For macOS, how about adding code that automatically turns `this_name` in `Cargo.toml`'s ` [package.metadata.bundle]` section into `CFBundleThisName` in `Info.plist`? For example, I need: `CFBundleSignature` `CFBundlePackageType` `CFBundleExecutable` Asking for each of...

First time Zappa user on MacOS. I get the same error. No idea how to proceed. Edit: `zappa tail` hung after dumping some meaningless errors. But doing a ``` zappa...

Created [a PR](https://github.com/greyblake/ta-rs/pull/53) for your consideration.

My [PR](#53) now also includes all three new indicators merged from @menkaru's resp. branches.

@menkaru, is your branch for `QuantitativeQualitativeEstimation` WIP/unfinished? The `indicators::quantitative_qualitative_estimation::tests::test_next` for this feature fails for me: ``` thread 'indicators::quantitative_qualitative_estimation::tests::test_next' panicked at 'assertion failed: `(left == right)` left: `(44.52, 24.53)`, right: `(46.11,...

What does "pretty much done" mean? You consider it close enough and won't touch the code or minor tweaks are needed to fix? In the former case we could just...