Giter VIP home page Giter VIP logo

Comments (7)

Zk2u avatar Zk2u commented on August 26, 2024 1

Thanks @GoranBrkuljan. We're building something at the moment quickly (releasing by end of month) that requires using both Duration and Time - do you have a rough idea of when you could get this out?

from charybdis.

Zk2u avatar Zk2u commented on August 26, 2024 1

Thank you very much and no worries, that's a good idea!

from charybdis.

GoranBrkuljan avatar GoranBrkuljan commented on August 26, 2024

Hi, sorry I know I'm opening a lot of issues.

Np, happy to assist.

Duration is not supported yet. I added it there for testing migrations, but forgot to remove it before we add support for it. We don't use native CqlDuration as it doesn't have serde & default traits implemented that we want all of our types to have. We could fix this by introducing our wrapper tuple struct (newtype pattern) that will implement required traits pub struct Duration(value::CqlDuration). We did same thing for Counter.

For Time your are right, will be fixed.

I will add support for both in next release.

from charybdis.

GoranBrkuljan avatar GoranBrkuljan commented on August 26, 2024

@617a7aa Later today, this as well as find_by_global_indexes functions.

from charybdis.

Zk2u avatar Zk2u commented on August 26, 2024

Thank you so much 🙏

from charybdis.

GoranBrkuljan avatar GoranBrkuljan commented on August 26, 2024

updated with release: https://github.com/nodecosmos/charybdis/releases/tag/v0.4.17

from charybdis.

GoranBrkuljan avatar GoranBrkuljan commented on August 26, 2024

@617a7aa Note that in future version all of these functions will be updated to take references instead of owned values.

from charybdis.

Related Issues (20)

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.