Leo Soares
Leo Soares
Topology graph is empty in OpenWRT, built for RaspberryPi 4, and ath79 with: ``` -DBUILD_TESTING=OFF \ -DCMAKE_BUILD_TYPE="Release" \ -DCMAKE_INSTALL_PREFIX=/usr \ -DOTBR_BORDER_AGENT=OFF \ -DOTBR_MDNS=OFF \ -DOT_READLINE=OFF \ -DOTBR_OPENWRT=ON ``` reproduced in...
This commit fixes the following error that might occur on case-insensitive systems: ``` case-insensitive import collision: "github.com/JackMordaunt/icns" and "github.com/jackmordaunt/icns" ```
please read https://github.com/osx-cross/homebrew-arm/pull/17#issuecomment-814276762 This PR reverts @samford work and adds aliases to keep the current behaviour Im not sure why the aliases don't show up in the `brew search arm-gcc-bin`...
After upgrading to 22.03, there is no power in the USB, and the regulator seems to be off: ``` root@OpenWrt:/# cat /sys/devices/platform/reg_usb_vbus/regulator/regulator.1/state disabled ``` [This PR ](https://github.com/openwrt/openwrt/pull/9720)seems to be the...
First of all, thank you for your work on this extension. Im running vscode `1.43.2` on `macOS 10.15.4` and connecting with a remote session to a `Ubuntu 18.04.4 LTS (GNU/Linux...