Skip to content

issues Search Results · repo:11ty/eleventy-fetch language:JavaScript

Filter by

44 results
 (63 ms)

44 results

in11ty/eleventy-fetch (press backspace or delete to remove)

eleventy-fetch v4.0.1, eleventy v3.0.0 Files containing eleventy-fetch reliant functions in src/_data are not run when .cjs - switching to ESM solves the issue immediately. No debug messages or errors, ...
education
  • cjtheham
  • 4
  • Opened 
    on Apr 23
  • #64

Right now two files are stored for each cache entry: one for metadata and the other for the contents. This is typically for performance reasons (you don’t want to read the entire cache file contents to ...
enhancement
  • zachleat
  • Opened 
    on Mar 20
  • #62

Happened on a type: json request. Missing cache type for /opt/build/repo/.cache/eleventy-fetch-HASH_REDACTED 2:48:40 PM: [11ty] at default (file:///opt/build/repo/resume/index.11tydata.js:48:9) 2:48:40 ...
bug
  • zachleat
  • 1
  • Opened 
    on Mar 20
  • #61

If your CI server has purged your .cache/HASH_ID.json file (might be .text or .buffer, etc) but the .cache/HASH_ID is still there and valid (Vercel seems to be doing this on 11ty-website), Fetch will throw ...
bug
  • zachleat
  • Opened 
    on Mar 17
  • #59

Multiple network requests to the same origin are currently being de-duplicated by caching in the Fetch instance. Unfortunately rejected promises are also cached making it impossible to handle transient ...
  • gorbak25
  • 1
  • Opened 
    on Mar 12
  • #57

Great package but I don’t think we’re getting enough unique value out of it.
enhancement
  • zachleat
  • 1
  • Opened 
    on Jan 8
  • #56

See https://github.com/11ty/eleventy-import/blob/84a4336deca043565bb2bf641a1db7feb31ccf75/src/Fetcher.js#L94
enhancement
  • zachleat
  • 5
  • Opened 
    on Nov 12, 2024
  • #54

- type: xml is an alias for type: text - type: parsed-xml parses the XML and returns a JSON-friendly object via @rgrove’s https://github.com/rgrove/parse-xml
enhancement
  • zachleat
  • 1
  • Opened 
    on Nov 12, 2024
  • #53

async function myFetch() { return Promise.resolve(expected); }; let ac1 = EleventyFetch(myFetch, { formatUrlForDisplay() { return fetch-1 ; }, }); let ac2 = EleventyFetch(myFetch, { formatUrlForDisplay() ...
bug
  • zachleat
  • 1
  • Opened 
    on Nov 8, 2024
  • #52

https://github.com/jaredwray/cacheable/tree/main/packages/flat-cache#breaking-changes-from-v5-to-v6
breaking change
chore
  • zachleat
  • Opened 
    on Oct 21, 2024
  • #50
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub