How best to search the current documentation for basic info

2021-06-16 Thread h3rald
Yea, like @xigoi if I already know which module I need I just use CTRL+F on the module page. Otherwise I search the index (or even a google search would work sometimes).

NimConf 2021: Saturday, June 26th 2021

2021-06-11 Thread h3rald
I am actually extremely curious to know what the other talks will be about! I recorded my talk without knowing who will be delivering talks and about what... kind of a shot in the dark. This is definitely building up anticipation, but maybe next year we could organize submissions in different t

Improving the documentation: Roadmap, community engagement.

2021-06-11 Thread h3rald
Alright, now I understand your remarks a little bit better. I don't think that Nim has a documentation problem in an absolute sense, I think the documentation may seem lacking _for a particular audience_. As @Araq said in his reply to your list of things that are missing from the tables page, I

Improving the documentation: Roadmap, community engagement.

2021-06-11 Thread h3rald
I consider myself a long-time Nim(rod) user, having experimented with it since it came out in 2008 and I always found it to have very comprehensive documentation. I have also been working as a tech writer in the past and although OK, maybe it doesn't exactly follow some key principles of tech w

Trouble getting cross compilation to work

2021-05-06 Thread h3rald
"x86_64-linux-musl-gcc") Run The link in the comment is the key really. However, I recently stopped cross compiling locally and I am now using a GitHub action... less hassle overall: <https://github.com/h3rald/min/blob/master/.github/workflows/add-artifacts-to-current-release.yml>