Tofik Sonono

Results 17 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...

> This looks pretty interesting, so I believe we'd be willing to consider taking this addition into the code, but we would definitely want tests. Glad to hear! And I...

I've now added tests and some rationale notes to the code. Finally, I've added a GIF to the description showing how it works. @gcampbell-msft