mostafa-v
mostafa-v
here is the code of release method in my custom subscriber class: ``` def release(self): if self._subscription and self._subscription.subscribed: self._subscription.unsubscribe() if self._publishers: message = RedisMessage('Bye') self.publish_message(message) # I want to...
Thanks That repository is updating more frequently than this. what do yo mean by part of it? Do you have more info? Why telegram is not promoting Telegram X? Is...
As peter himself said: The source code for Telegram X will be released eventually, no later than the first official public release of the app. [https://github.com/peter-iakovlev/TelegramCore/issues/11](url)
Hi I had multiple versions in the past, but now I only have Xcode 15.1 installation. `$ swift --version swift-driver version: 1.87.3 Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) Target: x86_64-apple-macosx13.0`
I can't share my project but I'll try to reproduce the issue in another project.
The error didn't happen in a sample bazel project. So it means there is some problem with my project. here is my .bazelrc file. could it be something related to...
.bazelrc file seems irrelevant to the issue. I don't have any idea even where to find a clue.
anyway even in the sample project, the FirebaseAnalytics framework is built with swift 5.7.1. I can't figure out how it is possible since my swift version is 5.9.2.
> Can you share your sample project? https://github.com/mostafa-v/bazel-ios-swiftui-template
@cgrindel As I said, the sample project builds without error, but it still builds with swift 5.7.1 as I looked into swiftinterface files. I suspected that my main project didn't...