GusevAndrey

Results 3 comments of GusevAndrey

В итоге так и пришлось поступить: создать свою собственную аннотацию и полностью управлять ею с помощью собственного CLLocationManager. То есть пришлось повторно реализовывать уже готовый функционал, просто чтобы картинка была...

May be using existing --path argument: ```swift if visitor.useSTDIN { if let filePath = visitor.paths.first, !filePath.isEmpty { let filteredPaths = visitor.useExcludingByPrefix ? filterExcludedPathsByPrefix(in: [filePath]) : filterExcludedPaths(in: [filePath]) let isExcludedPath =...

@jpsim Hi Yes, `--use-stdin` lints the input read via stdin. And I speaking of case stdin provided by reading a file. To be precise, in my case I have number...