Bartosz Stefańczyk
Bartosz Stefańczyk
Hi! We didn't really like spam with `Connecting to database ...` by our few plugins using IDB, so I decided to make this PR. Hope it'll get merged soon :)
Any reason why Bukkit API is very outdated in this project? I think it should be latest version, but I guess there's valid reason for it being outdated. If it...
Hey, Recently I came across small issue. With code ```java private final TextReplacementConfig emoteReplacement = TextReplacementConfig.builder() .match(emoteRegex) .replacement(matchResult -> Component.text() .resetStyle() .color(TextColor.fromCSSHexString("#fff")) .content(getReplacement(matchResult.content())) .hoverEvent(HoverEvent.showText(Component.text(matchResult.content() + "\nSHIFT+LMB to insert").color(TextColor.fromCSSHexString("#666")))) .insertion(matchResult.content()) )...
It'd be great if we could specify secrets ourselves, without using file. Currently we need to specify path to file which contains identity secret, shared secret and steamid.
Hey, since upgrade of my drivers to AMD GPU 5.6.0.20.20 my League of Legends client crashes my whole DE. Before update it was working fine. Problems started along with game's...
This fixes error occurring on Rocky Linux 8. Role was unable to find dnsmasq package. OS that it wasn't working on: ``` NAME="Rocky Linux" VERSION="8.6 (Green Obsidian)" ID="rocky" ID_LIKE="rhel centos...
Creating network with `podman network create --route 10.1.0.0/24,1.1.1.1 --opt no_default_route=1 testserver`: ```json [ { "name": "testserver", "id": "dcc38ca4c22e02f94beb62aea608ef13ad14b466f9815bcc284a78e4da9af3a5", "driver": "bridge", "network_interface": "podman6", "created": "2024-02-19T02:36:20.158376838+01:00", "subnets": [ { "subnet": "10.89.6.0/24", "gateway":...
# Summary This PR adds E2E tests based on view screenshots done via `react-native-view-shot`. It only works with devices that have their [pixel ratio](https://reactnative.dev/docs/pixelratio) equal `3`. If you want to...