Mirek

Results 36 issues of Mirek

Here's my config: ```json { "type": "dnd", "align": "left", "width": 38 }, ``` After the Big Sur update, the button is not toggling the do-not-disturb mode. The icon still changes...

After I updated my OS to Big Sur, the network plugin has some padding issues: Here's how it looks like right now: It's configured as folllowing: ```json { "type": "network",...

## User Story As a `sfserver` user, I want `queryport` to be used in discord alerts. ## Basic info * **Distro:** N/A * **Game:** [Satisfactory] * **Command:** [N/A] * **LinuxGSM...

info: alerts

With assertJ, we can add a custom name for given asserted object, for example: ```java Assertions.assertThat(mansion.guests()).as("Living Guests").isEqualTo(7); ``` Will result in: ``` [Living Guests] expected: but was ``` Selenide comes...

P3-collecting-feedback

**To reproduce on fresh installation:** - provide following configuration: ```json { "access_token": "your_token", "excluded_files": "someFile.sublime-settings" } ``` Please note that the `excluded_files` is a `string`, where it should be `[]string`....

I'm having some issues when deploying from `sameersbn/bind:latest` using Portainer that runs on OpenMediaVault. I configured `/data/` to be mapped to `/src/dev-disk-by-uuid-XXX/sharedFolder/containers/bind`, the container doesn't start. Log says: ``` 07-Feb-2021...

It would be great if we're able to start searching clipboard history from within the hotkey-activate Bezel window. It could be activated by a key while the bezel is showing.

Hi! Let's say I have a custom `isOpened()` matcher that checks if a page has been opened. It has the following methods: ```java @Override public void describeTo(Description description) { description.appendText("Page...

Hello! I don't know if I'm missing something, or not. Is there a way to parse `tomorrow at 12` and have the lib assume the minutes value? (i.e. have the...