Joe Hildebrand

Results 173 comments of Joe Hildebrand

@cabo may I suggest you make a change to the README to say this, and to point to @jimsch's fork?

+1 for a rename, but i'd suggest that we redo them all at the same time. I suggest: namespace_class_operation. The namespace is currently "cn_cbor", the class is "array" or "map",...

I could also imagine a realloc-based approach...

I would recommend defining ssize_t when needed.

If you like, i'll move the errors to another .c file. I like your approach, and will fiddle with it some to see if I can get it to work.

I'm almost there, just have to debug, but I have to stop for dinner.

My branch (https://github.com/hildjj/cn-cbor/tree/encode) seems to work.

I actually need the write_head functionality. I want to have the following CBOR on the wire: {0: h'...'}, where the bytestring is potentially long, and is passed in to my...

Header is better than head.

See https://stackoverflow.com/a/61433157/8388 for one possible approach.