Stephen Moore
Stephen Moore
Hi, Can we have an addition to the go linters for revive? https://github.com/mgechev/revive I copied the golangci-lint definition and added this locally and it seems to work ``` function! neomake#makers#ft#go#revive()...
Hello, I'm struggling to figure out how to tell nvim that my gradle wrapper is not malicious. This is what I'm trying so far which feels wrong and doesn't work...
Hello, Can we have an official cloud builder for Go 1.18 please? Thanks **Which builder is relevant to this request?** Go **Is your feature request related to a problem? Please...
* cattrs version: 1.10.0 * Python version: 3.10 * Operating System: Mac ### Description Hello, Is it possible to add a `takes_metadata` like option to cattrs.Factory similar to the `takes_self`...
Hi, I have a struct that looks like ``` #[derive(PackedStruct, Debug, Copy, Clone, PartialEq, Default)] #[packed_struct(bit_numbering = "lsb0", size_bytes = "8")] pub struct Header { #[packed_field(bits = "15:0", endian =...
Hello, It would be nice to have a custom UserAgent header for the benefit of cloudtrail logs. From looking at the code, it would appear the only way I can...
Hello, After upgrading to python3.9 and big Sur, it appears pyls will start consuming 100% CPU after some time. What can I do to try and figure out why? Minus...
**Bug Report** Hello, I want to do something like: ```python def match(info: RequestContext): match info: case RequestContext.ForPopup(data_only_in_popup_context=data): print(data) case RequestContext.ForDetailPage(data_only_in_detail_page=data): print(data) ``` However I'm getting unreachable warnings when --warn-unreachable is...
Hello, I'm not sure if I'm missing something obvious, but is there patterns for testing how my plugin interacts with mypy caching for both mypy and dmypy when code is...
Hello, When I start a server using some random self signed cert and then I use SSL.VERIFY_PEER on the ssl context I give to create_starttls_connection, should it complain if I...