Daniel Bischof

Results 9 issues of Daniel Bischof

Hey, I'm looking to somewhat replicate the Python user experience one has in Spyder. Using iron.nvim comes somewhat close already, however I still like separating REPL from the editor. Since...

Thanks for picking up this repo from the dead. While we're at it - does it make sense to also add support for other KV stores besides rocksdb? The project...

## Motivation Tokio provides `StreamReader`, enabling us to treat streams as file-like interfaces through `AsyncRead`. This however only exists for streams, not for general sinks, for which this PR provides...

A-tokio-util
M-io

### What system are you running Yazi on? Linux Wayland ### What terminal are you running Yazi in? Alacritty ### Yazi version yazi 0.1.5 ### Did you try the latest...

bug
waiting on op

Hi, I'm currently evaluating gRPC as a potential protocol and would like to clarify a few things. One of them is the following scenario: A client `A` and a Server...

For multidimensional FDM calculations in C#, we can have more or less banded diagonal matrices. Initializing those is very handy in Python's `scipy`; for example see https://docs.scipy.org/doc/scipy/reference/generated/scipy.sparse.diags.html Building sparse matrices...

https://github.com/renerocksai/telekasten.nvim/blob/617469cd0690c84264f7d472cf1fe860ccfc0832/lua/telekasten.lua#L2804 I wanted to change my `default_vault` to a specific vault I'm tracking and got some errors. I tracked it down to this function - if I see that correctly...

Hi, I'm currently trying to wrap PRIMA into a C# interface and, well, building is already an issue. :) Judging from the CMakeFiles, I thought I'd only have to switch...

help wanted
good first issue
cmake
windows
ci
tests needed

### Description A cross-compiled `librespot` client for `bullseye` doesn't successfully run with a zeroconf backend. ### Version `librespot 0.6.0-dev 7003e98` on `armhf` ### How to reproduce Steps to reproduce the...

bug