Kohányi Róbert

Results 6 issues of 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...

ready

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),...

ready

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; });...

type: enhancement
priority: 4 (low impacting)

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: ![image](https://user-images.githubusercontent.com/1104829/92318909-078dcd80-f013-11ea-9b5f-4d41270e3a58.png) 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 ![image](https://github.com/user-attachments/assets/43064c83-74fd-4f34-a117-0bec640e2e36) 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...