David Sankel
David Sankel
I ran into this issue as well. Any kind of code block within a table gets its leading spaces removed.
The no break space character doesn't work unfortunately.
Either way, there should be an error message instead of an illegal instruction.
@Alexendoo, thanks for pointing that there was content in those sections. I totally missed that. After reviewing the API guidelines, I realized that my documentation comments are following [design by...
> [Documenting preconditions alone] no longer tells me what will happen if I do not uphold the requirements I agree, but what will you do with this additional information as...
Closing this issue as it doesn't seem worth pursuing.
Starting a subprocess with environment variables separate from the parent process should be fine. I think the issue is that environment variables are used to communicate information to the inline-c...
I'm talking about [this code](https://github.com/Hywan/inline-c-rs/blob/e24acb7036bbe7254a0151fa1cdf1a86ace16bab/src/run.rs#L26) which extracts environment variables from the containing process and then [injects them](https://github.com/Hywan/inline-c-rs/blob/e24acb7036bbe7254a0151fa1cdf1a86ace16bab/src/run.rs#L105) into the subprocess.