Denis Krienbühl

Results 15 issues of Denis Krienbühl

I'm currently using MultiInv but I want to go back to vanilla Minecraft (not at all because of MultiInv) Unfortunately I'm a bit locked in right now, because I need...

I needed to store some state in my [elvish-gitstatus](https://github.com/href/elvish-gitstatus) package and I used the following place: ```shell ~/.elvish/package-data/gitstatus ``` This is super low-priority, but I was wondering: Does anyone have...

There's a difference I've noticed with `bash` and `elvish` that I can't quite explain. I wonder if this is intentional or not. I'm trying to write a command that runs...

bug

I'd like to use elvish for some basic scripts in some Docker containers. Naturally I don't have a `~/.elvish/lib` folder at hand, so I was wondering if there's a way...

## Is your feature request related to a problem? Please describe The `pyinfra` CLI can be used to directly run operations as follows: ```shell $ pyinfra INVENTORY server.user pyinfra home=/home/pyinfra...

CLI

Using AES-PMAC-SIV with Python 3.6 as follows produces as an error: ```python from miscreant.aead import AEAD from secrets import token_bytes aead = AEAD('AES-PMAC-SIV', key=b'0'*64) # this works: aead.seal(token_bytes(1024*4), nonce=b'0' *...

bug
js
python
ruby

When `\r\n` is used for line endings, the behaviour can be a bit surprising: ```python >>> from mistletoe import Document, HTMLRenderer >>> HTMLRenderer().render(Document("foo \r\nbar")) 'foo \r\nbar\n' >>> HTMLRenderer().render(Document("foo \nbar")) 'foo\nbar\n'...

enhancement
documentation
has-workaround

##### SUMMARY With Zabbix 5.4 Screens are no longer available. Instead, "Dashboards" are used. ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME community.zabbix.zabbix_dashboard ##### ADDITIONAL INFORMATION See https://www.zabbix.com/documentation/current/manual/api/reference/dashboard

enhancement
module

Usually, Ghost.py should intercept file uploads like these: ``` ghost.set_field_value('input[name=file]', '/tmp/test.txt') ``` This works with ``, but not with ``. The latter will trigger a file open dialog. The reason...

To thoroughly test our Loki deployment we wrote a script that does an end-to-end test through this path: 1. Write to Journal. 2. Promtail scrapes Journal and ships to Loki....

component/promtail
type/bug