ojab
                                            ojab
                                        
                                    f37513acffac21a08b7d8078c692ce719d84166a I have FS with 2x20TB HDDs (`hdd.hdd1` & `hdd.hdd2`) & 2x250GB SSDs (`ssd.ssd1` & `ssd.ssd2`) with ``` metadata_target: ssd foreground_target: ssd background_target: hdd promote_target: ssd ``` but it doesn't...
1e194b3a592499e9ec00325091386aa8f995aea3 bcachefs tool version v0.1-700-g1c156d5 I have 4-disk FS and ``` $ sudo bcachefs device evacuate /dev/sdd1 Setting /dev/sdd1 readonly 0% complete: current position btree extents:1120691:8 # In another console...
Not sure if it's bcachefs/bcachefs-tools/util-linux/etc issue, but still an issue ``` $ bcachefs device add --label=sdd.ssd1 /mnt/bcachefs/ /dev/sdd1 $ mount | grep bcachefs /dev/sda1:/dev/sde1:/dev/dev-2:/dev/dev-3 on /mnt/bcachefs type bcachefs (rw,... ```...
My fork of `dsommers/openvpn3` copr ([here](https://copr.fedorainfracloud.org/coprs/ojab/openvpn3/build/6387526/)) [fails with](https://download.copr.fedorainfracloud.org/results/ojab/openvpn3/fedora-39-x86_64/06387526-openvpn3/builder-live.log.gz) ``` make[4]: Entering directory '/builddir/build/BUILD/openvpn3-linux-20/src/python' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/openvpn3-20-2.fc39.x86_64/usr/bin' /usr/bin/install -p openvpn2 openvpn3-as '/builddir/build/BUILDROOT/openvpn3-20-2.fc39.x86_64/usr/bin' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/openvpn3-20-2.fc39.x86_64/usr/sbin' /usr/bin/install -p openvpn3-autoload '/builddir/build/BUILDROOT/openvpn3-20-2.fc39.x86_64/usr/sbin' GEN openvpn3/constants.py...
Since 0.19.0 was released on `0.19.0` commit, I suppose that version-bump should happen on release time. There is 0.20.0 commit in the repo https://github.com/tree-sitter/tree-sitter-ruby/commit/c91960320d0f337bdd48308a8ad5500bd2616979, but no tag/release.
application/json-rpc is defined only in draft spec for JSON-RPC 1.2 http://www.jsonrpc.org/historical/json-rpc-over-http.html which is deprecated in favor of JSON-RPC 2.0 and application/json Also application/json-rpc isn't parsed by wireshark.
`analiytics-ruby` [passes two arguments](https://github.com/segmentio/analytics-ruby/blob/b8b285ebb1bca8abe8968688962932162484f815/lib/segment/analytics/worker.rb#L46), while simple_segment [passes four](https://github.com/whatthewhat/simple_segment/blob/8d5a053b9910019897611803278904cca2b0f38d/lib/simple_segment/request.rb#L47), so `on_error: ->(status, message) {}` doesn't work.
Copying https://github.com/jruby/jruby/issues/2992 here per @headius suggestion, see https://github.com/jruby/jruby/issues/2992#issuecomment-106607106 for rationale. Testcase: ``` ruby require 'socket' require 'openssl' from, to = UNIXSocket.pair ssl_to = OpenSSL::SSL::SSLSocket.new(to) ssl_to.write('foo') ``` fails with ``` SSLSocket.java:858:in...