Cameron Nemo

Results 146 comments of Cameron Nemo

https://github.com/OpenBazaar/wallet-interface/pull/11

That gets it building, but I have yet to test the result. Thanks for the tips.

Unfortunately, the resulting binary segfaults right when executed. That could certainly be a separate issue, though.

That binary works fine on glibc but not musl. The binaries I am building behave the same (I am building the musl binary in a musl environment and glibc binary...

@3kh0 cloc is registering ~1500 lines of code, tokei only registering ~300 lines. Would be useful to know what repository this is.

See also my experience with Svelte: ``` ====================================================================================== Language Files Lines Code Comments Blanks ====================================================================================== Markdown 1 1 0 1 0 -------------------------------------------------------------------------------------- ./NOTES.md 1 0 1 0 -------------------------------------------------------------------------------------- Svelte 9...

Results when going from master: a compile warning: ``` warning: package `crossbeam-channel v0.5.2` in Cargo.lock is yanked in registry `crates-io`, consider running without --locked warning: package `crossbeam-utils v0.8.6` in Cargo.lock...

@XAMPPRocky are you planning a release soon? Seems like if there are fixes to release, might as well mark a patch release before doing major refactors.

In addition to a script in `/etc/pm/sleep.d/`, you will want another script in `/lib/systemd/sleep/` for systemd-logind setups.

Updating to mako git fixed this issue for me. @sunox1 Did you try that?