Cole Mickens

Results 464 comments of Cole Mickens

Also, thank you x1000. This is quite slick.

Are you continuing forward with that port/fork? I have noticed an issue with it and wanted to file it, but it seems Issues are disabled. (For context, I'm updating the...

It seems like if I convert the PEM key like this, it will work: ``` openssl pkcs8 -topk8 -inform PEM -outform PEM -nocrypt -in key.pem -out key8.pem ``` and switching...

#33 helps with this by adding basic openssl generation docs

Thanks for the fast reviews! I've made the suggested changes. Everything works e2e with my Nix package and `waybar` (mostly wanted to validate the include path change)!

Thanks! I'd prefer to leave as-is, mostly because I don't have enough context to quite know how to test the suggested change e2e to validate that I've actually done it...

I also would like this, and is part of the reason that I cannot adopt `niv` for `nixpkgs-wayland`. `nixpkgs-wayland` contains a script, update.sh` that uses `nix-prefetch` to update packages sources...

No. Interestingly, it seems that user-css is supposed to be a link to a CSS file, rather than inline CSS. https://github.com/chromium/hterm/blob/23300c0308d9e4ea9bd784807a4e40b1fb1ac69e/js/hterm_scrollport.js#L437 Not the impression I had gotten from the way...

I experimented with this and ran into issues. Just using the inspector I tried injecting the relevant html but it violates cross origin policies. Probably abandoning this for now. `Cousine`...

Where is the official `hterm` project page? How does one most easily get in contact with "the `hterm` folks"?