Raman Gupta
Raman Gupta
I have a case in which I have rows with different content. For example, some rows use a dash for a value if it is not applicable, while other rows...
When importing a project into IntelliJ using Gradle, IntelliJ relies on Gradle's project model to determine what is a source directory. For Java projects, one can use the `sourceSets` directive...
Hello, is Fedora support planned?
It would be nice to specify the format field with additional capabilities such as provided by `printf`. For example, instead of: ``` %@timestamp %container_name %message ``` I might want to...
**Is your feature request related to a problem? Please describe.** I sometimes wish to restart a container in a pod, without deleting the entire pod itself. This causes K8S to...
It would be nice if it was possible to call a variation of the `iterate` method that starts at the "same" instant as the timestamp. Since I am using Kotlin,...
What a great project. Super-useful. However, I'm really wishing the `@modified` functionality mentioned in the README was available -- one almost always wants to do stuff in just projects with...
I haven't closely examined the reason why, but in some very basic testing, there were more comparisons than there should have been for an efficient binary search of the `closest`...
iOS 12+ has the [NWPathMonitor](https://developer.apple.com/documentation/network/nwpathmonitor) class for doing this, which doesn't require the 3rd party custom Reachability pod. This class is Swift-based and therefore isn't directly accessible via KMP, but...
A post about stacked diffs: * https://jg.gg/2018/09/29/stacked-diffs-versus-pull-requests/ This is a very interesting approach that works quite well, and with a slight tweak (stacked branches vs stacked diffs), is not mutually...