Tobias Rittig, Ph.D.

Results 10 issues of Tobias Rittig, Ph.D.

Some smaller improvements for the documentation: 1. When reading the `multijitter` plugin documentation I stumbled upon an odd reference ("from Pixar" vs 1967). It seems like Google Scholar had a...

### `gridvolume` - `configure` was not called from the default constructor - the sine/cosine lookup tables were wrongly filled on the last element. (used in UInt8 data representation) - the...

I just wanted to raise awareness for spectral images that contain more than 3 channels. Tev now nicely shows the individual channels next to each other and one can scroll...

I recently updated my tev binary (Windows, pre-built) from `v1.17` to `v1.19` and experience a consistent high CPU load of tev (1 thread, 100%). This happens even if I just...

I recently started using the `Suspect` list to track the (many) people I encounter hacking. And I had a few ideas how to improve the list: - [ ] Record...

enhancement

I had the problem that the `onmidimessage` was never registered on my device when I had only one connected. This PR triggers the `onChange` event on the `input_list` such that...

Fix for #21 Started with `Projects` and will port the same mechanism to the other sections as well. But feel free to give some feedback already, especially on the typescript...

The return value of `process_event` is already nice to determine if an event _has been_ processed or silently dropped. ```c++ bool sm::process_event(event) ``` When working with user interfaces though, you...

Is there any way to make OpenCL (quite a heavy chunk to the otherwise small and lightweight library) _fully_ optional? I see you have a CMake option to not use...

good first issue

I tested Trello.NETs reaction on an offline **async** application, by unplugging my network cable. As result i got an AggregateException which was an effect of the in the title mentioned...