Justin Fairchild

Results 27 comments of Justin Fairchild

I triaged this problem in one of my projects to an import assertion in the code I was attempting to bundle. ```import testjson from "../config/test.json" assert {type: "json"}``` Even a...

I feel your sadness. As time goes on there will be animals that I've followed since they were born, that will no longer be alive, and I will have memories...

Now that the birthdays content on the landing page is truncated, I should make birthday searches too, for things like `today`, `yesterday`, and non-ambiguous combinations of `YYYY/MM`, `YYYY/MM/DD`, and `MM/DD`.

We have `YYYY/MM/DD` search now: https://github.com/wwoast/redpanda-lineage/commit/074356b2b880bd3d4e1fc2f9e78ea736ce5c027e Adding date locales for my existing languages should make the rest fall into place, though I'll need to add a couple more date formats...

Now `MM/YYYY` and `MM/DD` support is there too, with disambiguation based on language-specific date formats. https://github.com/wwoast/redpanda-lineage/commit/5f7014b7b7264fa3a0f9fc18fe40ab3b8c99820a I still could use some extra regexes for common CJK and Nepali date formats,...

The first post described the backing data to have better search UX. The front-end side of this, I want to look like the "assisted search" menu when you look for...

This feature needs to wait on a better search parser, before it can be useful. https://github.com/wwoast/redpanda-lineage/issues/194

So the initial hack towards this idea is in https://github.com/wwoast/redpanda-lineage/commit/8801cf3cf824a2e3c64875df3c3e84ecc7639477, which created something called _polyglots_. Currently the only polyglot is the word _baby_, and that's a `keyword` when followed by...

I killed https://github.com/wwoast/redpanda-lineage/issues/217 partly because I think different kinds of table views in the search results is preferable to the idea of a Zoo profile page. Thinking about the tables...

@dgramsey, first of all, thanks for using the tag feature and calling me out on the other bugs/regressions. :+1: As @kat1kat said, lots of these tags are intended to be...