Brian Birtles

Results 396 comments of Brian Birtles

I'm not sure if it's helpful for comparing, but [hikibiki](https://hikibiki.app) also includes each of these except cross-references _from_ other words. (10ten/Rikaichamp includes most of this metadata but currently hides cross-references/antonyms...

> This has been implemented in #3139 Is that right? #3139 is the regressing issue, not the fix.

For what it's worth I managed to stop the debugger at the point where the error was about to occur. As you can see, the "Lazy" component has an undefined...

This is probably not helpful to those using zsh, but on bash I found I had the following at the top of my `.bashrc`: ```bash # If not running interactively,...

/cc @masayuki-nakano who can recommend what to use instead of this (since he removed these interfaces)

I'm seeing the same thing on web-animations-1 after updating bikeshed recently. Adding `Include Mdn Panels: no` to the metadata seems to work around it for now.

I've also noticed that the default extractor doesn't work for Tailwind's ["arbitrary values" syntax](https://tailwindcss.com/docs/adding-custom-styles#using-arbitrary-values). e.g. if I have `text-[10px]`, it ends up getting stripped. (For what it's worth, `defaultExtractor: (content)...

The proposal from add-on developers in Japan is that the feature fill-in the listing information as follows: * Summary from `manifest.json` description (and, if that's a localized string, looks up...

Yes, I read that too and expected the same. Unfortunately in practice it is not the same. `curl --data` works but form with `application/x-www-form-urlencoded` in REST easy does not.

Sorry for the delay, you can reproduce simply by doing a POST to https://labs.w3.org/echidna/api/request The result returned is: > `{"status":"Form Content-Type not supported"}` I get a 501 Not Implemented return...