Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: prior npm font source had a glitch #11724

Merged
merged 1 commit into from
Nov 17, 2020

Conversation

rusackas
Copy link
Member

SUMMARY

Welp, the fonts in #11718 almost worked out quite nicely, but there's an issue with the boolean vector intersection of the uppercase A for some reason. Upon reading further, that font library is on a path to deprecation (ugh) and they recommend the one used in this PR instead. So, here we go!

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

Before:
image

After:
image

TEST PLAN

ADDITIONAL INFORMATION

  • Has associated issue: Fixes [style]font A!  #11723
  • Changes UI
  • Requires DB Migration.
  • Confirm DB Migration upgrade and downgrade tested.
  • Introduces new feature or API
  • Removes existing feature or API

@codecov-io
Copy link

codecov-io commented Nov 17, 2020

Codecov Report

Merging #11724 (f2387e7) into master (8a39f27) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #11724   +/-   ##
=======================================
  Coverage   63.04%   63.04%           
=======================================
  Files         895      895           
  Lines       43315    43315           
  Branches     4015     4015           
=======================================
  Hits        27308    27308           
  Misses      15829    15829           
  Partials      178      178           
Flag Coverage Δ
javascript 62.82% <ø> (ø)
python 63.17% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8a39f27...f2387e7. Read the comment docs.

@rusackas rusackas added the rush! Requires immediate attention label Nov 17, 2020
@rusackas rusackas merged commit c241c6f into apache:master Nov 17, 2020
@rusackas rusackas deleted the new-npm-font-source branch November 17, 2020 05:23
@junlincc
Copy link
Member

Also "Q"
Screen Shot 2020-11-16 at 9 33 25 PM
..hopefully this PR fixes all?

villebro pushed a commit to preset-io/superset that referenced this pull request Nov 17, 2020
auxten pushed a commit to auxten/incubator-superset that referenced this pull request Nov 20, 2020
@junlincc junlincc removed the rush! Requires immediate attention label Mar 18, 2021
cccs-rc pushed a commit to CybercentreCanada/superset that referenced this pull request Mar 6, 2024
@mistercrunch mistercrunch added 🍒 0.38.0 🍒 0.38.1 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 1.0.0 labels Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels size/XS 🍒 0.38.0 🍒 0.38.1 🚢 1.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[style]font A!
4 participants