Andrej Mihajlov

Results 93 issues of Andrej Mihajlov

### What Operating System(s) are you seeing this problem on? Linux Wayland ### Which Wayland compositor or X11 Window manager(s) are you using? Debian 12 ### WezTerm version 20240203-110809-5046fc22 ###...

bug
Wayland
waiting-on-op

Hi, I am printing a table without any particular style, configured with blank border and separator: ```rs table .border(Border::builder().build()) .separator(Separator::builder().build()), ``` Problem is it seems that the output of the...

Similar to `OPRemoteNotificationCondition`, `OPOperationConditionUserNotification` should wait for `didRegisterUserNotificationSettings` from application delegate. Currently `OPOperationConditionUserNotification` sets `alertPresentationExclusivity` and calls `registerUserNotificationSettings` but it does not wait for acknowledgment from operating system. This makes...

I found that this simply does not work: ``` objc UIUserNotificationType mergedTypes = settings.types & self.types; ``` I think bitwise OR was meant instead: ``` objc UIUserNotificationType mergedTypes = (settings.types...

Opening an issue to track the state of tests for Operative. ## Categories - [x] NSError+Operative - [x] NSMutableDictionary+Operative - [x] NSOperation+Operative - [x] UIUserNotificationSettings+Operative ## Observers - [ ]...

Hi, It seems that mongoose has been supporting `timestamps` option for quite a while now. Is there any need to use `mongoose-timestamp` anymore or there is some sense to point...

How do you translate this? Looking at "Geocode Found No Result" output from CoreLocation strings and feel that something is wrong. :)

Hey, have you happened to see this warning in console? >Warning: You are manually calling a React.PropTypes validation function for the `bar` prop on `Foo.create`. This is deprecated and will...

I'd love to see configurable serializers and deserializers that aren't baked into the struct. I have a few structs that are shared between Rust crates, which typically prefer snake_case and...

`macos/data.rs` is over 1000 LOC long. This PR aims to split `data.rs` onto multiple smaller files under `macos/data` which should be easier to maintain in the long term. Since this...