Giter Club home page Giter Club logo

Comments (3)

awkay avatar awkay commented on September 22, 2024 1

Actually once I looked into it further it was my dependency on an old version of sente. I did turn off this warning in shadow, but when I looked more carefully at the actual warnings it became more obvious.

That said, I've tended to partially adopt the philosophy Rich talked about in my libraries (require less, provide more, don't remove things), with a slight bit of your opinion on break versioning (when you have to break something, it should be obvious that you did). Sometimes a break is unavoidable, and is the lesser evil, but I've stopped deprecating functions because I never remove anything I've ever made public. I'll update the docstring and point them at the new better thing. I know that's not always possible, but I've found it creates a lot less chaos for my downstream users. Of course, the problem with making a new thing, is that if it is more of a component (like a Fulcro app) then mixing the two, even though they have different nses, breaks things. So, even though I've used break versioning AND renamed things, it is possible for users of my libraries to get into situations where they accidentally use an old thing with a new thing and it breaks (though you'd have to try very very hard, and I've never heard someone claim they ran into it)

Just my two cents. Nothing's perfect.

I love your work, and I'm sure you're doing what you think is best for the libraries. Thanks for all that you do!

from timbre.

awkay avatar awkay commented on September 22, 2024

Hm...let me double checek that it is timbre...I thought I had but I think I might have been confused.

from timbre.

ptaoussanis avatar ptaoussanis commented on September 22, 2024

@awkay Hi Tony, this is unfortunately an upstream issue with shadow-cljs.

See here for an example workaround in the meantime.

Sorry about the trouble!

from timbre.

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.