firien
firien
I ran into trouble controlling a Technic Large Motor; while struggling to reset zero angle, and absolutely rotate to a desired angle, i found: ---- I do not think `Tachomotor`...
Include multiple tracking numbers in url. This is based on the assumption that urls accept comma delimited tracking numbers. did not add any tests (but none fail). Just looking for...
allow all images in demo
would not compile on ruby 3.0. This fix is mentioned in #27 error log and that is reporting as ruby 2.3 so it is backward compatiable at least that far....
#91 introduced launching without a terminal, only in debug console. But all logs go to the active debug console - So if you have multiple debuggers going - the ruby...
https://github.com/pushpad/web-push/blob/20f40d9586b524b8c75e64887683931d6e11b078/spec/web_push/vapid_key_spec.rb#L19 occasionally this is 31 bytes ```ruby key = nil 30_000.times do |x| key = Webpush::VapidKey.new if key.curve.private_key.to_s(2).bytesize < 32 puts x break end end puts([format("%064x", key.curve.private_key.to_i)].pack('H*').bytes[0...3]) puts '---' puts(key.curve.private_key.to_s(2).bytes[0...3])...