Andrey Filipenkov

Results 132 issues of Andrey Filipenkov

I tried to install Spacemacs and followed its instructions: ```sh brew install --cask emacs brew tap homebrew/cask-fonts brew install --cask font-source-code-pro git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d ``` Full install output: Last...

У меня macOS 10.12.6. 0.0.9.5 работает нормально, а 0.0.9.6 крашится при запуске, крашлог: ``` Process: blockcheck [4073] Path: /Volumes/VOLUME/*/blockcheck.app/Contents/MacOS/blockcheck Identifier: blockcheck Version: 0.0.0 (???) Code Type: X86-64 (Native) Parent Process:...

## Description Removes the need to call SDL counterparts manually when custom AppDelegate is used in the app. ## Existing Issue(s)

If you build only client (or server) with `cmake --build . --target vcmiclient`, then you receive crash on launch: > Cannot open dynamic library (./scripting/libvcmiERM.dylib). Throwing... because scripting libs aren't...

### New Issue Checklist - [x] Updated fastlane to the latest version - [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md) - [x] I read [docs.fastlane.tools](https://docs.fastlane.tools) - [x] I searched for [existing...

tool: deliver
status: waiting-for-reply
status: workaround available

### New Issue Checklist - [x] Updated fastlane to the latest version - [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md) - [x] I read [docs.fastlane.tools](https://docs.fastlane.tools) - [x] I searched for [existing...

tool: gym
status: waiting-for-reply

### New Issue Checklist - [x] Updated fastlane to the latest version - [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md) - [x] I read [docs.fastlane.tools](https://docs.fastlane.tools) - [x] I searched for [existing...

status: waiting-for-reply

### Description Building for iOS armv7/armv7s fails with the following error: ``` ninja: error: '../src/tbb/def/mac32-tbb.def', needed by 'appleclang_13.1_cxx11_32_release/libtbb.12.7.dylib', missing and no known rule to make it ``` This change fixes...

as a workaround I use: ```ruby :post_compile => Proc.new { |installer| system('find Rome -type d -iname _CodeSignature -exec rm -rf {} +') } ```

While podspec change isn't strictly required, I changed it from `>=` to `~>` for consistency with SPM.