Subsets parameter and download
See original GitHub issueDue to the recent changes in Chrome’s cache partitioning, I wanted to use the download mode.
My config:
buildModules: [ [ "@nuxtjs/google-fonts", { families: { Sarabun: { wght: [400, 700] } }, subsets: ['latin'], download: true } ] ]
But the result is unexpected:
Am I missing something? Tried deleting both folders to redownload. Same result.
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (4 by maintainers)
Top Results From Across the Web
4: Active parameter subsets | Download Scientific Diagram
This paper presents a Hamilton's principle for distributed control of infinite-dimensional systems modeled by a distributed form of the Euler-Lagrange method.
Read more >How to subset and download Copernicus Marine data in R?
R Script. Step 1. Credentials and work directory. Step 2. Download parameters. Step 3. Create motuclient command line. Step 4. Start download. What's...
Read more >How to download and obtain parameter and pixel ... - GES DISC
How to download and obtain parameter and pixel subset of AIRS NRT data using ... To download Atmospheric Infrared Sounder (AIRS) Near-Real Time...
Read more >Topic 5 Subset Selection | MATH 253: Machine Learning
You can download a template RMarkdown file to start from here. ... metrics for the different subset sizes back_step$results # What tuning parameter...
Read more >Lab 8 - Subset Selection in R - Smith College
Download the rMarkdown or Jupyter Notebook version. 6.5.1 Best Subset Selection¶. Here we apply the best subset selection approach to the Hitters data....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Subsets and wght are not working with
download: true
:I am getting:
@ricardogobbosouza this issue still occurs, even on the last version, subset + fw doesn’t work at all