Gianluca Amato

Results 6 issues of Gianluca Amato

Hi, I have recently stumbled over this problem. My current timezone is 'Europe/Rome', where DST switches off the last Sunday of October. If I execute ```dart Jiffy('2020-10-19 00:00:00').add(weeks: 1) ```...

Here is the result of sysinfo for the ThinkPad X1 Yoga Gen 8. [sysinfo.2o2YGbUAHn.tar.gz](https://github.com/linuxwacom/wacom-hid-descriptors/files/13788015/sysinfo.2o2YGbUAHn.tar.gz)

Hi, I need to execute Caliper with some extra options (in my case, I need to use -J). A cappi::caliperOptions setting key would be nice. Is it possible to add...

Hi, I am trying to use cappi in my project (jandom-devel/jandom). When there is more than one benchmark, the command cappi::benchmark does not work, since the com.google.caliper.Runner class does not...

The following fails: ``` scala trait P extends PartiallyOrdered[P] { def f(x: P): P } val m = mock[P] ``` It generates a buch of errors such as "Parameter type...

Hello, I am trying to use the ``profilercc`` package. If I understand correctly, in order to have access to all the features of the package, I need to recompile the...