Jędrzej Orbik

Results 15 issues of Jędrzej Orbik

I know, that for many users it is useful to have an overview on the current state of the app, but why not to add the possibility to hide the...

enhancement

I am running SoundCleod 1.4.0 on MacOS Mojave 10.14.5 and the media control keys (play, pause, next track) work properly after starting the app. But if I start playing some...

bug
help wanted

If I start vscode's search function with C-S-p and C-f the replace button does not do anything. Only "replace all" works. Is there an easy way to fix it?

As in title. I am using Zotero on Mac and program crashes after selecting "Update citations" from collection or subcollection context menu. All I can see is the spinning loading...

I like to control the light colors with the app because of all the color presets and the nice Rhythms feature. The problem is that if I turn on the...

[Uninstall](https://github.com/Swind/pure-python-adb/blob/b136202b04660db57b49418514dd9eddc2ecb365/ppadb/device.py#L129) does not remove the APK from the list of the installed apps. That is strange, because if we run: ``` >>> device.is_installed(apk_name) True >>> device.uninstall(apk_name) True >>> device.is_installed(apk_name) False...

I am using neovim on my personal machine with excellent Codeium but at work because of the policy I cannot use it. To comply with that, I am not logging...

enhancement

**Describe the bug** Currently to scroll by clicking and dragging it's necessary to click at the upper half of the scrollbar to ensure the click is registered on the scrollbar....

bug

Do you currently have a solution for debugging in nvim or is it something you would do in other editor?

Is the delete action still working as expected? With my lazy.nvim setup: ``` { "MattesGroeger/vim-bookmarks", config = function() vim.g.bookmark_no_default_key_mappings = 1 vim.g.bookmark_save_per_working_dir = 1 vim.g.bookmark_sign = "" vim.keymap.set('n', '', 'BookmarkToggle',...