Skip to content
#

jamstack

Here are 6,616 public repositories matching this topic...

Ghost
daniellockyer
daniellockyer commented Jan 22, 2021

Issue Summary

When running under Node 14, the error message printed out when a second instance of Ghost is trying to bind to a port isn't the custom one we have, but the generic one.

To Reproduce

  1. Use Node 14
  2. Run an instance of Ghost
  3. Attempt to run another instance of Ghost on the same port
  4. 💥

We have a check like error.errno === 'EADDRINUSE', which evals to `fa

sorokinvj
sorokinvj commented Jan 30, 2021

Describe the bug
Long names of custom editor components are cut by ToolbarDropdownWrapper component

To Reproduce

  1. register Editor Component with a long name, e.g. "Full Width Component"
  2. Launch CMS
  3. Click + button in Markdown widget
  4. See that only part of the name is shown
    -->

Expected behavior
Name should be shown fully

Screenshots
![2021-01-30_15-40-16](h

gridsome
thedavidprice
thedavidprice commented Jan 20, 2021

If a user runs yarn rw upgrade ... from a directory other than project root, there are cases where the root package.json is not handled correctly by yarn ('cause yarn is a mess when it comes to this command).

We need to ensure Execa has cwd set whenever it is called:
https://github.com/redwoodjs/redwood/blob/main/packages/cli/src/commands/upgrade.js

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

Improve this page

Add a description, image, and links to the jamstack topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the jamstack topic, visit your repo's landing page and select "manage topics."

Learn more