Roman Nesterov

Results 5 comments of Roman Nesterov

Like workaround, you can use builded image or build from source by self. Build https://hub.docker.com/r/rhrn/arm64v8-registry/ Source https://github.com/rhrn/arm64v8-registry

helpful for me http://neekey.net/2016/12/09/integrate-react-webpack-with-semantic-ui-and-theming/

@slvrtrn You can do own logic before parse. #65 https://github.com/softprops/envy/issues/65#issuecomment-1440561228

@arniu you can do it manually, just load it first ```rust use serde::Deserialize; #[derive(Deserialize, Debug)] pub struct Config { pub pg_db_url: String, pub mysql_db_url: String, } pub fn config() ->...

Solved by docker and ubuntu i386 * from host ``` docker run -it --rm --name mkbootimg_tools i386/ubuntu:latest ``` * from container ``` apt update && apt install cpio gzip git...