Results 602 comments of Vadim Kantorov

What is CppSharp behavior for binding C++ classes destructors? Does it generate `Dispose` methods calling the destructor? Does it generate C# finalizers calling Dispose/destructors? Regarding binding `std::shared_ptr` - maybe `System.Nullable`...

Thanks for explaining! Deleting `common.h` from the command gives and succeeds. How does it succeed without shared_ptr support? :) ``` ./CppSharp/bin/Release_x64/CppSharp.CLI -m tritondevelopertoolsserver -g csharp -p linux -a x64 -o...

> We currently support std::string by drilling down into the templates from the standard library implementation and having specific code for that: Maybe then an example/recipe in the docs for...

For sshfs it's done automatically during package installation somehow: https://pypi.org/project/sshfs And then users can use `sshfs://` protocol for any fsspec-supporting code, without modifications It would be great to have it...

Could you please advise how to then form the `gdrive://` link, given the file id? Or otherwise, are there anywhere complete examples of accessing files via `gdrive://`? e.g. for anonymous-accessible...

Maybe the reason is also the resampler speed degradation? I made a repro at: - https://github.com/xiph/opus-tools/issues/87 Do you still see degradation if you decode to `--rate 48000`?

I would also like `--ignore-dep` arg for `pip install` for the usecase described in: - https://github.com/vllm-project/vllm/issues/23100 - we'd like to install a package which would entail downgrade of a major...

`--ignore-dep` would be particularly useful for circumventing buggy different pinned versions of a deep-inside dependency to force-satisfy this dependency

I would think that https://github.com/Dao-AILab/flash-attention/pull/617 needs to be completed for FAv2 support for arbitrary attention bias. And then depending on actual needed relative encoding formula, maybe https://github.com/Dao-AILab/flash-attention/pull/956 could be pushed...

Even for same-machine, readonly mounts (same as with local filesystem path mapping), it would already be very useful - e.g. similar to how we can mount a CD iso or...