Marius Kintel

Results 92 issues of Marius Kintel

This issue tracks remaining issues related to the experimental SVG import TODO: - [x] Add some svg import test cases - [x] Clarify how to handle intersection of multiple imported...

PR: Tests missing 🛑
Tag: SVG

On Mac OS X (only tested on 10.7.5 so far), this message shows up on startup: OpenGL Program Validation results: Validation Failed: Current draw framebuffer is invalid. The message comes...

OS: Mac OS X
Dep: OpenGL

Don't perform a union in the following cases: - Separate root objects - `for` loops: A `for` loop will create a list of separate object passed on to the parent...

Type: Enhancement

I'll describe by example: o I want an RMMapLayer which contains a rotated CGImage o Since mapbox modifies layer.transform manually (because of screen rotation), I put my CGImage in a...

enhancement

This is a rewrite of #7 which should fix #8 in a better way: * Checks frame length and only populates the particle fields when large frames are received *...

The sample app test (https://github.com/googleapis/cloud-trace-nodejs/blob/master/samples/test/test.js) really just checks that the sample app process starts, not that it does the right thing. This caused #1246 to go undetected for an unknown...

type: process
api: cloudtrace
samples

See this code fragment: https://github.com/adafruit/Adafruit_IO_Arduino/blob/e2b69fdee825a432c29cf140fdb92ba3a4ea02f7/src/AdafruitIO.cpp#L154-L159 `_err_sub` is only initialized if it's non-NULL, which is the opposite of what I'd expect. Same for `_throttle_sub`. As an aside, this will never actually...

Have you considered adding support for SSL in the http server? I'm considering using this for pull information out of a native app, initiated from a website. Websites should always...

enhancement

QGraphicsView supports basic rubber band selection, but it's limited: - Extending an existing selection doesn't work - It looks like it uses bounding box selection as default. Not sure if...

Feature

This includes drag & drop to the app icon.

Feature