-
Updated
Mar 31, 2021 - JavaScript
Jamstack
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 9,302 public repositories matching this topic...
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
Summary
Add a site AMP version.
Basic example
Nuxt.js has an example: https://github.com/nuxt/nuxt.js/tree/dev/examples/with-amp
Gatsby AMP Plugin: https://www.gatsbyjs.org/packages/gatsby-plugin-amp/
Motivation
The AMP Project support is very important to accessibility and Google's Pagerank. So, it could will be awesome had this support in Gridsome.
I think it might be easier to parse if the most important information (the text I highlighted) is at the bottom of the installation instructions.
-
Updated
Mar 9, 2021 - CSS
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
(suggested by Berndinox in #205; been bugging me for a while too)
Currently, the Docker image exposes port 80. We should change this so that running Meli doesn't require root access.
We'll need to update the deployment docs.
-
Updated
Mar 31, 2021 - JavaScript
-
Updated
Mar 22, 2021 - Go
-
Updated
Apr 1, 2020 - JavaScript
-
Updated
Mar 18, 2021 - C#
-
Updated
Mar 22, 2021 - Go
-
Updated
Mar 30, 2021 - Vue
-
Updated
Mar 26, 2021
-
Updated
Mar 31, 2021 - PHP
-
Updated
Mar 11, 2021 - JavaScript
-
Updated
Mar 30, 2021 - JavaScript
-
Updated
Jan 5, 2021 - JavaScript
-
Updated
Oct 20, 2020 - JavaScript
-
Updated
Mar 30, 2021 - JavaScript
-
Updated
Mar 16, 2021 - SCSS
-
Updated
Mar 22, 2021 - SCSS
- Organization
- jamstack
- Website
- jamstack.org

Describe the bug
Using xframe
ALLOW-FROMthrows 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