lizelive

Results 65 issues of lizelive

``` ------ > Collecting configuration metadata: #7 0.245 error: failed to parse manifest at `/dockerfile/contract-rs/Cargo.toml` #7 0.245 #7 0.245 Caused by: #7 0.245 failed to parse the `edition` key #7...

Im not sure if this is possible or not, but some solution to to this would solve a lot of heartache.

i have a serde serlizeable data that i want to be part of my entity but was defined in a diffrent crate. for example `serde_value::Value` it seems not possible to...

[linuxserverurl]: https://linuxserver.io [![linuxserver.io](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_medium.png)][linuxserverurl] build `Linuxserver.io version:- dc5eb4b6-ls36 Build-date:- 2022-04-03T09:38:45+00:00` ------------------------------ ## Expected Behavior should not throw error on loging ## Current Behavior a popup with `XFCE PolicyKit Agent error` [like...

no-issue-activity

I want to setup a dns server that generates procedural records like ``` $NAME.$REGION.example.com CNAME $NAME.$REGION.cloudapp.azure.com *.$NAME.$REGION.example.com IN CNAME $NAME.$REGION.cloudapp.azure.com ``` I can not use a `DNAME` record because `westus2.cloudapp.azure.com`...

docs
crate:server
question

```rust fn proto_value_to_serde_value(value: prost_types::Value) -> serde_value::Value { match value.kind { Some(prost_types::value::Kind::NullValue(_)) => serde_value::Value::Unit, Some(prost_types::value::Kind::NumberValue(x)) => serde_value::Value::F64(x), Some(prost_types::value::Kind::StringValue(x)) => serde_value::Value::String(x), Some(prost_types::value::Kind::BoolValue(x)) => serde_value::Value::Bool(x), Some(prost_types::value::Kind::StructValue(x)) => serde_value::Value::Map( x.fields .into_iter() .map(|(k, v)| (serde_value::Value::String(k),...

Alpine linux is very common in the container/docker ecosystem. It would make sense if `nvidia-docker` supported it as target. Would need to be compiled against musl in order to do...

``` [lizelive@fedora ~]$ sudo podman run --rm -it --device /dev/sda2 --privileged -v /var/home/lizelive/.local/share/containers/storage/:/mnt docker.io/laks/dduper dduper --device /dev/sda2 --dir /mnt --analyze --recurse Traceback (most recent call last): File "/usr/sbin/dduper", line 575,...