François Monniot

Results 13 issues of François Monniot

Hello there, First thanks for creating Kamon. It’s refreshing to have a tracing/metrics system that work out of the box for the scala ecosystem :) I am using the datadog...

datadog

Hello there, First let me thank you for this amazing plugin. Being able to deconstruct values and weaves implicit in for-comprehension is a game changer. I'm using this plugin to...

It should be named Redis.stdout or something like that as its literally the standard output of the underlying redis process.

enhancement
question

That way it can play nicely with custom logger environment (e.g. sbt)

PR welcome

Right now the `RedisCluster.Builder` have some hardcoded values: ``` builder.setting("cluster-enabled yes"); builder.setting("cluster-config-file nodes-" + port + ".conf"); builder.setting("cluster-node-timeout 2000"); builder.setting("appendonly yes"); builder.setting("dbfilename dump-" + port + ".rdb"); ``` Those should...

PR welcome

```shell $ ./deploy.sh Deploying to Bintray :generatePomFileForLibPublication :compileJava UP-TO-DATE :processResources NO-SOURCE :classes UP-TO-DATE :jar UP-TO-DATE :javadoc UP-TO-DATE :javadocJar UP-TO-DATE :sourcesJar UP-TO-DATE :publishLibPublicationToMavenLocal :modules:redis-3.0.7:generatePomFileForLibPublication :modules:redis-3.0.7:compileJava UP-TO-DATE :modules:redis-3.0.7:processResources UP-TO-DATE :modules:redis-3.0.7:classes UP-TO-DATE :modules:redis-3.0.7:jar...

PR welcome

Currently only pushes on releases trigger a website deployment. We may want to consider versioned documentation if we find out that we are not doing a good job of letting...

documentation

By name parameters have a different compiler representation than regular functions and need to be handled explicitely in the `when` macro. Example: ```scala trait Test: def byNameParam(x: => Int): String...

enhancement
help wanted

We are currently using the (now unmaintained) version 1 of docusaurus. We probably want to jump onto v2 and be up to date. https://github.com/scalameta/metals/pull/2927/files might have some useful tips we...

documentation
help wanted

The original scalamock library support call ordering as an expectation (https://scalamock.org/user-guide/ordering/). This library currently does not have it mostly because I tend to not use this feature particurlarly. I do...

enhancement
help wanted