Joe Sylve
Joe Sylve
I guess it just seems overly restrictive for little gain. You can easily know the size of the last chunk via modular arithmetic and the aff4:size property. It's not a...
You are correct, but with one caveat. The length includes the null terminator, so the correct approach would be ```cpp _name = std::string(xfield_data, ext.len - 1); ```
I'm disappointed that the implementation has some issues, but I don't have the extra cycles to maintain the codebase myself for TSK. We've abandoned this implementation internally in favor of...
Sure ``` See the migration guide for details ``` Now that I look at it, it likely has more to do with not rendering the spaces from the empty `span`...
Odd, I'm seeing the links concatenated with the words around it On Mon, Jun 25, 2018, 16:39 Dom Christie wrote: > When converting text that contains HTML links the Markdown...