Andrey Gruzdev
Andrey Gruzdev
### Docker Integration and Permission Enhancements #### Docker Engine Availability Check Check if Docker is installed before performing operations requiring Docker. ```rust pub fn check_docker_installed() -> color_eyre::eyre::Result { use std::process::Command;...
## Issue: Safari refuses to fetch data from `bos-loader` due to mixed content (HTTP within HTTPS) ### Description: The problem I've encountered isn't related to CORS. Instead, it stems from...
Now have CORS issues only in safari (Version 16.6). In chromium browsers works just fine!