Raman Gupta
Raman Gupta
### Expected Behavior Successfully open a project in IntelliJ IDEA with many modules. Good open source example: https://github.com/ktorio/ktor. ### Actual Behavior While opening this project, the Google Cloud plugin starts...
### Describe the bug When using Graph Explorer, the API endpoint `https://graph.microsoft.com/v1.0/sites` returns nothing. With Graph Explorer, it appears that using `?search=*` works to return all sites. When using the...
### Describe the bug Doing different site lists returns different values in the `name` field. Doing a search limited to a smaller set of sites returns the correct / expected...
### Describe the bug I am trying to obtain the site description using the Graph SDK. However, even though the Graph Explorer shows that the description value is returned, in...
**Is your feature request related to a problem? Please describe.** If a value fails to sync to the server it remains in Store, and bookkeeper tracks its sync failure timestamp....
The `logger` property conflicts with explicitly defined logger properties. Given the performance considerations of the `logger` property, move it to a separate package so imports of it are explicit and...
The "security" rating sorting does not appear to take into account cipher key and hash lengths. The current first page of the cipher suites list sorted by security (descending) is...
I wanted to follow up on https://github.com/voize-gmbh/reakt-native-toolkit/issues/45 -- looks like a future in which RN only supports new architecture is imminent: Expo 54 documents that it will be last Expo...
I have an "ID" type that is serialized in a non-standard way. It is a `data class` that looks like this: ``` @ExportTypescriptType @Serializable(with = ...) data class FooId(override val...
Support @JsType annotations at field or class level which allow users to specify any type for that field or class. This is useful when a type is serialized in a...