Kohányi Róbert
Kohányi Róbert
While hacking on #7 I've noticed that even though tests fail (because I messed up the packages on the box on my branch) the overall test passes. [Please see the...
I'm trying to build a CMake project which locates libs via pkg-config. Based on [osxcross's pkg-config README](https://github.com/tpoechtrager/osxcross/blob/master/README.PKG-CONFIG.md) I'm trying to instruct pkg-config where are the dependencies (I've already built those),...
I've a custom tv4 keyword defined like this ``` tv4.defineKeyword('email', function(data, value, schema) { if (schema.email) { if (/^\S+@\S+$/.test(data)) { return null; } return {code: 10001}; } return null; });...
Given that 1. Gboard is the active keyboard 1. I open/switch to Keepass2Android 1. Open/create a new entry 1. There's a window/activity switch 1. I see this:  1. Then...
Hey! I've started using this tool and bumped into a weird issue. To sum it up, I ended up with this commit message using the tool ``` docs: 📚️ mention...
### Discussed in https://github.com/marcopiovanello/yt-dlp-web-ui/discussions/251  Creating an issue/branch for a PR from the above mentioned discussion. - [x] The dropdown would appear only if in the settings one enables "override...