Giter Club home page Giter Club logo

get-programming-with-scala's People

Contributors

danielasfregola avatar deusaquilus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

get-programming-with-scala's Issues

"dead code following this construct" error found in PostgreSQLContainer

My dependencies are exactly the same as those in the book

    "org.testcontainers" % "postgresql" % "1.15.3",
    "org.postgresql" % "postgresql" % "42.2.22",

However, I suffered "dead code following this construct" error in the line of
val psql: PostgreSQLContainer[_] = new PostgreSQLContainer(imageVersion).withInitScript(initScript)

What can I do to fix this plz?

Scala Upgrade

Upgrade all existing lessons to the latest version of Scala (currently 2.12.7)

Question regarding to the implicit resolution in Lesson 42

Hi, I have a question about implicit resolution explained in Lesson 42.

Your "Try This" answer imports the typeclass implementation as import Money.numeric._.

According to the page 386, we should be able to import as import Money.given but it gets compile error. According to figure 42.3 on page 387, it should even get resolved without importing since given declaration resides in the companion object. Why do we need to import as import Money.numeric._ in this case?

Unit 7 Lesson 46

Trying to do the Database Queries with Quill lesson and seem to be running into a problem.

When calling queries.testConnection() I get the error;

com.github.jasync.sql.db.exceptions.UnsupportedAuthenticationMethodException: Unknown authentication method -> '10'

I've tried looking into the container with little luck by finding some helpful messages about modifying the postgresql.config before the container starts... but this is docker, so before making my own image I just wanted to see if anyone else has had this problem. On macOS if that helps.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.