Andrew Dunai

Results 42 issues of Andrew Dunai

Neovim version: `NVIM v0.7.0-dev+715-g1f3c0593e` LSP server: `gopls` My config: ``` vim.g.code_action_menu_show_details = false vim.g.code_action_menu_show_diff = false ``` ![image](https://user-images.githubusercontent.com/190107/146086518-fb569ffe-bc5b-4d45-a1b2-b587572d091f.png) When selecting `Fill log.TextFormatter`, nothing happens. However when using `vim.lsp.buf.code_action()`, the struct...

I'm trying to use `wlr-foreign-toplevel-management-unstable-v1.xml` and I'm getting this error: ```py Exception ignored from cffi callback : Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/pywayland/dispatcher.py", line 41, in dispatcher_func args =...

bug

It would be great to have actual app testing with a mocked Google Play client. Currently we have only code style checks. Putting this issue here to remember about it...

help wanted
project

### Godot version 3.5-rc8 ### System information Ubuntu Latest (Ubuntu 22.04 LTS) in Docker ### Issue description I'm exporting a project for Windows & Linux in a Github Action. When...

bug
topic:editor
needs testing
topic:export

### Godot version 3.5-rc8, 4.0.dev ### System information ArchLinux ### Issue description Tileset data as well as tilemap itself loses all tile configurations and renders a blank tilemap when using...

bug
topic:editor
topic:2d

### Godot version 4.0.dev (d8ec27cdc1) ### System information ArchLinux ### Issue description While test-migrating my project to 4.0 using latest Godot (master, d8ec27cdc1), I've found several more issues. I'm willing...

bug
topic:editor

There doesn't seem to be a way to make the project runnable in both AWS and offline. ## Attempt 1 (from `aws-go`) So I have this config (from `aws-go` template):...

help wanted

### Installation info - Version: `Dunst - A customizable and lightweight notification-daemon 1.6.1 (2021-02-21)` && `Dunst - A customizable and lightweight notification-daemon 1.7.1 (2021-11-01)` - Install type: `package` - Distro...

Assuming the following schema: ```graphql schema { query: Query } type Query { test(a: String, b: String): String } ``` Let's say I want to run the following query: ```graphql...