Vadim Kantorov
Vadim Kantorov
Following up on, it would be nice if Terminal had a nice UI feature to hint that we can change the default login user of WSL profiles directly in UI....
Hi! Coming from https://github.com/enzo1982/superfast and https://www.freac.org/developer-blog-mainmenu-9/14-freac/257-introducing-superfast-conversions. Do I understand correctly that only chunked/parallelized opus encoding is implemented? Do you have any thoughts / experiments on decoding? I found a paper...
How can I trigger text format if I set my editor's text from some external string containing markdown (essentially loaded from some GitHub repo's README.md)? Pasting the same text `#...
Hi @cloverhearts ! I'm setting up Quill + QuillMarkdown as follows: ```html const editor = new Quill('#editor', { theme: 'snow' }); const editor_markdown = new QuillMarkdown(editor); ``` This loads without...
### 🚀 The feature Some useful morphological operations would be nice to have in the core (and on CUDA): - Connected components labeling (hard to do with existing primitives): skimage.measure.label,...
This exists in regular .NET https://learn.microsoft.com/en-us/dotnet/api/system.reflection.assembly.load?view=net-7.0#system-reflection-assembly-load(system-byte()) Having it as an overload AddReference (or as example or a discussion of doing this in documentation) would be quite nice. Is it possible...
I'm experimenting with portable binaries for encoding. For that I built a static version opusenc with musl-gcc. The problem is that for encoding the same 3-hour file, the glibc-version is...
[feature request] Parallelized decoding example + option for encoder to add regular restart points
I found a paper on GPU-parallelized decoding of FLAC http://users.cecs.anu.edu.au/~Eric.McCreath/papers/YeMcCreathISPA2018.pdf https://github.com/Harinlen/GPUraku Can opus bitstream be decoded in parallelized fashion (offline / batch decoding where the full bitstream is available for...
If I place `assets/main.scss` as recommended in https://github.com/jekyll/minima/tree/v2.5.1?tab=readme-ov-file#customization: ```scss --- # Only the main Sass file needs front matter (the dashes are enough) --- @import "minima"; $on-palm: 6000px !important; ```...
I have a Jekyll site: https://vadimkantorov.github.io/notionfun/_markdown/france.html with 100 pages . The `body>header>div.wrapper>nav>div.trigger` shows the list of all pages, but it's too big when we have 100 pages. When the viewport...