Julien Vion
Julien Vion
Hi, It may not be an issue with Play-Mailer itself but rather the underlying JavaMail API, but I have trouble trying to connect to an MS Exchange SMTP server. I...
I sometimes implement hashCodes of immutable classes as vals or lazy vals (especially when the classes represent DAG nodes: this avoid costly hashCode recomputations). Unfortunately, I get the "implement equals...
### Play Version 2.8.2 ### API Scala ### Operating System Linux vion-precision 5.7.0-1-amd64 playframework/playframework#1 SMP Debian 5.7.6-1 (2020-06-24) x86_64 GNU/Linux ### JDK openjdk version "1.8.0_252" OpenJDK Runtime Environment (build 1.8.0_252-8u252-b09-1-b09)...
Generating an XML report using the Checkstyle format would be helpful for using Scapegoat with Continuous Integration tools such as Jenkins or Sonar.
This may be a feature, but I need to backtrack after a capture and it does not seem to work. I have this use case: I want to parse an...
I have a table with "col" column, of non-nullable Double type. Database contains NaN values. I want to select them: `table.filter(p => p.col === Double.NaN)` This generates an error of...
I simply redefined the `array_bool_or` predicate for my solver in my custom `redefinitions.mzn` file: ``` predicate array_bool_or(array[int] of var bool: v, var bool: r) = bool_clause_reif(v, [], r); ``` However,...
Environment OS is Debian GNU/Linux 13. I have a bunch of custom .sty, .cls, .bst or .bib files in a local ~/texmf folder, which are (apparently) not indexed by Texify....