Dominique Jäggi
Dominique Jäggi
Status: working ``` "hardware_id": "HE_DTV_W18O_AFABABAA", "product_id": "OLED65C8PLA", "core_os_release": "4.4.0-9", "webos_manufacturing_version": "05.40.09", ```
I was able to install ruby 3.0.3, which features rbs-1.4.0, without a problem. ruby 3.1.0 uses rbs-2.0.0 - so there must definitely be a difference to earlier versions that break...
yep, that works, i used: ``` $ ./configure --prefix=/tmp/ruby --with-openssl-dir="/opt/homebrew/opt/[email protected]" ```
Attached you'll find the diff between successful (right side) and failed ruby builds (left side). I see that ruby-build enables shared libs, whereas the manual build does not. I am...
@vjpr you can tell ruby-build to keep the sources i think, i did: ``` ➜ export RUBY_CONFIGURE_OPTS="--with-openssl-dir=$(brew --prefix [email protected])" ➜ ~/.rbenv/plugins/ruby-build/bin/ruby-build -kv 3.1.0 /tmp/ruby-3.1.0 ```
I also want to express my heartfelt thanks - works flawlessly on Apple M1 / MacOS 11.6
@Thelvaen i also have the issue as in #384 - this one might be related as in unifi/unpoller not reporting properly for SFP in general. This issue though is specifically...
I have two SFP optics in the UDM Pro: - In port 11 a UF-MM-10G connecting to US6XG150 - In port 10 a 10G optic of my ISP The US6XG150...
can this be merged? it fixes this error: ``` Error: Cannot find module 'ajv/dist/compile/codegen' Require stack: - /some/project/node_modules/ajv-errors/dist/index.js ```
@krystianity - any chance of this getting added soon? our feature enhancement depends in this :)