-
I saw at friend's computer that zsyh caused ~0.8s delay after each key press when PWD was directory with 89000 files IIRC. Tested this on my machine and the lag is like 100 ms, though. However, what a…
-
We are currently using Twelve Data in production but have yet to split out a separate open source library. We aren't using the Websockets API right now, but other endpoints, especially the time series…
-
In Safari 17.5 on macOS Sonoma 14.5 (using Userscripts 4.4.5), the script causes an annoying refresh:
1) On every search, it first loads Google with the “All” tab.
2) It then quickly switches the …
-
Are you interested in type annotations? E.g. if I submitted a pull adding a bunch of type annotations to the project, is that something that you'd see being easily merged?
-
Never was added without a PEP as a way to directly indicate that something is uninhabited in 3.11
This brings up something from where we now have a way to express what appears to be an LSP violati…
-
Hi!
For a long time, IntelliJ Platform lacked a built-in API to display inline completion (aka gray text completion). As a result, many plugins, including Codeium, implemented it from scratch. In the…
-
* Type checking this module takes forever. There's a bottle-neck somewhere.
* There is not clear separation of concern. Modularization, so we can use put helpers as unexported functions in separate m…
-
let's see the following correct function with spec
```erlang
-spec f(atom() | integer()) -> true | integer().
f(AI) ->
is_atom(AI) %% Expr1
orelse
AI + 1. %% Expr2
```…
-
Pythons implementation of typing at the language level has been very limited, with only the absolute minimal changes to the grammar being implemented:
- type annotations: `a: int`
- return type anno…
-
ESP32-S3-Zero (https://www.amazon.com/dp/B0CHSBQ1G4?psc=1&ref=ppx_yo2ov_dt_b_product_details)
Thonny 4.1.4 (2023-11-19)
Can't save files (main.py or boot.py...)
------------------------------…