Forbidden Era

Results 27 issues of 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...

question
documentation

### 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...

autospeed

### 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...

Issue-Bug
Needs-Triage

### 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 ```...

bug
synced

If I let the woff load instead of others, I get different icons..? ![image](https://user-images.githubusercontent.com/7980490/200778372-675caf48-5828-4003-a657-5e8155c37b9b.png) 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...

bug
component:core

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...

area/cluster-autoscaler
area/provider/aws
kind/bug
triage/accepted

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...