Lukas Kollmer

Results 16 issues of Lukas Kollmer

it'd be nice to have an option to disable the output panel

When making a request to a gRPC method returning a message that contains an integer, the JSON structure printed to stdout wraps these numbers in double quoues. E.g.: ```bash >...

input: ``` ( "", "", "", "", "", "", "", "", "", "" ) ``` output: ``` Line 4, Column 41 "", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ Expected: whitespace in constraint instance Expected: 'h'...

enhancement

Is there a way to, given a name and a payload, manually construct an instance of an enum?

**Is your feature request related to a problem? Please describe.** It sometimes is somewhat difficult to quickly read the timestamps displayed in the seek thumbnails (see screenshots below), because they...

enhancement

**Is your feature request related to a problem? Please describe.** Up to 2x, playback speed can be increased in increments of 0.25, but above that it can only be increased...

enhancement

Please add support for the dark theme in OS X Yosemite. Currently, when the dark theme is activated, the ClipMenu icon is just barely visible. Normal mode: ![](https://dl.dropbox.com/s/1pxtcqia4qcwe0q/Screen%20Shot%202014-10-27%20at%2019.44.09.png?dl=0) Dark mode:...

### How frequently does the bug occur? Always ### Description Consider the following model: ```swift class Note: Object { @objc dynamic var user: User? } class User: Object { let...

T-Bug
O-Community
SDK-Use:Local
Frequency:Always
Repro:Always
Encryption:Off

### How frequently does the bug occur? Always ### Description Consider the following program: ```swift class Foo: Object { @Persisted var map: Map } class Bar: Object { @Persisted var...

T-Bug
O-Community
SDK-Use:Local
Frequency:Always
Encryption:Off