Results 207 comments of Jasper

Saving this from #monero here: ``` Should be fairly easy to add. If you're looking for a guide for doing it yourself: - Add the same option as --external-p2p-port (if...

Thanks for this! I merged the channel binding fix & the pin projection improvement before I saw this. Can you rebase this against master and drop those two commits and...

I'm currently running into this with webrtc's `RTCErrorOr` type, which is similar to LLVM's `ErrorOr` discussed in #349 with @koutheir. Has anything changed around this in the last couple years?...

I had a look at merging in new commits from bindgen upstream. Most commits apply fairly easily, but the biggest challenge is this one: https://github.com/adetaylor/rust-bindgen/commit/bbeddb657fd33b49d269c9b3a71cb85c7a6c952b It seems that your fork...

@qalisander the difficult part is "append … to default rustflags". This action has no way of knowing what your rustflags are going to be, because it doesn't have access to...

Note that for this to be reliable you would need to search both possible filenames (`config.toml` and `config`) in all paths back up to the root directory, as well in...

Starting a recording invites Jibri to the conference to record it. Jibri is a server-side component, and stores the recording wherever it is configured to store it. You should ask...

It should be possible to do the Dropbox integration, but it's not directly supported by this project, so you will have some manual development work to do: you need to...

It's not something you can do just through copying and pasting; you'll need to write some code to pass through the app key and handle the OAuth flow. I linked...

https://github.com/tauri-apps/tauri/issues/10983#issuecomment-2975912079 might be helpful. The core issue seems to be that the `bzip2-sys` build script finds a `bzip2` library via `pkg-config` but that library is not on the dyld search...