winget install Anaconda.Miniconda3
You may need to modify paths...
# Branch protection settings for https://github.com/apps/settings | |
# Available settings: https://docs.github.com/en/rest/branches/branch-protection?apiVersion=2022-11-28 | |
branches: | |
- name: main | |
protection: | |
allow_deletion: false | |
allow_force_pushes: false | |
enforce_admins: null | |
lock_branch: false |
The Squeezebox Radio firmware needs to be patched, in order to connect to a LMS v8+. See the slimserver repo:
Unfortunately the latest Squeezebox Radio firmware (7.7.3) comes with a bug which prevents it from connecting correctly to Logitech Media Server 8+. It's version string comparison function fails to recognize 8.0.0 as more recent than 7.7.3. While the bug has been fixed years ago, the fixed firmware never got released. Unfortunately we're at this point not able to build a fixed firmware for distribution.
But there's a patch available, which you can easily install on an existing SB Radio: >
Install wingetcreate
in case you haven't
winget install wingetcreate
How to install and run a Docker container with MariaDB in order to test RMariaDB.
Install and start Docker.
Pull the MariaDB docker image
docker pull mariadb
``` r | |
library(leaflet) | |
``` | |
Example from https://leafletjs.com/reference-1.3.0.html\#tilelayer-wms | |
``` r | |
leaflet() %>% | |
addTiles() %>% | |
setView(lng = -72.5, lat = 43.5, zoom = 8) %>% |