Anton Parkhomenko

Results 163 issues of Anton Parkhomenko

**Project**: Stream Enrich **Version**: com.snowplowanalytics:snowplow-common-enrich_2.11:0.36.0 **Expected behavior**: While importing lib com.snowplowanalytics:snowplow-common-enrich_2.11:0.36.0, it should automatically resolve the additional deps. These should be available in maven repo(bintray/maven central) **Actual behavior**: Can't resolve...

https://groups.google.com/forum/#!topic/snowplow-user/2o3_5Luuotw

enrichment

We may want to leap straight to this approach. The basic idea would be to express relationships between entities in the event as _typed edges_. Need to review Nathan Marz's...

RFC

Currently we validate the _types_ within an event, and we enforce that certain fields in our legacy Tracker Protocol are correctly set, but we don't validate the _event semantics_ as...

enrichment

We can declare some members of a table class as "foreign keys", i.e. instead of an actual column in a table they're references to another relation-table. For example: A `persons`...

In the below code: ```scala opaque type Id = Long inline given IsColumn[Id] = ??? case class Task(id: Id, title: Task.Title) object Task: opaque type Title = String inline given...

bug

Following should work: ```scala case class Task(id: String) object Task: val table = Table.of[Task].withName("tasks").build ```

bug

Probably should be working only with numeric types.

good first issue

Currently it has only universal equality: https://github.com/foldables-io/skunk-tables/blob/a9754af6d94f9bc8e7da46f0ebcc3e11ff81d745/core/src/main/scala/skunk/tables/TypedColumn.scala#L46-L47 At least: * `>` * `=` * `

good first issue