Results 10 issues of Ernest0N

Пытаюсь вручную вычислить позицию камеры и зума при котором будет видна некоторая прямоугольная область, зная, что в SDK есть метод `map.camera(for: bounds)`: ```swift // на вход передаем visibleCoordinateBounds: YMKBoundingBox let...

### What problem or need do you have? ⚠️ It is very annoying and seems redundant to see a long list of logs for each target in which not a...

good first issue
type:need/problem
💎 Bounty

# Report ## What did you do? I tried setting for Danger ruby: ```shell export DANGER_BITBUCKETSETSERVER_HOST = 'xxx' export DANGER_BITBUCKETSETSERVER_USERNAME = 'yyy' export DANGER_BITBUCKETSETSERVER_TOKEN = 'zzz' bundle exec danger ```...

BitBucket

**Describe the bug** If you add an environment variable in the `env` table (in the .toml file), the value of which is computed through the [command](https://mise.jdx.dev/templates.html), then when you call...

bug

### What problem or need do you have? I want to be able to control the input data for caching the project manifest. **Motivation:** In the manifest files I have...

type:need/problem

### What problem or need do you have? Tuist uses a limited set of Xcodebuild options to build and test my project. And does not allow me to pass additional...

type:need/problem

### What happened? I have two almost identical SPM packages (for different platforms), with different product names. **But the targets in the products are the same.** ```swift // iOS Package...

type:bug

I would like to be able to specify `aliases` for built-in scripts in the mise configuration, so as not to specify the full path to them or parameters for launching:...

enhancement

### What happened? I was encountering an invalid manifest cache issue that was resulting in the following error: `JIT session error: Symbols not found` Removing the `~/.cache/Manifests` and `~/.cache/ProjectDescriptionHelpers` folders...

type:bug