lambda-packages icon indicating copy to clipboard operation
lambda-packages copied to clipboard

The web framework for content-driven websites. ⭐️ Star to support our work!

Results 237 lambda-packages issues
Sort by recently updated
recently updated
newest added

## Changes When multiple links where prefetched the same CSS files where fetched multiple times as well. This PR changes the behaviour so that a CSS file is not fetched...

integration

### What version of `astro` are you using? v1.1.6 ### Are you using an SSR adapter? If so, which one? None ### What package manager are you using? npm ###...

styling
framework-svelte

## Changes - Add `MDXLayoutProps` utility to MDX README. Includes difference with `MarkdownLayoutProps`, and advises using `MarkdownLayoutProps` instead when sharing a layout across `.md` and `.mdx`. - Add "layout props"...

integration

## Changes - Allow astro-island to handle Uint8Array/Uint16Array/Uint32Array correctly - Currently, for example, `new Uint8Array([1,2,3])` is handled as `{0: 1, 1: 2, 2: 3}` and loses the type ## Testing...

core
semver minor

### What version of `astro` are you using? latest ### Are you using an SSR adapter? If so, which one? n/a ### What package manager are you using? npm ###...

p3-minor-bug

## Changes - Adds support for using `fetch` behind an HTTP proxy. - Users can now configure the http proxy through the `HTTP_PROXY`, `HTTPS_PROXY`, and `NO_PROXY` environment variables. ## Testing...

### What version of `astro` are you using? 1.0.6 ### Are you using an SSR adapter? If so, which one? none ### What package manager are you using? npm ###...

needs discussion
s2-medium
image

### What version of `astro` are you using? 1.2.1 ### Are you using an SSR adapter? If so, which one? None ### What package manager are you using? yarn classic...

This follows the same pattern used in https://github.com/withastro/astro/blob/main/examples/blog/src/pages/blog.astro#L8. Without adding `mdx` here, only some blog posts will be part of the rss.xml file. ## Changes This makes sure that the...

example

### What version of `astro` are you using? 1.1.7 ### Are you using an SSR adapter? If so, which one? None ### What package manager are you using? yarn ###...

p3-minor-bug