Jan Brasna

Results 133 comments of Jan Brasna

I've elaborated a bit on this here: https://github.com/mozilla/bedrock/issues/9869#issuecomment-2064734388 (fonts CSP fixed, CORS issues for fetch/anon assets, path/host issues when not run in root) > Because even if you allow wildcard...

FYI there's also CORS issues with staging FxA: > ![Screen Shot 2024-06-26 at 22 37 43](https://github.com/mozilla/bedrock/assets/1784648/b58254b7-a0c5-4cd4-93ee-6906966fac8c) (never noticed before, but seems consistent now in fxde/chromium§ — can't tell if it's...

The fix above has been released.

A quick PoC adding subtle 30% grey dotted underline: ```css body.dfnEnabled dfn { text-decoration: underline dotted var(--a-underline); } ``` > ![Screen Shot 2024-07-22 at 18 34 51](https://github.com/user-attachments/assets/f02e9fc4-b4ee-44ed-8179-003ca907a331) doesn't make it...

I don't think this topic needs a new issue every single time a stale bot closes out the previous one;) I'm afraid it needs a better documentation explaining what the...

Looking into it further, there a) seems to be an endpoint providing the data live https://chromiumdash.appspot.com/fetch_version?version=110.0.5481.61 (not sure how happy they'd be to have it called from outside or crawled...

There are differences between current GFM and features being available (only) on dotcom, think callouts, diagrams, different behavior of links, ToCs etc. (The feature of expanding code permalink previews only...

D'oh! Thanks — I'll get it fixed, and also added to the list of pages that need a product callout reminding the differences. You can close this issue, it really...

But I'd need more context from @rogerluan behind https://github.com/fastlane/fastlane/pull/12735 (as there's no rationale in the PR description) — why not `sh` there? Q: if that changes upstream to `sh` incl....