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,768 public repositories matching this topic...

mikz
mikz commented Mar 14, 2021

Describe the bug
You can't type some characters using Windows-1250, CP-1250, ISO 8859-2 keyboard characters in Safari 14.0.x on macOS.
Specifically ď or ť characters. You type those by first using the diacritics ˇ and then d making a ď. Or ˇ plus t to make ť.
Instead of the diacritics character the normal latin one is used. Using Czech keyboard layout.
This happens only in Rich text/Markdo

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