Results 213 issues of Vadim Kantorov

Sorry for unrelated question. I'm proposing to add https://webrtc.googlesource.com/src/ as a mirror on this GitHub org (similar to https://github.com/torvalds/linux/ or https://github.com/ffmpeg/ffmpeg or https://github.com/TeX-Live/texlive-source/) This would allow for conveniently adding webrtc...

Following the discussion in https://github.com/libarchive/libarchive/issues/2283#issuecomment-2311431661, it is useful (e.g. for further `mmap`-ing of uncompressed entries in formats like TAR, ISO, ZIP etc) to be able to get the `int64_t` offsets...

type:enhancement
component:libarchive
triage:confirmed

### Proposed new feature or change: Currently [it's missing](https://numpy.org/doc/stable/reference/generated/numpy.ndarray.astype.html) this argument and this is preventing providing a pre-allocated buffer for data type casts. uint8float32 / int16float32, uint16float32 conversions are frequent...

01 - Enhancement

There exist relatively stable and supported tools for generating such bindings e.g. https://github.com/mono/CppSharp. At least for the C-API it should run without problems similar to Javacpp generated bindings: https://github.com/bytedeco/javacpp-presets/blob/master/tritonserver/src/gen/java/org/bytedeco/tritonserver/global/tritonserver.java /...

**UPD:** the missing `std::shared_ptr` support context is in the message https://github.com/mono/CppSharp/issues/1860#issuecomment-2297731111. Currently this support seems missing, and `shared_ptr`/`unique_ptr` are quite common types in modern C++ APIs to be processed JavaCpp...

I'm proposing to extend `dotnet run` (or introduce a new command) to compile and run passed `.cs` files (along with a way to pass `dll`'s and `so` to be referenced)...

untriaged
Area-CLI

I wonder if you have stumbled on https://taras.glek.net/post/optimized-zip-format/ . Are the stated goals of SOZip and "optimized zip" similar or different? "optimized zip" stresses suitability to OS's read-ahead functionality and...

It appears that `fuse-archive` is a complete FS impl reading from libarchive-supported archives. It some cases (where one does not have FUSE kernel module available or root permissions), it is...

### Windows Terminal version 1.18.2822.0 ### Windows build number 10.0.22621.2715 ### Other Software _No response_ ### Steps to reproduce - Switch to an existing Terminal by clicking on in task...

Help Wanted
Needs-Repro
Issue-Bug
Product-Terminal
Area-Windowing

Hi! I managed to do a fully hermetic single-file static build of perl via building all modules statically (followed https://perldoc.perl.org/perlembed) and providing my own implementations of open/fopen/read/seek to serve `*.pm`...

documentation