Yan Doroshenko

Results 8 issues of Yan Doroshenko

Hello, I'm trying to implement a command that takes user input. Is there a way to do that "internally" (like the `/` command does), without throwing the user out to...

Hi, I'm getting a very weird and very long ScalaReflectException in runtime when trying to insert data into DB. Here's the part that fails: ``` implicit lazy val cordialFeedVariantArrayTypeMapper: DriverJdbcType[List[CordialFeedVariant]]...

I am getting a `TypeError: editor.addErrorNode is not a function` when trying to mark nodes as error (as shown in `demo-full.html`).

Implement interactive thumbnail. It should allow for the viewport movement using the thumbnail. Thumbnail should indicate the viewport relative to the whole graph. Used to work in previous version [here](https://flowhub.github.io/the-graph/examples/demo-full.html).

bug

After clicking a port a new edge is being created with the free end (that is supposed to be at the cursor position) in the random location. An error is...

bug

I tried `/time never` and `/time 100000000 years ago`, it didn't quite work out. So what are the values supported by the app?

Add a possibility to use custom names for properties (label instead of name, nodes instead of children, etc).

Hello! I want to make use of endpoints4s with http4s and circe interpreters. How do I do it correctly? There's nothing in the docs to help. Here's my understanding of...