Alex Rodionov
Alex Rodionov
Currently, if I run `:Dispatch` and any iTerm window has split panes open, the command just hangs. It looks like the new session is started, but the command is being...
It would be great to release and upload a new version to [Forge](http://forge.puppetlabs.com). Otherwise, we're forced to use git source in librarian which [has some problems](https://github.com/rodjek/librarian-puppet/issues/132).
I would like to suggest a feature. Could you please add the ability to custom sort the saved pins? If this is not possible, maybe they could sort by the...
First of all, let me say thank you for that project - it really helped me to implement a custom keyboard navigation for my NSMenu within an hour. Even though...
This PR is the first draft that implements extensibility points that would be useful in Appium per appium/ruby_lib_core#429. With this PR, we can try to see if that would be...
- **Date:** 2024-01-26 - **Resolution:** Open - **Area:** Spotlight - **OS:** macOS 14.3 - **Type:** Incorrect/Unexpected Behavior ## Description If we have an application that can open above Spotlight without...
## **User description** **Thanks for contributing to Selenium!** **A PR well described will help maintainers to quickly review and merge it** Before submitting your PR, please check our [contributing](https://github.com/SeleniumHQ/selenium/blob/trunk/CONTRIBUTING.md) guidelines....
## **User description** This ensures the server is not started with a system JDK which might be missing, outdated or simply inaccessible due to Bazel test sandboxing. ___ ## **Type**...
I have the following configuration: ``` json { "features/support/lib/pages/**/regions/*_region.rb": {"type": "region"} } ``` And the directory/file structure: ``` bash ├── platform │ ├── regions │ │ ├── activity │ │ ...
First of all, thanks for this super useful plugin! I am new to Vim and I try to keep the usual workflow forcing opening each file in tab rather that...