Anders Ha
Anders Ha
What seems to work for Previews in frameworks is adding the pod built product paths (`$(BUILT_PRODUCTS_DIR)/YourFramework`) to `LD_RUNPATH_SEARCH_PATHS`, without needing scripts to copy frameworks over.
Here is a temporary workaround that seems working well — it overrides `AggregateTargetSettings`, adds more linker search paths for Previews to pick the pods up, and thus does not require...
See https://github.com/ReactiveCocoa/Loop/issues/2 in the community fork for SwiftUI integration concepts. ReactiveCocoa/ReactiveSwift#776 is not strictly required to implement them.
This does not work with today's Native Driver, which uses different database connections for select queries and mutation queries. BEGIN/END (or SAVEPOINT/RELEASE) is classified as mutation and is generated to...
Even if we do that, this does not seem reliable in drivers or environments that do connection pooling, both the Android SQLite support library and probably the (future) Native Driver...
Yeah, having a second thought about it, we may also reach a driver-level solution. More specifically, it remaps `BEGIN *` and `END` (or the savepoint equivalents) statements to call their...
It looks great with a quick skim. I will take a second look ASAP. In the meantime, could you please clean up the indentation, the excess blank lines & break...
Sure. Will do it this week.
CI build might be affected by #3642.
* **#119** 👈 * `main` This stack of pull requests is managed by Graphite. Learn more about stacking. Join @andersio and the rest of your teammates on Graphite