Christoph Schulz

Results 9 issues of Christoph Schulz

There are some issues with using box2d.js in a Node.js environment: - it's not exported as Node.js module - Mocha detects `Error: global leak detected: Module` The fixes are easy,...

Disclaimer: I am aware that this library is tailored toward games. Moreover, this issue could result in some bikeshedding, so sorry in advance! Coming from [set theory](https://en.wikipedia.org/wiki/Set_theory), one thing that...

Luban uses mouse bindings which are pretty much unknown to me. This is an issue when switching applications. There are a couple of other mouse models and it would be...

Type: Improvement
Category: UX

This PR propagates `serde-1` to `indexmap` and implements a custom serializer for `(N, N)` tuples, i.e., edges (`[Source, Target, Weight]` array format). The custom serializer is required for `serde_json` to...

I really like IQM for being simple, yet some aspects are quite a pain: 1. Validation is not specified (`ofs_` may not be within file bounds) 2. Some fields are...

The `update` method has weird logic (see below). Moreover, it does not return `this`, as suggested in the documentation. If you want to keep setter and getter merged, you could...

I would like to be able to read and write [EXIF](https://en.wikipedia.org/wiki/Exif) meta data, especially for PNG and JPEG. My specific use case for this functionality is a) storing/loading configuration within/from...

kind: enhancement
kind: API

Momentan ist es so, dass Calls händisch `FunctionName` und `FunctionIndex` pflegen müssen (String/Integer). Das ist ein Problem, besonders bei vererbten Calls. Eine Mögliche Lösung wäre statische Variablen als Identifier für...

enhancement

IMHO, the `ScreenShooter` module has several design and usability quirks. In the following I will try to list a few issues and possible solutions: # Relation to the graph The...

enhancement