George Malayil Philip

Results 8 issues of George Malayil Philip

Hi, Is there anyway to iterate over all the nodes in an Arena in a depth-first order (`iter` seems to be in storage order). At the moment, I'm tracking all...

In newer versions of Clang (above 6.0.1), unit_tests fail to compile due to warning self-assign-overloaded being treated as an error. Examples at variant_assign_test.cpp:156 and variant_assign_test.cpp:164. With this PR, the warnings...

Hi, I've been trying to track down the issue on this for a while, but, have been pretty unsuccessful. In my app, the drawer view shows up at random on...

Hi, With the example [here](https://docs.rs/serde-aux/0.6.1/serde_aux/field_attributes/fn.deserialize_default_from_empty_object.html), if we tag InnerStruct with `#[serde(default)]`, then the test with empty object fails. A default InnerStruct is created on the struct MyStruct, instead of None....

If the tag view cannot have dynamic height, it would be nice if there is some kind of indicator on the last tag that will fit (maybe '...') to indicate...

request

- [x] I have read [CONTRIBUTING](https://github.com/Quick/Nimble/blob/main/CONTRIBUTING.md) and have done my best to follow them. ### What did you do? Create an NSObject (in Swift) that conforms to Comparable and implements...

The oauth2 crate defines a type Error which is a generic enum. When flattening a certain variant of this enum for use in my libraries Error type, cbindgen panics ```...

I'm trying to run [blocky_lists_updater](https://github.com/shizunge/blocky-lists-updater) along with blocky (both running in separate docker containers). However, if I set `bootstrapDns` for my upstreams in blocky config, then it is unable to...

❔ question