Philip B.

Results 8 issues of Philip B.

src/init.cpp:64:16: warning: deleting object of polymorphic class type ‘CWallet’ which has non-virtual destructor might cause undefined behaviour [-Wdelete-non-virtual-dtor] Fix is: ``` diff --git a/src/keystore.h b/src/keystore.h index 669bf90..9d6576d 100644 --- a/src/keystore.h...

`UITableView.scrollRectToVisible(, animated:)` and `UITableView.scrollToRow()` don't work properly in `keyboardWillShow()` due to, what seems to be, a bug in iOS when autoresizing mask is used for a `UIViewController` that is presented...

Hello. I am exploring FlexLayout (thanks for the great work!), and have noticed that an old version of Yoga from 2008 is used (facebook/yoga@295d111f0eafd9275bc4a9e8e646dbcdd5e88c2d) whereas Yoga has had many changes...

This is attempt to #2304 (fdb9d23). I have not tested this on anything but macOS. Please see the commit for details on the cause and the solution. I have also...

Xcode 15/iOS 17 automatically generates asset symbols. The `UIKit` `struct` in `UIKit.swift` causes a conflict in `GeneratedAssetSymbols.swift` (the Xcode generated file) and the Examples project fails to build: ``` DerivedData/PopoversExample-elyygqgsxdjpvofmfzweokndwyir/Build/Intermediates.noindex/PopoversExample.build/Debug-iphonesimulator/PopoversExample.build/DerivedSources/GeneratedAssetSymbols.swift:105:17:...

This resolves a conflict with automatic resource name generation in Xcode 15. Fixes #104

When using SwiftDate from Tuist, getting the following error (with 7.0.0): ``` The target SwiftDate has the following invalid resource globs: - The directory "/APP/Tuist/Dependencies/SwiftPackageManager/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/langs" defined in the glob pattern...

`Parser.enumerateAsArray()` catches errors and throws `CSVParseError.generic` error indicated the row on which the block threw. As far as I can tell, there should be no impact on existing code that...