Pierre-David Bélanger

Results 38 comments of Pierre-David Bélanger

I do not understand what is OS specific in my commits. I only replaced some javascript call using a [solution I found here](https://stackoverflow.com/questions/67120536/replacement-for-window-external-invoke-in-browser-javascript) Ill try something else

The last commit implements [this solution here](https://github.com/Boscop/web-view/issues/289#issuecomment-880258564)

did you tried [this last commit](https://github.com/prixt/soundsense-rs/pull/33/commits/c8f7c623197e969ea55f9650cf2ba9efe06ebee3) also ? Anyways, I feel the portable solution is somewhere in that direction. I do not have access to an OSX nor Windows environement,...

The documentation is not clear on that matter :) From the `JDBDatabase` you get a `JDBCollection`, then create a `JDBView`, then create a `JDBQuery` from that view. From a `JDBQuery`...

No update, because honestly I had forgotten about this issue . But now that I am here, I can see why this could be a great addition. I am really...

I know newer java versions (with module awareness) can be a pain when using reflection, like jackson does. But since this project does not directly depends on jackson (seems to...

@graingert You are right. Even if I am the [logback-awslogs-appender](https://github.com/pierredavidbelanger/logback-awslogs-appender) project owner, I myself use it only on AWS Lambda. When I want to send log to CloudWatch Logs from...

@arubalcaba I am not an AWS guru, I will have to refer you to [Getting Started with CloudWatch Logs](http://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CWL_GettingStarted.html) and [CloudWatch Logs Agent Reference](http://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/AgentReference.html). I guess this is what you...

@graingert I am curious, can you elaborate on your fluentd usage ? Especially on the installation and configuration (in an unattended install) ? I always prefer to use native ubuntu...

@graingert Yeah, for the installation part, this is an easy one. But now, for the configuration part, I guess you need to tell fluentd where are the files you want...