The Wayback Machine - https://web.archive.org/web/20210307210203/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 8,017 public repositories matching this topic...

artt
artt commented Mar 2, 2021

Describe the bug

When using i18n with multiple_files structure with slug name containing "md", Netlify CMS incorrectly identify the md as the file extension, and insert lx.md there instead (where lx is the language).

To Reproduce

  • Create a yml file with the following i18n options:
i18n:
  structure: multiple_files
  locales: [th, en]
  default_locale: th
gridsome
cannikin
cannikin commented Feb 18, 2021

It would be nice if you could run only a single file with our test runner… you can normally with Jest, but we’ve intercepted the second argument and require that it either be web or api to run the suite for one whole side:

rob$ yarn rw test web/src/components/Article/Article.test.js

Invalid values:
  Argument: side, Given: "web/src/components/Article/Article.test.js", Choices: "web", "
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

Organization
jamstack
Website
jamstack.org