Lachezar Yankov

Results 9 issues of Lachezar Yankov

I am new to Backbone and I was hoping to read on Marionette, but I noticed few problematic things: The part explaining about Marionette's Layout is very unclear to me...

bug

I am running into naming collisions and I have to rename things (make them unique) otherwise the schema generation fails. Example: ``` object PersonErrors: case class InvalidAge(...) case class InvalidName(...)...

enhancement
server

I use Scala 3.2, ZIO 2.0.1 with Quill 4.6.0, however when I try to import `json` or `jsonb` I get error that such ``` value jsonb is not a member...

ZIO-protoquill 4.6.0 If I have `Option[JsonbValue[_]]` the generated query fails ``` ERROR: column "attributes" is of type jsonb but expression is of type character varying Hint: You will need to...

The issue arise when: 1. You have a json/jsonb column with encoded data from TypeX 2. You decide to change the structure of TypeX in an incompatible way and you...

I am getting weird error when making a request towards any https website when executing unit test (`sbt test`), however I don't get the same error when running my application...

bug
💎 Bounty

Following the instructions for setting up heroku I received the following errors when deploying: ``` 2013-11-24T02:00:23.761267+00:00 heroku[web.1]: Starting process with command `mix server -p 44348` 2013-11-24T02:00:25.472996+00:00 app[web.1]: ** (Mix) The...

based on the `Macro.underscore/1` implementation, but with few changes

Ideally shuffle should start from a random song Closes #1721