Hugo Granström

Results 39 issues of Hugo Granström

Having the ability to add for example an `Author: Hugo Granström` in the lower right corner that is visible on all slides.

@pietroppeter had the idea for animateCode, that instead of specifying the lines of code to highlight using numbers (eg. `1..3, 4, 5..7`), the lines in the code are marked using...

Two new blocks that add a typewriter effect so it looks like someone is typing them. Example: https://www.w3schools.com/howto/howto_js_typewriter.asp - [x] typeText: takes text and pace as inputs. Implemented in #5...

Let's brainstorm ideas for the articles we would want to see here eventually. And then when we have a decent amount of ideas we can start to get a sense...

Similarly to the [cheatsheet example](https://pietroppeter.github.io/nimib/cheatsheet.html#lists) in Nimib I think making all the headers linkable is a good idea. That would make it easier to direct people asking questions to specific...

I think it might be good to write up some short contribution guidelines for the future when people (hopefully) will be contributing some articles. Things that might be worth discussing...

It would be a nice feature to have a way (another template?) to get the timings in the code so you for example can print them with your own format...

I have interests in using Delaunay Triangulation for interpolation, but I can't seem to find any functions suitable for that. [locatePoint](https://github.com/StefanSalewski/cdt/blob/ca6e66f9c9324cdced7608fae2c36ed9c62d9dfb/src/cdt/dt.nim#L203) was the one I found, but it just returns...

At the moment I have implemented a few integrators but I would like to have as many as possible. If you know of any that isn't here please send a...

help wanted