Andrej Mihajlov

Results 371 comments of Andrej Mihajlov

Same issues with `0.14.2`. @LucioFranco have you been able to reproduce this with the sample posted by HttpRafa above? Thanks

> > I'd like the prefix `NW`, e.g. `nw_path_t` -> `NWPath` like Swift does it, but that's already used by NetworkExtension > > From what I can see in [the...

Alright so I kinda forced header translator to produce something decent. We might need to separate `cf_fn_name()` from NW because I have seen some odd side effects. My patch is...

I am still not sure how to tackle this. So `::empty()` is a nice shortcut, thanks for that, but I am still not able to set the value anyway: ```rs...

Got it. Thanks. That was simple considering that I have an empty dictionary with single key value. So how would you go about mixed dictionary, for example considering an existing...

ok so casting the dictionary to the key-value type is somewhat working. The key is to use `as_opaque()` for value. ```rs let casted_matching_dict: CFRetained = unsafe { CFRetained::cast_unchecked(matching_dict) }; casted_matching_dict.set(&match_key,...

Given that you setup panic hooks. Is it safe to drop `ClientInitGuard` at runtime in order to disable Sentry and then initialize a new instance of Sentry later on to...

Swift also thinks it's `UInt32` https://developer.apple.com/documentation/iousbhost/iousbhostcimessagestatus

@carlossless I found the following [SO issue](https://stackoverflow.com/questions/79456876/gcc-clang-18-compiler-assumes-type-as-unsigned-int-for-enum) which says that the behaviour of modern C compiler has changed 🤯

@amrbashir Hi! Could you please prioritize this if possible. I am really yearning for this to finally become a part of tauri! Thank you! 😄