Martijn Thé

Results 18 issues of Martijn Thé

Suggested Fix: Check if the Info.plist from the zip is in the root folder (Payload/xxxxxx.app). For example (lines 104 / 105): ``` if (($fileinfo['basename']=="Info.plist" && preg_match('/^Payload\/[^\/]+\.app$/i', $fileinfo["dirname"]) == 1) ||...

Ideally, I would like to be able to run the main executable in gdb/lldb directly to debug a test, instead of having to open gdb/lldb in another terminal, run `target...

API
Runtime
Discussion

I'm trying to use `ParameterizedTest`. So far so good. In the output I just see the same `suite::name` being logged every time for each parameter. Is there a way to...

Bug
Minor
Runtime

It would be nice to be able to write... ``` Test(simple, xyz, .only = true) { ... ``` ... which would run only this test case. I would use it...

Minor
Enhancement
API

In your [blog post](https://medium.com/pinterest-engineering/pinterest-ktlint-35391a1a162f) , you mention having a plugin for arcanist. Supposedly it’s only 65 lines of php code. Nonetheless it would be nice to not have to reinvent...

enhancement

The [JS API doc] of Illustrator (2017) contains `typename` fields for almost (if not all) classes. Theses are missing from the `.d.ts`. I guess they're missing from the .xml definitions...

What's the best way to mock functions that take references/pointer arguments that usually point to temporary (stack allocated) variables? If you have a lot of this in your code, making...

Feature

Poedit: free, Version 2.2 (5561) Platform: macOS High Sierra, 10.13.6 (17G65) Steps to reproduce: - open a .po file - scroll in the list of translations - save - observe...

macOS

When converting SVG artwork to PDF with `cairosvg`, I noticed that strange artifacts appear in the rendering of ``s. FWIW, the artwork was created with Adobe Illustrator CC 2017.1. Output...

bug

I'm wondering what your thoughts are w.r.t. sensors that require a calibration process involving the user (for example the well known "compass calibration dance"). Is the environment that hosts the...