Andreas Schneider
Andreas Schneider
Please add support for reading the values for WhiteBalance (RedBalance, BlueBalance, WB_RGGBLevels). You can't read them with exiv2 from Nikon or Sony RAW files. It works using exiftool. Examples can...
I can list the commands with `telescope_dap.commands({})` but selecting one does only run it without arguments. It fails e.g. for `set_debug_level`: ``` E5108: Error executing lua: /home/asn/.local/share/nvim/lazy/nvim-dap/lua/dap/log.lua:34: Log level must...
### Problem Statement You provide a nice picker to select a process to get the pid. It would be great to have the same available to select programs/executables to debug....
Please add support for HiDPI displays. All displayed graphics are pixelated. The GREYC icons need to be added with a higher resolution and the preview needs to be scaled correctly....
Hi, I've started to look into the latest changes Samsung added. Here are a bunch of small fixes from 1.2.24 (2017-09-05). In my repo is a branch asn/samsung-wip which work...
I've integrated exfat-nofuse into my Android kernel, but I'm not able to access the filesystem. It works with the fuse exfat. ``` lilac:/ # cd /mnt/media_rw/37304330-2d36-3241-3000-6a18a8bb9f9e/ lilac:/mnt/media_rw/37304330-2d36-3241-3000-6a18a8bb9f9e # ls ls:...
This hides the bare repo files in a `.bare` repository.
neovim tired to improve the watchfunc for lsp servers and used fswatch. However fswatch is horribly slow on set up. Doing the following in the Samba source code ``` fswatch...
I'm running `git ls-files` on the Samba source tree which has 11k files. Appending this to inotifywait ends up in a buffer overflow: ``` git ls-files -z | xargs -0...
**Describe the solution you'd like** Currently for project rename lspsaga is using ripgrep. However this will replace it in all files and sometimes doesn't work as expected. The solution would...