gagara

Results 12 issues of gagara

After upgrade to webkit-gtk-2.36.x login page is blank. Thus, not possible to enter credentials and proceed with login. Downgrade to 2.34.x fixes the problem. Distro: Gentoo

If I have maven multi-level project, e.g.: ``` mavenproject module1` submodule1A submodule1B module2 submodule2C ``` and I want to run test in `submodule1A` then maven runner tries to use `-pl...

Keepalive option at https://github.com/logstash-plugins/logstash-input-http/blob/master/src/main/java/org/logstash/plugins/inputs/http/NettyHttpServer.java#L57 should not be hardcoded, but it must respect "Connection" header. If in plugin configuration user provides custom response header as ``` response_headers => {"Connection" => "close"}...

ffmpeg unable to decode h264 stream with `h264_rkmpp` decoder. Command I use: ``` ffmpeg -y -benchmark -t 30 -analyzeduration 1000000 -probesize 1000000 -fflags +igndts -hwaccel drm -hwaccel_device /dev/dri/card0 -c:v h264_rkmpp...

Hi, What is the distribution license for this software? Can you, please add respective info to the repo? Thanks.

## Result from CocInfo vim version: VIM - Vi IMproved 9.0 9000246 node version: v18.8.0 coc.nvim version: 0.0.82-b6e723ca 2022-09-13 11:25:46 +0800 coc.nvim directory: /home/vgagara/.vim/plugged/coc.nvim term: dumb platform: linux ## Describe...

With latest versions of jdt.ls "organize imports" code action stopped working. Following exception observed in workspace `.log`: ``` !ENTRY org.eclipse.jdt.ls.core 4 0 2024-01-26 16:29:18.250 !MESSAGE Failed to resolve organize imports...

Is it possible to do "reverse" `:GBrowse` action? i.e. open fugitive object by providing github URL. For example, if I have opened this repo in fugitive then doing something like:...

Hello. Thanks for quite interesting solution. Is there any plans to add driver for Pine64 LoRa devices? E.g. they have USB stick https://wiki.pine64.org/wiki/Pinedio#USB_adapter and addon for PinePhone https://wiki.pine64.org/wiki/PinePhone_(Pro)_Add-ons. Both are...

If I have multiple projects loaded to workspace and they have modules named identically, e.g.: ``` project_1 service client project_2 service client ``` then when project picker is opened (for...