Lun Wang
Lun Wang
show editing version like `editing 1.2.3` blocker #378
https://github.com/CocoaPods/Specs/blob/master/Specs/0/a/c/MLImage/1.0.0-beta3/MLImage.podspec.json https://dl.google.com/dl/cpdc/a0cc6d58741f3acc/MLImage-1.0.0-beta3.tar.gz the binary of MLImage can't convert to arm64sim ``` $ arm64-to-sim MLImage-1.0.0-beta3/Frameworks/MLImage.framework/MLImage Swift/ErrorType.swift:200: Fatal error: Error raised at top level: Arm64ToSim.IncorrectBinaryError() ```
**Describe the bug** A clear and concise description of what the bug is. When I try to generate changelog for my project, it's really slow after printing out `Fetching closed...
**Describe the bug** A clear and concise description of what the bug is. I'm not very sure if this is a bundler issue or issue of changelog-generator. currently, I encounter...
Don't know which method I can get my downloaded files (with URL or something) and the fileIdentifier is confusing, not sure if it's the URL or file name or something...
It's better if SessionView init and buttons init are moved outside, give us a delegate and datasource
When I check some theme, the git repo will track the themes
I've installed `podenv` and `rbenv-gemset` both with `homebrew` I tried to install a version of `cocoapods` Then `cocoapods` is installed in `/usr/local/var/rbenv/versions/2.3.1/gemsets/global/gems` It should be in `~/.podenv/versions` I guess. What...
I'm using AppCode recently, I've found AppCode doesn't support `podenv` Do you have any schedule about this?
The header of the scripts in `podenv` are all bash, can it be other? such as zsh or fish. or sh(I am not sure) ``` #!/usr/bin/env bash ```