Andrej Mihajlov

Results 371 comments of Andrej Mihajlov

Hi, I have spent this morning trying to exclude the local DNS IP from the tunnel and I can't seem it to make it work. I suspect this is a...

@madsmtm `disable-encoding-assertions` is enabled however it seems that we're still seeing some crash for non-existing methods on older macOS (see https://github.com/tauri-apps/tauri/issues/11496#issuecomment-3109083618). Is it what `disable-encoding-assertions` what supposed to fix or...

Unless you need to pass the nested `Foo` or `Bar` in its entirety, I found it a bit more elegant to expand the enum variants to contain anonymous struct, then...

I can relate to that. It took me a bit of time to figure out that indent is what I need. Having a helper to do that is reasonable. However...

> https://gitlab.com/fdroid/fdroiddata/-/merge_requests/29031 > > Could you please take a look? Thanks! Oh yeah we've changed SDK. Let me fix that.

This seems to be related to changes in https://github.com/nymtech/nym/blob/0b58b6f728238baba0aa1596c9a330dbeaf2afd2/common/http-api-client-macro/src/lib.rs#L329

@seanmonstar I use `socketpair()` to create sockets and have a raw fd but I see that `reqwest::UnixSocketProvider` wants path. How can I go about it?

I have been transitioning a lot of code to objc2 as well and I think it's the way to go. Due to volume of changes in Apple frameworks, manually maintaining...

Kind of answering my own Q. Basically the following breaks because the `uniffi::custom_type!` macro does not handle `` in the type name, i.e: ```rs uniffi::custom_type!(Box, String); ``` So the solution...

Hi @brotskydotcom, > Are you actively developing cross-platform software that requires these attributes on iOS/macOS? Yes I am. Currently I am evaluating whether we should use keyring at [Nym VPN](https://github.com/nymtech/nym-vpn-client)....