Skip to content

issues Search Results · repo:btlines/pbdirect language:Scala

Filter by

18 results
 (75 ms)

18 results

inbtlines/pbdirect (press backspace or delete to remove)

Hi, when I add the lines below to my build.sbt: resolvers += Resolver.bintrayRepo( beyondthelines , maven ) libraryDependencies += beyondthelines %% pbdirect % 0.1.0 I get http response code 403 ...
  • sercanersoy
  • 2
  • Opened 
    on Jun 29, 2021
  • #51

Stacktrace Please see reference protobuffer definitions: Example client article/code Related to #https://github.com/higherkindness/mu-scala/issues/1024
  • elyast
  • Opened 
    on Oct 12, 2020
  • #50

Currently, as noted in the project page, we use an O(N*M) algorithm for deserializing products with N fields repeated a total of M times. In profiling the deserialization of a complex deeply-nested object, ...
  • henryem
  • Opened 
    on Jun 15, 2019
  • #44

For objects with nested structure, the algorithm currently implemented in LowPriorityPBWriterImplicits.prodWriter performs poorly. For example, if we construct a payload of size K nested inside D layers ...
  • henryem
  • 1
  • Opened 
    on May 27, 2019
  • #39

They are not currently supported. But if https://groups.google.com/forum/#!topic/protobuf/Er39mNGnRWU is correct, we should be able to store them as int32.
  • akara
  • Opened 
    on May 19, 2019
  • #35

Simple example: object TestMessages { case class InnerMessage(id: Int, name: String) } import TestMessages._ case class NestedInnerMessage(id: Int, inner: InnerMessage) Writing this message works ...
  • akara
  • 2
  • Opened 
    on May 19, 2019
  • #34

import pbdirect._ sealed trait Foo case class Foo1(li: List[Int]) case class Foo2(ll: List[Long]) import cats.instances.list._ println(Foo1(List.empty).toPB.toSeq) println(Foo2(List.empty).toPB.toSeq) ...
  • vovapolu
  • Opened 
    on Mar 12, 2019
  • #32

For example I want infer pbdirect instances for the following sealed trait: import pbdirect._ sealed trait MyList case class Cons(i: Int, l: MyList) extends MyList case object Nil extends MyList PBWriter[MyList] ...
  • vovapolu
  • Opened 
    on Mar 5, 2019
  • #31

If I m trying to write simple integer types like Long or Int I get the com.google.protobuf.InvalidProtocolBufferException error import pbdirect._ 1L.toPB results to com.google.protobuf.InvalidProtocolBufferException: ...
  • vovapolu
  • Opened 
    on Feb 28, 2019
  • #30

package example import cats.instances.list._ import pbdirect._ object Hello extends App { case class MyMessage( id: Option[Int], text: Option[String], numbers: List[Int]) val message = MyMessage( ...
  • Stefanqn
  • Opened 
    on Nov 19, 2018
  • #26
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub