Hugo Granström

Results 161 comments of Hugo Granström

> yes, the idea is to work on https://github.com/pietroppeter/nimib/issues/77 (once I have completed ongoing stuff) Oh la la, then I could finally migrate my blog to nimib :star_struck: (It's based...

> A binary Ok :+1: I've come around and making use of nimib's ability to understand the structure of a nimib project does make sense to facilitate. And in theory...

This all sounds good to me :+1: I don't have any preferences regarding the anchor inside/outside the header tag. We will probably want to add some styling to it regardless.

That's odd, have never seen that error before. 🤔 Which version of Nim are you running?

Ok that's a good point 👍 What does it mean to lend a ptr though? Doesn't it just mean that the pointer itself won't be released but whatever it points...

Yes that seems to be the case, although it may very well be that I changed them to `ptr` in the past because I was frustrated with how they didn't...

OK yeah Latex is HUUUGE and Katex is only supporting a small subset of those. It would be hard to list everything it supports and prevent users from using unsupported...

Ahh, that rings a bell somewhere back in my head :o It's still a lot of keywords still though :rofl: But I guess we could write a scraper to find...

Good catch, that it definitely a typo in the docs, should be ` Another issue is that it changes the column ordering by adding the new column at the end...

Added the slicer test as well: https://github.com/SciNim/flambeau/blob/master/tests/arraymancerTestSuite/tensor/test_accessors_slicer.nim And there are not many tests that work. Seems like the more advanced slices doesn't work really like `_` and `^`.