Laurenz Stampfl

Results 171 comments of Laurenz Stampfl

Nope, the reason is that if I define something like `datetime(hour: 14, minute: 40, second: 20)`, it will be stored as a `time` object internally, which obviously doesn't have an...

`today` is now part of the function scope of `datetime`! However, I didn't know how the documentation for methods in function scopes should look like, so I haven't updated that...

Okay, I hope I fixed everything that needs to be fixed. :D

> Hey, last minute thing haha, but I forgot to mention this earlier... would it be possible to have a Unix timestamp method as well? (Maybe with a customizable epoch?...

I personally don't like that delimiter and line number are two separate properties. How about instead defining a settable `numbering` property that takes either a boolean or a function? It...

Works fine if you do it like this: ```` #set page(width: 180pt) #set text(6pt) // Line numbering of code block #set raw( numbering: el => [#align(right)[#el|]] ) ```rs fn main()...

If you think you don't have time to finish it, I can look into finishing this in the next few weeks.

Do you know if there is also some way I can view the "reference" of how each glyph is supposed to look to compare? Something like `font2svg`, but where we...

Okay, looks like `hb-view` supports it. I think I should be able to work with that.

Could you tell me how exactly you used Chrome to test it? So how did you make it show the glyphs that you wanted to test?