Denis Telnov
Denis Telnov
There is some DSD to DoP encoding routines in https://github.com/hank/dsf2flac/blob/master/src/main.cpp#L282
Is it possible to set a custom function/Iterator for `basesize`? Thus, it will be possible to determine the exact granularity of work for each thread. For example, when working with...
Found source of errors: https://github.com/JuliaArrays/OffsetArrays.jl/blob/08dc3711b88930e59a27d1b870415c394219e4e0/src/axes.jl#L116 Here `convert(T, offset)`, i.e. `convert(UInt, -1)`. Is it possible to solve this issue? I just need `SparseVector`s with `UInt` zero-based indices.
After a bit of research, I found that in LunarVim the background highlight disappears after any activity: for example, if you set the option `lazy = true` and open the...
The same with transmission-gtk 4.0.5 in Ubuntu 20.04 with Unity 7.5.1. Transmission-qt everything works. As far as I understand, the problem is in the global menu, since the window manager...
In a bit more detail: the qmd document is converted to the following ipynb ````qmd --- engine: julia --- ```{julia} #| echo: false using PythonCall ``` ```{python} print("option `echo:`") ```...