Nathan Henrie

Results 108 comments of Nathan Henrie

I've continued doing everything I can to debug this. I've updated my SO thread (linked above) as I go. I think I may have narrowed it down considerably using mitmproxy...

I think this may actually be an esp_bridge problem. See my issue there (linked in the reference above).

Re: purity, to be honest I'm mostly concerned about having to pass `--impure` all the time and as a result potentially allowing in other impurities and not realizing it. It's...

Oh, that's a good point. I hadn't realized that cross compiled binaries wouldn't work. IIRC arm64 GA builders aren't expected until this fall.

@ingenieroariel I decided to try the `overlay` option and just added `ceon` -- thank you. Though I'm on an M1, so I'm not entirely sure if I'll be able to...

Would you consider a PR to consolidate dependencies to the workspace? For example, currently: ```console $ rg 'cc = ' scripts/build_windows_resources.rs 3://! cc = "=1.0.73" espanso-mac-utils/Cargo.toml 13:cc = "1.0.73" espanso-inject/Cargo.toml...

With https://github.com/espanso/espanso/issues/1953 in mind, we should consider loosening the constraints on these dependencies. - As long as we continue providing the `Cargo.lock`, we shouldn't have trouble providing a reproducible executable...

I've always been curious as to why espanso encourages external build tools at all -- it seems like it increases the complexity of the build process, and I'm not sure...

> I really want to escape this reality, but I don't see any better way than trying to streamline with a script manager (just or cargo-make) all we can. What...

I would like to help here! I spent months learning the basics of this process and eventually got a fully automated macOS signing process working for Quicksilver. I was actually...