jmnote
jmnote
I am interested in discussing this issue. The status of my system is as follows. ``` [root@localhost ~]# systemctl is-enabled node_exporter disabled ``` ``` [root@localhost ~]# systemctl list-units --type service...
workaround... ``` root@wsl:~# helm list -n keycloak NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION kc keycloak 4 2024-01-07 07:07:56.218268445 +0000 UTC deployed keycloak-18.4.4 17.0.1-legacy ``` ``` root@wsl:~# kubectl -n...
Suggested fix: https://go-review.googlesource.com/c/oauth2/+/555395
Same here. It also seems to be related to issue https://github.com/coddx-hq/coddx-alpha/issues/63.
  root cause: tailwind change( https://github.com/tailwindlabs/tailwindcss/pull/10835 )
Another workaround... I found out that it can be solved with tailwind config. ( https://tailwindcss.com/docs/configuration#selector-strategy ) ```js /** @type {import('tailwindcss').Config} */ module.exports = { // ... important: '#app', } ```...
Thanks for the PR. But I'm not sure if it's right to change it that way. I don't see any problems with the existing code. Would you like to check...
This issue involves deciding whether or not to enter `resources` in three places as shown below. ``` "ResourceModules": { "ext.SimpleMathJax": { "scripts": ["(resources/???)ext.SimpleMathJax.js"], ... "ResourceFileModulePaths": { "localBasePath": "(resources???)", "remoteExtPath": "SimpleMathJax(/resources???)"...