rofl0r

Results 173 issues of rofl0r

i'd like to use crypto_box_curve25519xsalsa20poly1305 so i know what i get, but it isn't provided.

with this file https://github.com/oxesoft/oxefmsynth/blob/master/src/converter/testtune.mid (i get a bus error) with other files (e.g. https://github.com/Mindwerks/wildmidi/files/5489862/test.mid.zip) i get barely audible and noisy playback and almost 100% cpu load. somehow the stuff you...

since there's been no commits since half a year, it seems the codebase is stable. could someone of the admins tag the latest commit and attach a precompiled .jar to...

since busybox was bumped from 1.27.1 to 1.33.0, https support is broken. 1.27 used the host openssl binary via a pipe to achieve tls connections, whereas 1.33.0 has its own...

... so it may currently not be used on Mac OS X, and maybe some BSDs... TODO: find portable way to achieve the same ```sh readlink_f() { readlink "$1" ||...

basically all the stuff should go into the prereqs block ```sh if [ "$1" = "--prereqs" ] ; then # init stuff here exit 0 fi ``` followed by the...

with normal sabotage readline (libedit): ``` $ irb irb(main):001:0> "foo" => "foo" irb(main):002:0> puts "xx" xx => nil irb(main):003:0> Math.sin(0.7) => 0.644217687237691 irb(main):004:0> /lib/ruby/2.5.0/irb.rb:647: [BUG] Segmentation fault at 0x0000000000000010 ruby...

there are a lot of warnings like ``` fcfreetype.c:71:2: warning: #warning "No FT_Get_BDF_Property: Please install freetype 2.1.4 or later" [-Wcpp] #warning "No FT_Get_BDF_Property: Please install freetype 2.1.4 or later" ^~~~~~~...

basically they unlink a package before linking the pack in place, which is almost fatal in case of busybox, and makes butch itself disfunctional during the operation. so the command...

since 7620293 , when we started building stage3 gcc with C++ support, so we can build gcc630 during stage1, instead of building gcc474 first as an intermediate step. the issue...