Tim McNamara

Results 41 comments of Tim McNamara

Hrm I always thought that a counters table was compulsory.. and seem to recall reading docs about it. I do remember being bitten by something similiar when I was trying...

Any pointers? It would be great to have Sandstorm Ghost relatively up-to-date

One thing to consider is how abstracts/summaries would be accommodated within the current HTML. The site currently makes heavy use of bullet points. Here is a quick look at a...

Where possible, I would avoid using a plural for a struct name, e.g. Children. It creates mental friction for people learning the API because it leads to sentences that are...

> What's the easiest way to look at this? Checkout your branch and just open index.html or what? Almost. The site is rendered at `zombodb/docs/book`. It won't run as-is within...

Looking through the source, I noticed that `Datum.val` defaults to `0`. Should this be updated to make use of the new [non-zero numeric types](https://github.com/rust-lang/rfcs/pull/2307)?

Do you have any advice on how to implement operators (equality, addition,...) for Values/Variants? Is it necessary to unbox Variants to their actual type first?

Understood. I will try certainly try this out when I have a go implementing [wren](https://github.com/munificent/wren) in Rust, probably sooner!

Thank you for your diligence and patience to take on so many points of view.

Yes I am! Sorry that I'm not very active. I don't accept any PRs for copyright reasons. On Thu, 12 Jan 2023 at 09:53, Dmitry Savintsev ***@***.***> wrote: > the...