Raman Gupta
Raman Gupta
`https://github.com/rayzr522/drill --branch fix-histogram-upper-bound` seems to be working for me as well.
> (this is also a possible workaround for the issue: git config --global color.ui always will force colors on and that will keep through mu status etc) To do this...
I'm just now getting this working in my app, and it seems to work well in my so far admittedly basic testing. If I get some free time I'll consider...
@ahmadmssm I used something like this in my `iosMain`: ```kotlin import platform.Network.* import platform.darwin.dispatch_get_main_queue class PlatformNetworkStatusChecker: NetworkStatusChecker { private val monitor = nw_path_monitor_create() private var isNetworkAvailable = true init {...
Fair enough. Naming suggestions?
Maybe I'll add "cli" in there as well as that is a differentiator to other packages that scan to PDF.
@ImTheSquid I would like this functionality but your fork gives me the error: ```Type 'any View' cannot conform to 'View'```
> Can you give me a full compiler backtrace so I can see where that's happening? Also make sure you pull the repo again and tell me what version of...
> I think this might be a better approach in general than the parameter mappers that are applied at runtime. Perhaps (for 3.0 which can be the next release) we...
See also for reference [the way Spring does it](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#features.external-config.typesafe-configuration-properties.relaxed-binding.environment-variables): > Environment variables can also be used when binding to object lists. To bind to a List, the element number should...