Zach Silversmith
Zach Silversmith
When I attempt to type "import Data.Map" in VS Code in a new Haskell file, I get to "Data" and the only autocomplete option is "data" (lowercase data). Same issue...
I have no way to get notifications for my enterprise GitHub account. This app should allow users to specify the enterprise github URI, and accept a personal access token.
- [X] I have read through the manual page (`man fzf`) - [X] I have the latest version of fzf - [X] I have searched through the existing issues ##...
Our organization routinely runs into CPU performance issues where Pylance's indexer recurses down symlinks into large data directories and consequently hoses the filesystem. This has been reported several times: -...
We discovered this while tracking down a memory spike induced by `importing xarray`, which we traced to [this cupy import in the dask code (in dask/array/chunk_types.py#L108](https://github.com/dask/dask/blob/35554159781b2f5b7fecbd967ea76e90f97cb63c/dask/array/chunk_types.py#L108): Per the below, there's...
The bell indicates there are 0 notifications, but when I open my notifications page, there are several. I've provided my OAuth token according to the instructions, but GitHub tells me...
In some cases, I don't need to see the resource monitor, so it becomes annoying every time I debug. Is there a way to hide it by default, and use...
Type: Bug I have the commads for "Debug: Navigate Up/Down Call Stack" bound to CTRL +ALT+UpArrow/DownArrow. If I navigate in one direction up or down the stack trace for more...
We have producers that occasionally log this error after they've stopped sending messages to the broker ``` 2025-09-23 19:09:45.993482823: WARN: KafkaProducer.cpp(52): Kafka: [thrd:sasl_plaintext://7.9.213.19:9092/0]: sasl_plaintext://7.9.213.19:9092/0: Timed out 1 in-flight, 0 retry-queued,...
Does duckdb_engine support joins like semi, anti, left join and other duckdb joins listed [here](https://duckdb.org/docs/stable/sql/query_syntax/from.html)? What is the syntax for using them?