Jeremy Day

Results 18 comments of Jeremy Day

This is an old issue, but I have incorporated MathJax into my blog by including the following code snippet in the `` element of the layout I use for my...

@epage I'd love to! I'm not sure where this information would fit in. What do you think of an FAQ section added to the Misc category on the left on...

I got my seals to stop disappearing by keeping them chunk loaded, but the golems will stop working after ~15 minutes or so. I have to restart the server to...

Thanks for adding benchmarks! I forgot that the built-in benchmarking isn't supported on stable... Would it be possible to look into using [Criterion](https://github.com/japaric/criterion.rs) for benchmarking? A google search told me...

Hmm apparently it is also impossible for Criterion to benchmark any code in binary crates (which sexe is). This is a bit disappointing... I'm surprised there isn't a better solution...

Well, there is a solution, but it is much more work than this issue was meant to be 😅 Currently, this project is a binary crate with three modules: 1....

The project has been split into discrete crates as of #37, so it may be a good time to take another look at benchmarking with criterion (now that the functions...

I like using the terminal's defined colors. That way it will always look nice with the user's terminal. The only important consideration here is to make sure that if we...

Good work so far! Once the cursor is visible and there is a way to switch between the input boxes (tab?) this will be a great addition. Thanks!

Oh cool! :) Would you be able to add tab and shift+tab buttons as well? Where tab does the same thing as up and shift+tab does the same thing as...