Marco Colli
Marco Colli
@Joseph-Azzam What CSS you added exactly to fix this issue?
@giiska If you believe that this is a bug in Editor.js, you need to open the issue here: https://github.com/codex-team/editor.js Otherwise, if this is a bug of this plugin, you need...
@giiska I am not a maintainer of this repo, my comment was just a suggestion. I am also hoping to see this issue fixed. I would like to use this...
The `font` tag feels right in this context. You avoid having to sanitize the CSS inside the HTML (which can be a pain). It's sad that they have deprecated the...
Same problem here. No errors displayed in console. It only applies the default color, but you cannot change it... Tested on MacOS / Chrome (latest versions)
I have used this solution: https://answers.abstractbrain.com/how-to-create-an-image-gallery-in-markdown/
You can use something like this: ``` config.lograge.ignore_custom = lambda do |e| # return true here if you want to ignore based on the event return true if e.payload[:status].try(:to_i).try(:
Same issue in Ubuntu 18.04 LTS
Finally we decided to set a `PORT` env variable where the buildpack is used (e.g. inside Kubernetes). This seems the de facto standard (also confirmed by your links).
Do you think that it would be useful to make the `PORT` env variable explicitly **documented** by Buildpacks? (writing for example that the application and any configurations generated automatically by...