Ego Alter
Ego Alter
Hi, check with this simple table and index: ```sql CREATE TABLE public.airline_confirmation ( airline_id bigint, code character varying(512), booking_id bigint NOT NULL ); CREATE UNIQUE INDEX airline_confirmation_code_unique_idx ON public.airline_confirmation USING...
@schell Thanks! I understood, I need to build a halibe exactly with that ghc version, which I use in my project. So maybe halive needs some tags with different ghc...
@syrusakbary any thoughts?
> that's from the `zig-objc` bindings and [zig-build-macos-sdk](https://github.com/mitchellh/zig-build-macos-sdk) being outdated > > you can edit the cache files directly (obviously somewhat silly) or clone the dependencies and include them locally...
Grab zig from [zig-macos-x86_64-0.13.0-dev.351+64ef45eb0.tar.xz](https://pkg.machengine.org/zig/zig-macos-x86_64-0.13.0-dev.351+64ef45eb0.tar.xz) ❯ ./zig version 0.13.0-dev.351+64ef45eb0 ❯ rm -r .zig-cache ❯ rm -r /Users/vladi/.cache/zig/ ``` ❯ ./zig build /Users/vladi/.cache/zig/p/122034b3e15d582d8d101a7713e5f13c872b8b8eb6d9cb47515b8e34ee75e122630d/build.zig:13:28: error: no module named 'macos_sdk' available within module root.@dependencies.122034b3e15d582d8d101a7713e5f13c872b8b8eb6d9cb47515b8e34ee75e122630d...
I also got the same case, and my sync process was broken due to these inconvenients. We periodically have missed this kind of messages. Any updates? Any API param for...