Tofik Sonono

Results 8 comments of Tofik Sonono

> I don't think `/usr/local` is the right place on other Fedora variants, not even os-tree based ones. `/etc` and `/var` for config and variable files, yes. > > >...

The reason I put a start pointer in the CborEncoder struct was for a scenario where you are somewhere in the code where you don’t have necessarliy have access to...

In my use case, I want to reset before I’ve read it out. Essentially, I have something encoded that I have decided I want to discard, and start over with...

I see. If I then would have access to the buffer reference, in the case of `cbor_encoder_set_buffer`, would something like this be sufficient or do you also require some state...

Ok, I see. It is even stated in your documentation that error checks should be done before calling the API. Sorry about that. Hopefully can I rephrase my question? In...

Sorry, I should have been clearer in my previous post. Indeed, the stream is intentionally corrupt. Your result was what I was hoping for. If I remember correctly, when I...

@josch Any chance this could be included the debian set of patches for `fakechroot`? I think this makes sense if you for instance want to make a rootfs with `debootstrap`...

> > @josch Any chance this could be included the debian set of patches for `fakechroot`? I think this makes sense if you for instance want to make a rootfs...