Bogdan Gusiev
Bogdan Gusiev
### What's the uncaptured output? ### Summary The `-q` option hides failed tests from output ### PoC ``` $ make test-without-building xcodebuild test \ -project TrueArt.xcodeproj \ -scheme TrueArt \...
Currently when yard generates docs it attaches the following footer: ``` Generated on Tue Nov 19 15:01:10 2024 by [yard](http://yardoc.org/) 0.9.36 (ruby-3.3.5). ``` Which is not enough to understand which...
Floating point operations causes too much problems when comparing values. Is it possible to add support for discrete values in form of `Int` value?
Update update to iOS 18.6.2 App experiences random crashes when capturing a photo with error: ``` CrashReporter Key: 3f95e34cd9e7415e65e7a9d0b02173176a0a6c45 Hardware Model: iPhone12,1 Process: RealPhotos Identifier: photos.real.App Version: 1.4.7 Role: Foreground...
* [x] I've read, understood, and done my best to follow the [\[*CONTRIBUTING guidelines](https://github.com/Alamofire/Alamofire/blob/master/CONTRIBUTING.md)](https://github.com/Alamofire/Alamofire/blob/master/CONTRIBUTING.md). ## What did you do? Attempted to access the request URL from an `AFError` instance, particularly...
I need to measure how fast is Kingfisher with different configuration. I would expect `onSuccess` callback to provide timing information: ``` swift KFImage(url) onSuccess { result in { print("Loaded image...
### Motivation / Background This Pull Request has been created because it fixes #51217 ### Detail This Pull Request changes `becomes` to preserve association cache from original model. ### Additional...
**Describe the bug** The package `@walletconnect/ethereum-provider` depends on `@reown/appkit 1.7.8` strictly. ``` $ yarn why -R @reown/appkit └─ realphotos-marketplace@workspace:. ├─ @reown/appkit@npm:1.7.14 (via npm:1.7.14) └─ @reown/appkit-adapter-wagmi@npm:1.7.14 [a7758] (via npm:1.7.14 [a7758]) ├─...
### Gods of software development! Bring us a day when error handling in JavaScript just works! **Is your feature request related to a problem? Please describe.** When using `await $.ajax(...)`...