Andrii Fidria
Andrii Fidria
# 🚀 Feature request It would be nice to be able to ignore a specific line in css. For example, overscroll-behavior-y is missing in Safari and webhint warns about this,...
In tests/pixel-perfect/main.c I added camera.zoom = 0.5 and switched filtering to NEAREST by pressing 'f' (but the effect is observed without this as well). When I move rectangles by 1.0...
This PR is based on unmerged https://github.com/Chia-Network/chiapos/pull/176 Please review only the last commit, I'll rebase once 176 is merged. Can be merged separately if needed. Will require adding commandline switches...
During parallel plotting when copying multiple plots to dest simultaneously, if dest is HDD it'll result in slowdown and FS fragmentation. This patch tries to detect whether dest is rotational...
``` - router["command"] : allow both "/command" and "command": typical usage - router["command", .exactMatch]: allow only "command": rare case - router [".command"]: allow only ".command": special command sets - router["/command"]:...
In String+ExtractBotCommand.swift it skips alphanumerics only in command name. Should actually skip any characters except '@' and whitespaces.
If someone blocks the bot it should get an 403 error the next time a message is sent to that user. Verify that this is handled correctly. On unblock the...
Currently it's mandatory to specify a result with type (it will be automatically deserialized from json). Allow omitting it. ``` bot.requestAsync("sendChatAction", ["chat_id": context.chatId, "action": "typing"]) { (result: Bool?, error: DataTaskError?)...