-
I've got a query editor with about 100 lines of SQL in it. If I'm typing at the end of that sql - on line 100 - I get a normal response time to key strokes. If I move the cursor to line 1 and try typi…
-
I'm working on my own Prelude and occasionally I do this thing where I splat out some function, then run it with the wrong arguments later in the file. This is a time-honored tradition for those worki…
-
- Floating point instructions
- Indexed/stack loads/stores?
- Automatic semver APIs (Elm)
- Automatic SIMD/multi-core distribution of matrix operations (TensorFlow)
- Lightweight packaging (go/npm…
-
@xanathar @LimpingNinja A new GitHub/NuGet release hasn't been pushed out since 2016, despite numerous commits to the repository since the last release.
I am the founder of [Luraph](https://lura.ph…
-
## Description
Most commands contain two or three words which makes it difficult and time-consuming for the user to type.
The use of hyphens also make the commands harder to type.
This goes agains…
-
This is a minimized function from the Gradualizer test suite:
```erlang
-spec g(list(tag)) -> list(string());
(tag) -> string().
g([]) -> [];
g([tag | _]) -> [g(tag)];
g(tag) -> "".
``…
-
**Describe the solution you'd like**
I'd like to propose adding type hints to the `Aiokafka` project. I've used `mypy` to analyze the codebase, and I believe that adding type hints could significantl…
-
I propose we enable a [`defer-errors-to-runtime`](https://gitlab.haskell.org/ghc/ghc/-/wikis/defer-errors-to-runtime)[^1] feature for using fsharp compilation output even when there are type checking …
-
Saw the following issue on checkout and running `cargo test`.
```
---- tests::test_programs::path_14_test_programs_objects_blis stdout ----
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━…
-
In my experience, static typing is extremely helpful for new developers who are just beginning to explore a codebase (like myself). It can also give developers more confidence that changes to existing…