Robin Macharg
Robin Macharg
I'd also like to be able to prevent tabs collapsing on the second click. Not sure if that feature already exists?
> I think offering a fallback for using a custom color picker is the most feasible option, however if you ever need that, why just don't use the other library...
I'm looking for the same kind of thing: a JSON diff and customizable SAX-like patch library. I've found a Swift patch library here: https://github.com/EXXETA/JSONPatchSwift, but no accompanying diff, and no...
To save a click-through for anyone landing here, CMD-SHIFT-P -> Open Settings (JSON), and paste the following into the top level of the JSON: ```JSON "workbench.colorCustomizations": { "minimap.background": "#ffffff33" }...
If you're using a target's convenience scheme (i.e. [`TargetScheme`](https://github.com/yonaskolb/XcodeGen/blob/master/Docs/ProjectSpec.md#target-scheme)) you can add a `management` section to either the target directly or, to apply to all targets, to a `TargetTemplate`: ```yaml...