Results 170 issues of Moritz Mœller

I saw in the readme that field of view is (intentionally) not part of this. But could it be? Framing an object (smoothly) based on its bbox/bsphere is a common...

When trying to build on macOS 10.15.4 I get this: ```console error: multiple packages link to native library `clang`, but a native library can be linked only once package `clang-sys...

## Context After using ``zappa init`` with all defaults, ``zappa deploy`` fails. ## Expected Behavior ``zappa deploy`` should succeed, initially, after a ``zappa init`` accepting all defaults. ## Actual Behavior...

Requires DM-/DM+, DI-/DI+ first. I started implementing all of them [in my fork](https://github.com/virtualritz/ta-rs/commit/55ea74919c5370845f5d524a3066d39ad5059f50) as I need them for the project I'm working on. While they're all there now I haven't...

PR is made of three commits for eventual cherry picking: 1. `data_item.rs`: - Made `DataItem` fields public and added `Default`. - Added `DataItem::is_ok()`. - Exposed `DataItemBuilder` and added `Default` (related...

... and return `Self` instead of `Option`. I.e. put the bounds checking that currently happens w/o opt-in inside each `period`-based indicator's `new()` method at the discretion of the crate user.

Just for example, `OnBalanceVolume` uses only `close` and `volume`. Yet I need to build a complete `DataItem` using the `builder()` method. And this runs the validation `if` clause in `DataItemBuiler::build()`...

I get *some* `#define` constants from a C header missing in the generated bindings when building on Linux vs. macOS. The constants in question, all starting with the `TA_INTEGER` prefix,...

Could you comment on the linearity of the sRGB values the functions take? 8bit/component sRGB is usually non-linear (baked-in 2.2 gamma) because 8bit is not enough to store colors without...

Rationales: 1. The code can probably be parallelized and, if fast enough, would allow creating the table on a client on first run or even on every run. 2. The...