Crosson David

Results 28 issues of Crosson David

It is not intuitive that in order to get all defined databases in an environment we must use a **write lock** to prevent any other platform thread or virtual thread...

### json4s version 3.6.9 ### scala version 2.13.3 ### jdk version 11.0.7 Extraction.decompose successes with : ```scala case class CheckedValue[NUM]( value: NUM, isPrime: Boolean, digitCount: Long, nth: NUM) ``` Extraction.decompose...

improvement

[example code](https://gist.github.com/dacr/b5423419064d557ef1f11893514917ac) ```scala import $ivy.`com.typesafe.akka::akka-http:10.1.1` import $ivy.`com.typesafe.akka::akka-stream:2.5.12` import akka.http.scaladsl._ import akka.http.scaladsl.server.Directives._ implicit val system = akka.actor.ActorSystem("MySystem") implicit val materializer = akka.stream.ActorMaterializer() implicit val executionContext = system.dispatcher val route1 = pathPrefix("")...

As soon as a script have to deal with an execution context, or asynchronous processing such as scala Future, ZIO, cats, ...) it is needed to encapsulate the code within...

bug

When `CEM_SEARCH_IGNORE_MASK` is not well defined, and didn't exclude some big files which shouldn't be inspected for eligibility we shouldn't have any memory issues.

bug

It will avoid browsing all gists, and keep CEM very simple without architectural constraints (no database) and the hability to be executed from everywhere

enhancement

## Expected behavior Image being resized, recompressed ## Actual behavior An exception is raised : `javax.imageio.IIOException: Invalid JPEG file structure: two SOF markers` for a particular photo, success with all...

Cleanup database content, collections - [ ] `code-examples` - [ ] `run-statuses` - [ ] `code-examples-metadata` when notes, examples, scripts are deleted, renamed or moved.

such as required JVM options : ``` --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED ```