astrale-sharp
astrale-sharp
Okay I'm going to start working on this for funsies ```rust let dmap = .... // your initialized DijkstraMap let dmap1 = dmap.remote() dmap1.disable_points(...) //perform a search and get different...
Hey there everyone, Here's my two cents on the subject: - A familiar syntax for everyone. Typst is less expressive than Latex, it's syntax is more restrictive cause it's not...
None of the comment are outdated (yet !) I'd advise looking at `tests/typ/pipe.typ` to understand the feature easily. last comment is the most important one. Looking at the example and...
What does mid stands for?
Maximum Limelihood Estimator: dot being a period instead of the dot product. If I wanted a period I would type a period. The lack of cdot (the LaTeX alternative) makes...
Maximum Limelihood Estimator: alef saves one character over aleph but is a substantially less common spelling, especially in math.
Maximum Limelihood Estimator: nabla feels less intuitive than grad, but I can totally understand if that’s just a preference thing. (Anyone else have a preference for grad?)
Maximum Limelihood Estimator: In general I feel like a line break in a `$$` block should equal a line break in the displayed equation, unless I specify otherwise; usually when...
[03:19] Maximum Limelihood Estimator: It’s weird that `vec(x)` doesn’t do what I’m used to in LaTeX (add a vector arrow above x). [03:21]🔥PgSuper🔥: btw, it's `dot.c` iirc [03:22]🔥PgSuper🔥: although I...
I love the rustyness ;) An alternative syntax discussed while doing pipe : `a.enumerate().map( (i, x).. => x)` It makes sense in pipe but it's not nice in maps, I...