Filip Pytloun

Results 17 issues of Filip Pytloun

It would be good to be able to reference grains in the similar manner as plain pillar does. It's available eg. as one of globals to external pillars: https://docs.saltstack.com/en/latest/topics/development/external_pillars.html#ext-pillar

enhancement
backlog
Investigating

Don't know if this is desired behavior but it makes sense to me to don't show per-page button if user doesn't have permissions to edit given page. Therefore it also...

If I call webhook via `curl -X POST http://waliki.ifrit.eu/wiki/_hooks/pull/origin` it get's stucked and will timeout. If run manually as given user, I get following: ``` %{%}$%{%} /usr/bin/git --no-pager pull -s...

### Describe the bug I have Fluentd forwarding messages to 6 kafka brokers. After crash of single broker, 1/6 of produces will fail: ``` 2022-06-13 09:26:24 +0000 [warn]: #1 [out_kafka_access]...

I am getting following error when trying to use i18n_subsites plugin with default configuration: ``` DEBUG: Read file pages/en/about.rst -> Page DEBUG: Signal page_generator_preread.send(PagesGenerator) DEBUG: Signal page_generator_context.send(PagesGenerator, ) DEBUG: Read...

Given this invalid secret definition: ``` apiVersion: v1 kind: Secret metadata: name: mylittlesecret type: Opaque data: somesecret: dummy ``` kubectl would fail as data needs to be base64 encrypted while...

upstream
schema

My Home Assistant version: 2022.4.0 Layout-card version (FROM BROWSER CONSOLE): 2.4.2 Original issue in theme repository: https://github.com/JuanMTech/macOS-Theme/issues/4 What I am doing: I am using macOS-Theme and it seems that theme...

Enhances https://github.com/ixixi/fluent-plugin-sqs/pull/46

It would be great to have option to skip empty files. Use-case is to skip files that are eventually opened by another process and not flushed and closed yet. Might...