w0rp

Results 84 issues of w0rp

This is cool and I like it a lot. :+1: I'll give you a tip I wish I was given way back at the start of ALE. I recommend that...

Qt features several classes which are designed to be stack allocated pretty much all of the time and are just a little bit smarter than being POD clases, like QPoint...

enhancement

In order to develop any project, automated testing is essential. I reckon the type stubs can be tested by creating a directory with example files, and by testing the output...

I have some modified stubs for `QuerySet` and `Manager` so they accept type parameters. This makes the following possible. ```python for foo in Foo.objects.all(): # The type of foo is...

## Problem Introducing a syntax error early in a large file will cause many language servers and linters to spew out potentially hundreds of errors that are difficult for any...

enhancement

**Name:** LIGO (various dialects) **URL:** https://ligolang.org/ LIGO is a language for writing smart contracts for the Tezos blockchain. There's a very easy to use Docker image version of the LIGO...

new tool
LSP

# What is the bug? 1. You do just about anything with a language server, such as completion 2. You have to send the document updates to the language server...

enhancement
LSP

[goneovim](https://github.com/akiyosi/goneovim) is a promising GUI client for Neovim. It would be nice to officially support this as the recommended GUI for ALE, and tweak whatever defaults we can to better...

enhancement

Currently in ALE you can right click to refactor and rename things with tsserver and LSP servers. I would like to simply add the `:ALEFix` command to the menu as...

enhancement

In both `:help ale-*` somewhere and in the FAQ we should come up with some better defaults for signs that will work more often than not. We cannot change the...

enhancement