ds2k5

Results 53 comments of ds2k5

thanks sorry I am a noob - did not know what you mean using a NixOS in a VM (x86_64) in witch file should I add this line ? Do...

> Tried `example/phosh`, same result. ok thanks.... then I will use my aarch64 vm to build

@sztomi Hi, could you be so kind and let me know where to get the linker: x86_64-apple-darwin21.1-clang for Debian (x86_64) please ?

thanks to @sztomi and @Imtr0 got I compiled but try to compile a simple rust src code got this: ``` 2$ cargo build --target x86_64-apple-darwin --release warning: unused manifest key:...

If I disable strip in Cargo.toml [profile.release] opt-level = 'z' # Optimize for size lto = true # Enable link-time optimization codegen-units = 1 # Reduce number of codegen units...

ok solution was to build gcc ./build_gcc.sh ~/.cargo/config.toml [target.x86_64-apple-darwin] linker = "/home/developer/osxcross/target/bin/o64-gcc"

try Username: @yourdomain.tld this worked for me with 4.0.0 Beta 1 https://github.com/ExchangeCalendar/exchangecalendar/releases/tag/v4.0.0-beta1

@HeadlessChild Hi, yes in my case this is ture.

@srcejon >You can possibly reducing the load by adjusting sample rates and threshold, but this will affect packet error rate. thank you

@bengrau thank you very much - have a issue with your script: ``` **$ python ../../merge.py Traceback (most recent call last): File "/home/developer/hoerbuch/1/../../merge.py", line 25, in merged_sound.export(output_file, format='mp3') File "/usr/lib/python3/dist-packages/pydub/audio_segment.py",...