Markus Geiger
Markus Geiger
Please implement RFC5988 Link Header https://tools.ietf.org/html/rfc5988#section-5 Also see: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Link I often do need this functionality. And yes, I am know of: https://github.com/httpie/httpie/issues/323
This was one of the first thoughts I had when I saw the app ;)
I'm no python expert, but default compilation didn't work. I got following error: Traceback (most recent call last): File "./KeyboardLayoutEditor", line 64, in import ParseXKB File "/home/ctang/Sources/keyboardlayouteditor/ParseXKB.py", line 26, in...
I use dasel in a helm filter to modify template for k8s. Unfortunately modifying YAML ends in empty string becoming null. **How to reproduce** `foo.yaml`: ```yaml kind: ConfigMap data: foo:...
```bash $ uname; arch Linux x86_64 $ eget zyedidia/micro --system darwin/amd64 2 candidates found for asset chain: please select manually (1) micro-2.0.14-linux64-static.tar.gz (2) micro-2.0.14-linux64-static.tar.gz.sha Enter selection number: ``` I would...
If you put the example on README.md into a eget.toml it is unable to automatically install: ```bash 2 candidates found for asset chain: please select manually (1) micro-2.0.14-linux64-static.tar.gz (2) micro-2.0.14-linux64-static.tar.gz.sha...
AWS Web Console has now multi-session support - can `saml2aws console` support that? https://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/multisession.html It seems they now prefix now the web console URL with something like `${ACCOUNT_ID}-${8CHAR_HASH}-{REGION}.console.aws.amazon.com`
It is considered a good browser by many people Although based on webviews there are privacy concerns, which could easily resolved by opensourcing the app. Has there been an audit?...
Seems they changed their login-page to look nycer or something. My fork is a bit out of sync, so I just provide that function: ``` from bs4 import BeautifulSoup import...