Kevin

Results 8 comments of Kevin

Actually, If I read it correctly, https://github.com/chronotope/chrono/pull/453 _does_ provide month/day translation. See the outlying documentation on the `unstable-locales` feature. (The feature imports [pure-rust-locales](https://github.com/cecton/pure-rust-locales), which describes itself as "imported directly from...

I think that this behavior is working as intended and this issue should be closed, per https://github.com/mastodon/mastodon/pull/23257#issuecomment-1404669434. (Unless the "interface descriptions" have more details that suggest otherwise? I don't know...

(from left field!) @felipesere you can indeed run the GitHub workflows configured in this repository in your own fork if you open a PR inside there. A little redundant but...

**Some other notes** **Content negotiation** is something to consider if it's desirable to also serve the RDF/Turtle, which is the most common case and necessary for many OWL-family tools to...

@benjelloun That handling of versions for a strawman sounds good to me! I think the next chief concern is about the final page experience. Should the MVP start with a...

Huh, digging into the [`/docs/mlcroissant`](https://github.com/mlcommons/croissant/tree/main/docs/mlcroissant) directory, I noticed that there are Croissant term-specific HTML pages that already exist, and are in fact being served: https://docs.mlcommons.org/croissant/docs/mlcroissant/RecordSet.html These pages are Cool and...

Edited the original description with findings of all of the documents being served from or around the `mlcommons.org/croissant` namespace. This will hopefully help for serving different versions and publishing the...

Thank you @iloveitaly, switching to railpack worked in my case! --- For posterity, it seems that Deno 2 projects set `nodeModulesDir` to a `string` rather than `boolean` now: https://docs.deno.com/runtime/reference/migration_guide/#config-changes This...