-
**Describe the bug**
After entering a when clause in my vhdl file, and hitting enter, I find the next line is indented one step too far (as if I was entering a multi-line when / `with $foo select` co…
-
This is a tracking issue for the RFC "`try_trait_v2`: A new design for the `?` desugaring" (rust-lang/rfcs#3058).
The feature gate for the issue is `#![feature(try_trait_v2)]`.
This obviates h…
-
In our pre-commit configuration, we use something like
```yml
exclude: (^env/|.pixi/)
repos:
- repo: local
hooks:
# prettier
- id: prettier
name: prettier
…
-
# Rationale
Three main reasons for adopting [rust](https://www.rust-lang.org/) language in the LBRY SDK:
1. Significant performance improvements.
1. Ability to share code with every other programmi…
-
### Steps to reproduce
Use `pylsp-all` language server with work done progress enabled to see the error.
Since the server returns the id as string, the client needs to send it as string. The follo…
-
# Feature Request
**Describe the Feature Request**
Cairo function pointer
**Describe Preferred Solution**
Like in Rust language ( https://doc.rust-lang.org/reference/types/function-poi…
-
I'm not sure whether it's applicable for this project, but I would love it if this bot will be not `haskell`-targeted and there will be support of other programming languages linting.
In particular…
-
- I have searched open and closed issues and pull requests for duplicates, using these search terms:
- `is:issue translation`
- I have checked the latest `main` branch to see if this has already b…
-
Currently, the haskell and rust implementations (amongst others) produce an error on the following expression: `1 == true`.
While this makes sense to refuse this expression in a typed language (the…
-
Currently when parsing the info-string to determine the codeblock language the word up to the first space character is used:
https://github.com/kivikakk/comrak/blob/03238b81d0917acbea73a2d255603f80…