Matouš Jan Fialka

Results 44 comments of Matouš Jan Fialka

I confirm this issue, I had to do: ```shell mkdir -p /opt/netbox/netbox/media/netbox-attachments chown netbox:netbox /opt/netbox/netbox/media/netbox-attachments ``` This step **SHOULD** be documented. It took me a little time to figure it...

@MichaelEischer Yep, that's pretty clear, but it's ugly and "unergonimical". I still don't see any point why the `-r` shouldn't override the variable... (?) I need the option to be...

@stgraber I would also love to see [output example 10] as default for tables or a global configuration option (the easiest to implement, I guess). To setup all the aliases...

The whole system **SHOULD** support *Unicode scalar values* everywhere where it is applicable (anywhere where users may input something), IMHO.

@cyphar > I'll try to get it done this week (both zstd support and a release). I'd like to kindly ask whether there has been some progress yet, please?

I see 3 suspicious things. This is how the file **in fact** ends: ```` ```#drive name: "Sandisk” ```` 1. the code block is not ended 2. the second quotation mark...

@enRchi I do not really think *HAProxy* will ever support *UDP* because it's *TCP* and *HTTP* proxy by design. I also though *UDP* support would be nice but then I...

> * [ ] In numbered lists :heart: > * [ ] In random text paragraphs (just move the paragraph line up/down) :heart: > * [ ] For headers: move...

@lutzky That's great idea! I run with ```yaml hideSyncButton: true hideEditButton: true ``` and added custom ```yaml actionButtons: - icon: refresh-cw command: "{[Sync: Now]}" description: Synchronize now ``` in my...