This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[error] 1 error(s) were encountered during the merge: | |
[error] java.lang.RuntimeException: | |
[error] Deduplicate found different file contents in the following: | |
[error] Jar name = arrow-format-12.0.1.jar, jar org = org.apache.arrow, entry target = arrow-git.properties | |
[error] Jar name = arrow-memory-core-12.0.1.jar, jar org = org.apache.arrow, entry target = arrow-git.properties | |
[error] Jar name = arrow-memory-netty-12.0.1.jar, jar org = org.apache.arrow, entry target = arrow-git.properties | |
[error] Jar name = arrow-vector-12.0.1.jar, jar org = org.apache.arrow, entry target = arrow-git.properties | |
[error] at sbtassembly.Assembly$.merge(Assembly.scala:624) | |
[error] at sbtassembly.Assembly$.$anonfun$assemble$36(Assembly.scala:330) | |
[error] at sbtassembly.Assembly$.timed$1(Assembly.scala:228) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 errors were encountered during merge | |
[error] java.lang.RuntimeException: deduplicate: different file contents found in the following: | |
[error] /home/elyphas/.cache/coursier/v1/https/repo1.maven.org/maven2/io/netty/netty-all/4.1.96.Final/netty-all-4.1.96.Final.jar:META-INF/io.netty.versions.properties | |
[error] /home/elyphas/.cache/coursier/v1/https/repo1.maven.org/maven2/io/netty/netty-buffer/4.1.96.Final/netty-buffer-4.1.96.Final.jar:META-INF/io.netty.versions.properties | |
[error] /home/elyphas/.cache/coursier/v1/https/repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.96.Final/netty-codec-http-4.1.96.Final.jar:META-INF/io.netty.versions.properties | |
[error] /home/elyphas/.cache/coursier/v1/https/repo1.maven.org/maven2/io/netty/netty-codec-http2/4.1.96.Final/netty-codec-http2-4.1.96.Final.jar:META-INF/io.netty.versions.properties | |
[error] /home/elyphas/.cache/coursier/v1/https/repo1.maven.org/maven2/io/netty/netty-codec-socks/4.1.96.Final/netty-codec-socks-4.1.96.Final.jar:META-INF/io.netty.versions.properties |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package server_routes | |
import cats.effect.IO | |
import org.http4s.StaticFile | |
import org.http4s.HttpRoutes | |
import org.http4s.Method.GET | |
import org.http4s.dsl.io._ | |
object StaticFilesRoutes { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//package manik1.manik1 | |
import cats.implicits._ | |
import cats.effect.{IO, IOApp} | |
import org.http4s._ | |
import org.http4s.ember.server.EmberServerBuilder | |
import org.http4s.implicits._ | |
import org.http4s.server.middleware.{ErrorAction, ErrorHandling} | |
import com.comcast.ip4s.{Host, IpLiteralSyntax, Port} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
trait Repository2 { | |
type Input | |
type Output | |
val instance: Output | |
private val scheme: String = dom.window.location.protocol | |
private val host = dom.window.location.host | |
protected val rootPath: Uri = Uri.unsafeFromString(s"$scheme//$host") | |
protected val client: Client[IO] = FetchClientBuilder[IO].create | |
protected val endPoint: String |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
object FullRequestHandler { | |
implicit val executionContext = scala.concurrent.ExecutionContext.Implicits.global | |
type Payload = ByteBuffer | |
val handler = new FullRequestHandler[ByteBuffer, String, String, Option[String]] { | |
val clients = mutable.HashSet.empty[NotifiableClient[String, Option[String]]] | |
val events = mutable.ArrayBuffer.empty[String] | |
override val initialState = Future.successful(None) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package myceliumHandler | |
import scarango_catalogs.{CInputs, CItemInputs, CItemRecipe, CQueryArticulo, CRecipe, CTableScarango, database} | |
import scarango_catalogs.{CArticulo, CItemsMyCelium} | |
import scarango_catalogs.ActionStock._ | |
import create_pdf_files.CreatePdf | |
import types_scarango.TypeDocument | |
import types_scarango.{Articulo, ArticuloStock, Inputs, ItemInput, ItemRecipe, ItemRequisition, Recipe, Requisition, User} | |
import types_scarango.ItemTypeTC | |
import scarango_catalogs.{CArticuloStock, CItemRecipeMyCelium, CStock2, CTypeDocument, CUsers} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ws_taak [ERROR] [11/03/2022 15:45:08.174] [default-akka.actor.default-dispatcher-8] [akka.actor.ActorSystemImpl(default)] Websocket handler failed with class scala.collection.immutable.$colon$colon cannot be cast to class java.lang.String (scala.collection.immutable.$colon$colon is in unnamed module of loader 'app'; java.lang.String is in module java.base of loader 'bootstrap' | |
ws_taak java.lang.ClassCastException: class scala.collection.immutable.$colon$colon cannot be cast to class java.lang.String (scala.collection.immutable.$colon$colon is in unnamed module of loader 'app'; java.lang.String is in module java.base of loader 'bootstrap') | |
ws_taak at boopickle.BasicPicklers$StringPickler$.pickle(Pickler.scala:136) | |
ws_taak at boopickle.PickleState.pickle(Pickler.scala:421) | |
ws_taak at RESTServer$Pickler$macro$1$1$Pickler$macro$9$1$.pickle(RESTServer.scala:82) | |
ws_taak at RESTServer$Pickler$macro$1$1$Pickler$macro$9$1$.pickle(RESTServer.scala:82) | |
ws_taak at boopickle.CompositePickler.pickle(CompositePicklers. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[info] Resolved dependencies | |
[warn] | |
[warn] Note: Unresolved dependencies path: | |
[error] sbt.librarymanagement.ResolveException: Error downloading com.github.cornerman.colibri:colibri-monix_sjs1_2.13:9add104 | |
[error] Not found | |
[error] Not found | |
[error] not found: /home/elyphas/.ivy2/localcom.github.cornerman.colibri/colibri-monix_sjs1_2.13/9add104/ivys/ivy.xml | |
[error] not found: https://repo1.maven.org/maven2/com/github/cornerman/colibri/colibri-monix_sjs1_2.13/9add104/colibri-monix_sjs1_2.13-9add104.pom | |
[error] not found: https://jitpack.io/com/github/cornerman/colibri/colibri-monix_sjs1_2.13/9add104/colibri-monix_sjs1_2.13-9add104.pom | |
[error] Error downloading com.github.cornerman.colibri:colibri_sjs1_2.13:0b2299d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
case class BatchAndExpiration(batch: String, expiration: Long) | |
case class ItemInputScarango ( | |
entidad: String, | |
batchAndExpiration: Option[BatchAndExpiration], | |
_id: Id[ItemInputScarango] = ItemInputScarango.id() | |
) extends Document[ItemInputScarango] | |
object ItemInputScarango extends DocumentModel[ItemInputScarango] { | |
override implicit val rw: ReaderWriter[ItemInputScarango] = ccRW |
NewerOlder