Results 91 comments of Jonathan

so, I've done a bit of experimenting. It looks like hosts are dropped if they don't contain a mac address in the nmap scan. Nmap is only able to get...

I still don't think nmap will be able to get the mac address of a computer in a different subnet. Even with privialaged mode. Just run it as root and...

Is there any update on this?

Just adding that this still isn't working on 2025.11.1

I suppose another option would be having an attribute on header elements that is a plain text representation of the header. It would be less automatic, but would make configuring...

If the writer were able to take something like: ``` "blocks": [ { "t": "Header", "c": [ 3, [ "test", [], [ [ "plain", "example" ] ] ], .... ```...

I think having an attribute allows for the most flexibility when it comes to filters. It also allows users to specify exactly what they want in the original document. In...

so, i might have some time in the next few days to work on a PR if you want. would be a good excuse to learn the basics of Haskell....

> If we thought that the markdown writer might some day need to depend on the LaTeX writer, that would be a reason for not establishing a dependency the other...

I've found the "fix" for this in the sample .tridactylrc file in the root of this repo: https://github.com/tridactyl/tridactyl/blob/master/.tridactylrc#L133 Included for anyone who finds this issue. I am still curious as...