The Wayback Machine - https://web.archive.org/web/20211009164819/https://github.com/topics/jamstack
Skip to content
#

Jamstack

jamstack logo

Jamstack is a way of thinking about how to build for the web: the UI is compiled, the frontend is fully decoupled, and data is pulled in as needed.

Here are 17,381 public repositories matching this topic...

strapi
hkovacs
hkovacs commented Jun 22, 2020

Describe the bug
Using xframe ALLOW-FROM throws error in console: Invalid 'X-Frame-Options' header encountered when loading 'https://api.dev.mysite.com/uploads/my-file.pdf': 'ALLOW-FROM dev.mysite.com' is not a recognized directive. The header will be ignored.

https://strapi.io/documentation/v3.x/concepts/middlewares.html#response-middlewares
instructions for xframe indicate `ALLOW-FR

ErisDS
ErisDS commented Sep 30, 2021

Our internal, server-side i18n package is deprecated, and so is the use of i18n.t().

Instead we have a new package @tryghost/tpl that does string interpolation and makes refactoring i18n out of the codebase easier.



We have successfully removed i18n.t() from core/frontend, but the rest of the codebase has many many references that need to

martinjagodic
martinjagodic commented Oct 6, 2021

Describe the bug
If you have some nested markdown widgets and editor components, the dropdown's overflow will not be visible beyond the upper scope markdown widget. In some instances, it also hides below the field header below (screenshot 2)

To Reproduce

  1. make sure to have a few editor components
  2. create some nested markdown fields
  3. try to access the last item on the dropdown
cjreimer
cjreimer commented Oct 6, 2021

yarn rw g types is very helpful and indicates errors, such as below.

Generating...

Not all operations have an unique name: UpdateMilestoneMutation
Not all operations have an unique name: UpdateMilestoneMutation

Error: Could not generate GraphQL type definitions (web)

The type generation is also called automatically via various other redwood operations. If not paying atten

gridsome
api-platform
jvigneron
jvigneron commented Nov 28, 2019

Description
Remove any google fonts dependency from api-platform.

Example
Remove the google font stylesheet in line 8 of api-platform\core\src\Bridge\Symfony\Bundle\Resources\views\SwaggerUi\index.html.twig depending on a configuration variable?

Context
I'm working on an intranet application for a big company where any call to the fonts.googleapi.com CDN takes 30 seconds

🚀 Boilerplate and Starter for Next.js 11+, Tailwind CSS 2.0 and TypeScript ⚡️ Made with developer experience first: Next.js + TypeScript + ESLint + Prettier + Husky + Lint-Staged + VSCode + Netlify + PostCSS + Tailwind CSS

  • Updated Sep 29, 2021
  • TypeScript
lacikawiz
lacikawiz commented Oct 28, 2020

Hi!

I just discovered your project and I'm very excited about it. It looks like you read my mind about a project that would use Go and Svelte to make static websites as single page apps. I'm a big fan of both Go and Svelte and use them every single day on my projects. So I'll probably get involved in this project, I see very great potential in it.

Anyways, here's my first contribution. I fou

Organization
jamstack
Website
jamstack.org