Forbidden Era
Forbidden Era
Hi, EDIT / TL:DR / ACTUAL ISSUE: Mostly figured it out except that I can't seem to use my own CA even when importing it 'properly' and mainly docs aren't...
### Version Version 2.3.3+win64 ### Operating system type + version OS Name: Microsoft Windows 10 Pro OS Version: 10.0.21390 N/A Build 21390 ### 3D printer brand / version + firmware...
### Windows Terminal version 1.19.3172.0 (Windows Store Preview) ### Windows build number 10.0.19045.3570 ### Other Software C:\Users\forbiddenera>ssh -V OpenSSH_for_Windows_8.1p1, LibreSSL 3.0.2 C:\Users\forbiddenera>wsl -v WSL version: 2.0.9.0 (pretty sure I originally...
### Description The Discord widget/iframe doesn't set a CSP header. Without something like ``` Content-Security-Policy: frame-ancestors 'self' https://*; ``` or ``` Cross-Origin-Embedder-Policy: require-corp Cross-Origin-Resource-Policy: cross-origin ``` sites that use ```...
If I let the woff load instead of others, I get different icons..?  supposed to be eth, bnb, matic.. but shows others? also, any chance for woff2? also also...
Checklist: * [x] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq. * [x] I've included steps to reproduce the bug. * [x] I've pasted the output of...
There's an example for deploying on the control plane for EKS. There were [commits](https://github.com/kubernetes/autoscaler/commit/d872ec3db85de83acce44a8cde503dcb59014e54#commitcomment-139033055) changing `master` to `control-plane` in a lot of places, I suppose in response to [this](https://github.com/kubernetes/enhancements/tree/master/keps/sig-cluster-lifecycle/kubeadm/2067-rename-master-label-taint#renaming-the-node-rolekubernetesiomaster-node-taint) Shouldn't...
Hi, Would be great to be able to have a property to define whether a node is open/closed by default similar to the `checked` property.
Hi, If your tree array is as such: ```javascript let data = [ { "id": "0", "text": "0", "checked": true, "children": [ { "id": "0-0", "text": "0-0", "checked": true, "children":...
Hi, The event handler for the nodes has the `nodeName` properties encoded as all capitals. HTML specification says lowercase; while this seems to work on plain HTML sites, this breaks...