Yohan González Almaguer
Yohan González Almaguer
` .ace-jsoneditor .ace_cursor { border-left-color: red; } `
i am facing with the same issue, this its part of my package.json with dependecies that i have installed. I am running an angular project version 16.2.9. "@swimlane/ngx-graph": "^8.2.3", "d3":...
thanks for solution https://github.com/adnanbashir1993
I am facing the same issue, i try to make the initial login and receive "Bad Gateway" I try version 2.11.1 and 2.10.4, I have docker v25.0.4 this is my...
``` [3/26/2024] [4:30:35 AM] [Global ] › ℹ info Using MySQL configuration [3/26/2024] [4:30:36 AM] [Global ] › ✖ error getaddrinfo EAI_AGAIN npm-db [3/26/2024] [4:30:37 AM] [Global ] › ✖...
Hi @mrw5, Here are the logs of the npm-db container [npm-db.log](https://github.com/NginxProxyManager/nginx-proxy-manager/files/14758467/npm-db.log)
ok thanks @mrw5 , I'm going to try this thing you told me about. In any case, could you share an example using SQLite as you mentioned.
I managed to solve the problem. I wiped my docker compose volumes, made some changes and got docker compose back up. ``` version: "3.8" services: npm-app: image: 'jc21/nginx-proxy-manager:2.10.4' container_name: npm-app...
this works for me, I copied dark styles from [CKEditor](https://github.com/ckeditor/strapi-plugin-ckeditor/blob/master/admin/src/components/CKEditorInput/styles/dark.js) src/admin/global.css ``` @media (prefers-color-scheme: dark) { .ck { --ck-color-toolbar-background: rgb(24, 24, 38); --ck-color-text: rgb(165, 165, 186); --ck-color-editor-base-text: rgb(255, 255, 255);...