helloworld

Results 10 issues of helloworld

当首次初始化FSCalendar后,设置周模式,并且firstWeekday = 2(周一为第一天), 此时获取到的currentPage 并不是当前周的第一天,而是中间时间, 问题出现在FSCalendar所有版本中,测试demo使用Example-Objc中的FSCalendarScope Example页面,初始化后首次获取currentPage 数据出错,调用calendarCurrentPageDidChange一次后数据恢复正常, 跟踪源码发现是 class : FSCalendarTransitionCoordinator method: createTransitionAttributesTargetingScope line : 277 行 createTransitionAttributesTargetingScope 函数中 在设置targetpage时,如果是周模式用的是fs_middleDayOfWeek函数获取时间,月模式是fs_firstDayOfMonth获取, 并在后面逻辑赋值给currentPage, 不知道您是出于什么考虑,此处导致初始化后, 首次currentpage数据是周中时间,而非首天时间 希望可以获取您的技术支持

python3x或python2都试过了 报错: Requirement already up-to-date: wcwidth in /Library/Python/2.7/site-packages (from -r requirements.txt (line 19)) (0.1.9) Requirement already satisfied, skipping upgrade: frida=12.8.12 in /Users/lichenguang/Library/Python/2.7/lib/python/site-packages (from frida-tools->-r requirements.txt (line 7)) (12.8.20) frida-tools 7.2.0...

git clone 代码不全,提示the remote end hung up unexpectedly

[crash链接](https://pan.baidu.com/s/1ujntgTHSeYy9OzODMVVR5Q), 使用工具是frida-ios-dump 和iOS App Signer, 通过ifunBox安装到越狱机,

code 如下: `self.originLabel.sd_layout .leftSpaceToView(self.priceLabel, 5) .centerYEqualToView(self.priceLabel) .heightIs(20); [self.originLabel setIsAttributedContent:YES]; [self.originLabel setSingleLineAutoResizeWithMaxWidth:200];` setIsAttributedContent 和 setSingleLineAutoResizeWithMaxWidth方法共同使用时候,SDAutoLayout库在执行layoutAutoWidthWidthView方法时,会执行[label sizeToFit]方法,导致已经设定的height被修改.有没有其他方式来避免这种问题

是这样的,我使用您提供的Reveal2Loader可以正常使用,但是我测试了其他的各个软件源提供的RevealLoader或者Reveal2Loader,都无法使用, 查看过您的blog,说是替换了Library->Frameworks里面的RevealFrameworks,但是我安装其他的RevealLoader或者Reveal2Loader,这个路径下都没有完整的RevealFramework文件,只是一个codesignature的文件,请问为什么会产生这样的差别,是这个原因导致的我使用其他的插件无法连接到应用吗?

**Describe the bug** fail to install xcode15-beta6 **To Reproduce** 1. open the xcodes and login 2. install xcode15-beta6 3. alert the error:"The operation couldn’t be completed. (ProcessExecutionError(process: , standardOutput: "",...

bug

When the class Pod::Podfile::TargetDefinition merges use_modular_headers_hash and inhibit_warnings_hash, if the inherited class overrides the settings of the parent class, it will cause the final stored data to exist in both...